Install on Ubuntu/Debian-Laptop/Desktop (x86 install)
See original GitHub issue_Originally posted by @mrsieb in https://github.com/rootzoll/raspiblitz/issues/2104#issuecomment-946433588_
Summarize installing Raspiblitz on a Notebook (Asus UX303LNB) *12 GB RAM *120GB M2 Flash (/dev/sdb) *2TB SSD (/dev/sda)
Procedure like discriped here : https://github.com/rootzoll/raspiblitz/issues/2104#issuecomment-917444238
Well it almost work perfect a couple of small issues i run into are:
Dedecting the correct Disk for the blockchain. The disk must have a partion , unformated disk get not regnognized a install dialog to choose the disk would be helpfull.
On my Notebook after the disk ( in my case sda) is correct dedected a HDD Lost is dedected by bootstrap.sh during the formating phase and a reboot is executed and end in a error loop. Increase the sleep time in the loop helps to get over this. https://github.com/rootzoll/raspiblitz/blob/4cf02caa43f6780139c4c924a9783d087559c47f/home.admin/_bootstrap.sh#L533
Sometimes the build_sd.sh stops because of a timeout during download bitcoin core, just restarting the script and run again works.
Tor is activatet but not running after a fresh install, modifing the internet.tor.sh file solve this issue if this is a permanent solution i am not sure. https://github.com/rootzoll/raspiblitz/issues/2531#issuecomment-917686278 https://github.com/rootzoll/raspiblitz/blob/4cf02caa43f6780139c4c924a9783d087559c47f/home.admin/config.scripts/internet.tor.sh#L227-L230
Modify to:
[Service]
ReadWriteDirectories=-/mnt/hdd/tor
AppArmorProfile=
Fresh install of c-lightning works fine, a fresh install of LND stops the provisioning.sh durring creation of a new wallet. https://github.com/rootzoll/raspiblitz/blob/v1.7/home.admin/config.scripts/lnd.initwallet.py
get an error, because the grpcio is not generated i did it manually like in the readme here: https://github.com/rootzoll/raspiblitz/tree/v1.7/home.admin/config.scripts/lndlibs
sudo python3 -m pip install grpcio grpcio-tools googleapis-common-protos pathlib2
After this a wallet can be generated.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:12

Top Related StackOverflow Question
So what i found now is watching the background process the stop and restart seems to be triggered by _background.sh this is definitiv related to a fresh sync an flag checking, there is also mentioned the 50syncHDD.sh script which is not existing anymore in 1.7.1
yeah it is!