- Create a Proxmox vm with 1 socket, 2 cores, 2GB RAM, 32GB storage, and UEFI
- Note the vm ID (i.e., 101)
- ssh to the Proxmox host
- Download the image for KVM/Proxmox from the "Other Systems" page in the Home Assistant docs as by using
wget
orcurl -OL
- Convert the .qcow2 file to a raw .img file:
qemu-img convert -f <downloaded file> -O <same filename but with .img>
- Write the image to the vm's zvol. For example:
dd if=<.img file> of=/dev/zvol/<storage>/vm-<id>-disk-0 bs=1M
qm start
the vm- If you see EFI complaining in the console, reboot the vm, go into UEFI (you have to use the special keys slideout and click
esc
), and use the boot maintenance manager to select the right boot file on the haos volume
Created
November 11, 2024 14:40
-
-
Save jmbwell/f411f2c2437fd04c87ab4a9735838c5f to your computer and use it in GitHub Desktop.
Install Home Assistant OS (haos) on Proxmox from image
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment