#Zimaboard2

1 messages · Page 1 of 1 (latest)

little burrow
#

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

  1. 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

  1. Flash image to disk:

xz -dc haos17.1.img.xz | sudo dd of=/dev/sda bs=4M conv=fsync status=progress

  1. 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 🙁