I successfully set up one Raspberry Pi and wanted to set up a second one. I’ve installed the OS several times and even tried a different SD card, but the installation just won’t start — nothing happens.
@Lump1k, I tried to run the installation script on my Pi 4 running Raspberry Pi OS Lite (Bookworm) and I didn’t have an issue where the installation won’t start.
You’ve mentioned that nothing happened. Does it mean that it didn’t have any console output?
I’m glad that you have it working via the release images. If you’d like to have more control, you can go back to trying to install it using the script.
After downloading, edit install_anthias.sh with the editor of your choice (e.g., nano or vim).
You’ll see set -euo pipefail. Change that line to set -euox pipefail. Adding -x increases the verbosity of the script’s output. Let’s see if we can get something from it.
I found the problem: The internet access for this Raspberry Pi had been blocked by the firewall. After re-enabling it, I started receiving output again.