Test: Install on VM (Debian QEMU host and Debian guest)
See original GitHub issueSteps
-
Install Debian (no gui) on two partitions (boot/root)
-
Install sudo
-
Download build script add debian to line 211 modify tor repo to bullseye in line 212-214 comment out raspberry pi repo
-
Execute build sdcard script from my own home directory
sudo ./build_sdcard.sh false false rootzoll dev headless true false -
Reboot
-
Login as the user I created with the initial install (not ‘pi’ or ‘admin’) When login as admin I get a blue screen ‘Wait…’ and then the main menu. I don’t know if the next script is executed without errors
-
Edit _bootstrap.sh ./_bootstrap.sh: line 301: HDD/SSD connected: ${$hddCandidate}: bad substitution removed the second ‘$’
-
Edit /mnt/hdd/raspiblitz.conf Added the following line:
uaspForced=0 -
Execute
sudo ./_bootstrap.shfrom /home/admin
Issue Analytics
- State:
- Created 2 years ago
- Comments:39 (24 by maintainers)

Top Related StackOverflow Question
just did a clean install on Debian with virsh Debian Bullseye VM. With the build command:
sudo bash build_sdcard.sh -f true -b dev -d headless -t false -w offLooking good so far.
It took longer than expected. Now the main menu is displayed.