Stripping the options down to these still gives the same result:
ZuluFileURL=https://cdn.azul.com/zulu-embedded/bin/zulu8.44.0.213-ca-jdk1.8.0_242-linux_aarch32hf.tar.gz
ZuluFileName=zulu8.44.0.213-ca-jdk1.8.0_242-linux_aarch32hf
#sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys AB19BAC9
UserName=openhabian
HostName=openhabianpi
InstallFFMPEG=false
InstallOpenhabian=false
InstallFrontail=false
ReduceDiskWrites=false
BlueLEDflashesOn=heartbeat
SetupRTC=false
InstallMosquitto=false
I’m using the ubuntu-20.04-server-odroidc4-20200716.img image for a minimal sized install. It has a user ‘odroid’ instead of ‘root’ - would that make any difference to the script?
I ran each step of the script manually and then rebooted after each step. The C4 rebooted fine after each step until after this command was run:
sudo apt-get install -y mc nano build-essential udev:armhf software-properties-common
This is the log for just this command:
install2.log (37.4 KB)
Unfortunately it’s 600 lines of stuff that doesn’t mean much to me.
Would it be better to start with the Armbian image, follow the Armbian install guide and then manually pick bits from Matt’s script?
Thanks for any guidance.