Hallo,
Ich habe versucht, Home Assistant OS als KVM auf meinem RaspberryPi 5 mit Ubuntu Server 24.10 zu installieren.
Hier habe es wie unter https://www.home-assistant.io/installation/linux beschrieben runtergeladen und installiert.
Ich kann aber Secure Boot nicht ausschalten.
Ich habe die KVM mit
virt-install --name home-assistant --description "Home Assistant OS" --os-variant=generic --ram=4096 --vcpus=2 --disk /var/lib/libvirt/images/hassos-vm/haos_ova-14.0.qcow2,bus=scsi --controller type=scsi,model=virtio-scsi --import --graphics none --boot uefi --network network=default
erstellt. Dabei lande ich aber immer in der UEFI Interactive Shell. Wenn ich da
Shell> FS0:
FS0:\> \EFI\BOOT\bootx64.efi
eingebe, bekomme ich nur
Command Error Status: Access Denied
Ich habe auch schon mit virsh edit home-assistant das Secure-Boot auszuschalten,
<os firmware='efi'>
<type arch='aarch64' machine='virt-9.0'>hvm</type>
<firmware>
<feature enabled='no' name='enrolled-keys'/>
<feature enabled='no' name='secure-boot'/>
</firmware>
<loader readonly='yes' type='pflash'>/usr/share/AAVMF/AAVMF_CODE.ms.fd</loader>
<nvram template='/usr/share/AAVMF/AAVMF_VARS.ms.fd'>/var/lib/libvirt/qemu/nvram/haos_VARS.fd</nvram>
<boot dev='hd'/>
</os>
aber wenn ich speichere bekomme ich nur den Fehler
error: operation failed: Unable to find 'efi' firmware that is compatible with the current configuration
qemu-efi-aarch64 habe ich aber auf dem RaspberryPi installiert.
Kann mir da jemand weiterhelfen?
Gruß