
Set it’s bios to efi: $ VBoxManage modifyvm hass -firmware efi

Let’s create VM with name hass: $ VBoxManage createvm -name hass -ostype Linux_64 -register We need to add our user to vboxusers group $ sudo usermod -aG vboxusers userĪs this instruction says, we need to do the following:įor VirtualBox create a new virtual machine, select “Other Linux (64Bit), assign it at least 2 GB of memory and “Use an existing virtual hard disk file”, select the VDI file from above, afterwards edit the “Settings” of the VM and go “System” then Motherboard and Enable EFI, then “Network” “Adapter 1” Bridged and your adapter. So we try to connect to our server via ssh and do all the work using command line only. There are plenty of guides for Home Assistant installation using virtualbox GUI, but it is not helpful for ubuntu-server headless computers.

So it is not possible to have supervised Home Assistant on ubuntu other then virtual machine.

Home Assistant has dropped native support for ubuntu.
