Installing on a Dell Wyze 5070 with 275 GB Crucial MX300
$ curl -OL https://github.com/home-assistant/operating-system/releases/download/16.2/haos_generic-x86-64-16.2.img.xz
$ sha256sum haos_generic-x86-64-16.2.img.xz
00d1b7da66edacb3f6bdde4e39bdbacf8eb1685ba44ddc827771157c83cf4144 haos_generic-x86-64-16.2.img.xz
$ xzcat haos_generic-x86-64-16.2.img.xz | sudo dd of=/dev/sda bs=4M status=progress
6371221504 bytes (6.4 GB, 5.9 GiB) copied, 14 s, 455 MB/s
0+237870 records in
0+237870 records out
6442450944 bytes (6.4 GB, 6.0 GiB) copied, 17.4654 s, 369 MB/s
All looks good so far.
It boots through the familiar job sequence though it seems to time out with
"A start job is running for /dev/disk/by-label/hassos-data ( ... / 1min 30s)"
Probably /mnt/lib/systemd/system/mnt-data.mount:What=/dev/disk/by-label/hassos-data
I see something like "Failed to start the containerd container runtime" just before it cuts over to the "Waiting for the Home Assistant CLI to be ready...." message.
Then the screen stays stuck there. No combination of ctrl, alt, F1-F12 gets me to a login, nor does hopefully typing "login".
The machine has run HAOS off an older SSD and boots Debian Trixie.
Running Debian I'm not seeing a partition label with blkid or lsblk that would satisfy that mount request, though it looks like it should be associated with sda8 from the GPT.
I've tried flashing the release image twice with the same results.