I’m trying to install Haos on my Ubuntu 22.10 according to the official install guide.
Using this command:
virt-install --name hass --description “Home Assistant OS” --os-variant=generic --ram=2048 --vcpus=2 --disk path=/home/xxxx/VMs/haos_ova-9.5.qcow2,bus=sata --graphics none --boot uefi
Gives me this output:
ERROR
An install method must be specified
(–location URL, --cdrom CD/ISO, --pxe, --import, --boot hd|cdrom|…)
Any suggestions?