Hi Diego,
Ithank you very much for your tipps and links. With your help I got the web frontend and the addins work.
Here are the steps:
Create working dir
mkdir haos
cd haos
Download the “haos_generic-aarch64-12.1.qcow2.xz” from Releases · home-assistant/operating-system (github.com)
extract the file:
xz -d haos_generic-aarch64-12.1.qcow2.xz
create the metadata.yaml:
nano metadata.yaml
architecture: aarch64
creation_date: 1711275086
properties:
description: Home Assistant OS
os: HAOS
release: 12.1
compress it:
tar -cvzf metadata.tar.gz metadata.yaml
import the image and the metadata file:
sudo incus image import metadata.tar.gz haos_generic-aarch64-12.1.qcow2 --alias haos
launch it as a VM:
sudo incus launch haos HomeAssistant-OS --vm -c security.secureboot=false -c limits.cpu=2 -c limits.memory=2GiB -d root,size=32GiB
Best regards, Johann