Install Home Assistant OS with KVM on Ubuntu headless (CLI only)

New thing to add…The kvm-ok was not installed on my system. I needed to install cpu-checker

apt install cpu-checker

Just passing along …

2 Likes

This is a great howto! After the supervised installation was deprecated, I didnt know where & how to get started. Your guide solved 90% of my doubts. Especially the VNC access is great. Awesome write-up :heart:

2 Likes

Ok fixed my error, apparently docker service wasnt install.
i got ’ No files found for docker.service. ’

if someone get that kind of error, check if docker is install:

systemctl status docker

if not ;
( for ubuntu )

sudo apt update
sudo apt install docker.io

took couple hours but got it haha

Ubuntu 26.04 need a better defined KVM:
apt install qemu-system-x86 libvirt-daemon-system libvirt-clients virtinst bridge-utils