I think I did something wrong? I'l give up for the time being and have a think.
Virtualisation:
Install hypervisor libvirt:
RaPi5 -> Terminal -> sudo apt install libvirt-daemon-system -> select Enter.
Home Assistant KVM:
https://www.home-assistant.io/installation/linux ->
DOWNLOAD THE APPROPRIATE IMAGE:
Select KVM (.qcow2) -> downloads to ~/Downloads -> extract /home/raspberrypi5/home/Downloads/haos_ova-12.0.qcow2 -> move to /var/lib/libvirt/images/ ->
HYPERVISOR SPECIFIC CONFIGURATION:
select KVM (virt-install) -> follow guide: RaPi5 Terminal -> virt-install --name hass --description "Home Assistant OS" --os-variant=generic --ram=2048 --vcpus=2 --disk <PATH TO QCOW2 FILE (usually /var/lib/libvirt/images/)>,bus=sata --import --graphics none --boot uefi -> select Enter ->
Error:
bash: virt-install: command not found
RaPi5 -> Terminal -> sudo apt-get install virt-manager -> select Install -> which virt-install -> select Enter -> should show: /usr/bin/virt-install.
Try above command again.
Error:
Starting install...
ERROR unsupported configuration: storage type 'dir' requires use of storage format 'fat'
Domain installation does not appear to have been successful.
If it was, you can restart your domain by running:
virsh --connect qemu:///session start hass
otherwise, please restart your installation.
Virtualisation:
Install hypervisor libvirt:
RaPi5 -> Terminal -> sudo apt install libvirt-daemon-system -> select Enter.
Home Assistant KVM:
https://www.home-assistant.io/installation/linux ->
DOWNLOAD THE APPROPRIATE IMAGE:
Select KVM (.qcow2) -> downloads to ~/Downloads -> extract /home/raspberrypi5/home/Downloads/haos_ova-12.0.qcow2 -> move to /var/lib/libvirt/images/ ->
HYPERVISOR SPECIFIC CONFIGURATION:
select KVM (virt-install) -> follow guide: RaPi5 Terminal -> virt-install --name hass --description "Home Assistant OS" --os-variant=generic --ram=2048 --vcpus=2 --disk <PATH TO QCOW2 FILE (usually /var/lib/libvirt/images/)>,bus=sata --import --graphics none --boot uefi -> select Enter ->
Error:
bash: virt-install: command not found
RaPi5 -> Terminal -> sudo apt-get install virt-manager -> select Install -> which virt-install -> select Enter -> should show: /usr/bin/virt-install.
Try above command again.
Error:
Starting install...
ERROR unsupported configuration: storage type 'dir' requires use of storage format 'fat'
Domain installation does not appear to have been successful.
If it was, you can restart your domain by running:
virsh --connect qemu:///session start hass
otherwise, please restart your installation.
Statistics: Posted by eiger3970 — Fri Mar 08, 2024 3:41 am