"RaspiBlitz starting" instead of "No Network"
I started v1.11.0 fatpack image but pickes a network cable that was not plugged in on the other side. Instead on reading "No Network" on the LCD it was just "RaspiBlitz starting ..." so I was confused if I had to wait.
The reason seems that: HDD is checked before, Network connection - because an existing HDD could contain Wifi config .. so raspiBlitz first waits for HDD/SSD.
BUT blitz.datadrive.sh status that is used to detect HDD/SSD has still some parts that install missing packages - which fails as long as there is no Network connection and not evene shows the "Waiting for HDD/SSD" info .. see here:
https://github.com/raspiblitz/raspiblitz/blob/d9e7b6614398ba9c9d601450190569f77f43e7c9/home.admin/config.scripts/blitz.datadrive.sh#L39
SO for next major release .. all needed packages for the datadrive script should be installed already for minimal sdcard build: btrfs, zfs, smartcontrol and removed from blitz.datadrive.sh status ... then is error should vanish.
TODO: Ignore BTRFS drivers - because we will remove BTRFS - see: https://github.com/raspiblitz/raspiblitz/issues/2045#issuecomment-2471845122 ... but still check this error for v1.12.0