Then dont use the prebuilt images…
-
Download Raspbian OS lite x64: https://downloads.raspberrypi.org/raspios_lite_arm64/images/raspios_lite_arm64-2022-09-26/2022-09-22-raspios-bullseye-arm64-lite.img.xz
-
Flash that image into your SD card either using Pi Imager or balenaEtcher.
-
Put your SSH blank file into the /boot/ partition and you can customize the config.txt file as well, you can put a wpa_supplicant.conf file in this directory as well for preconfigured wifi, or use
sudo raspi-config
to configure the Pi when you can use the console. -
When ready to install Anthias, from the console run:
bash <(curl -sL https://install-anthias.srly.io)
Follow instructions and wait until the entire installation is complete.
If after it completes and you reboot you still get a black screen, simply press control+alt+f1
to get into the console and then run: ./screenly/bin/upgrade_containers.sh
this should re-run the containers creation step and have the system up and running properly.
To create a preconfigured wpa_supplicant.conf
file just follow my instructions from this post: Wifi not working - Anthias - Anthias Forum (screenly.io)