So i'm trying to run HA OS on a Zimaboard2, but when i'm booting the system i get "Kernel panic - not syncing: Attempted to kill init" "haos" with exitcode=0x00000200
This is the steps i took to create the drive
- Download generic image
curl -L -o haos17.1.img.xz https://github.com/home-assistant/operating-system/releases/download/17.1/haos_generic-x86-64-17.1.img.xz
- Flash image to disk:
xz -dc haos17.1.img.xz | sudo dd of=/dev/sda bs=4M conv=fsync status=progress
- Fix GPT backup header + reload partition table:
sudo sgdisk -e /dev/sda
sudo partprobe /dev/sda
sync
any idea why? i tried another SSD that initially had Truenas Scale on it and that one booted right in to Truenas 🙁