meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
home_automation:home_assistant:kvm [2020/12/03 13:57] – created niziakhome_automation:home_assistant:kvm [2021/11/08 20:00] (current) niziak
Line 1: Line 1:
 ====== HA in Proxmox VM ====== ====== HA in Proxmox VM ======
 +
 +Use ready install script (to be run on Proxmox host):
 +[[https://github.com/whiskerz007/proxmox_hassos_install/raw/master/install.sh|install.sh]]
 +
  
 ===== Create VM ===== ===== Create VM =====
Line 5: Line 9:
   * Create normal VM for Linux Debian.   * Create normal VM for Linux Debian.
   * Don't start machine   * Don't start machine
 +  * Hardware:
 +    * Bios: ''OVMF''
 +  * Add: EFI Disk
  
-===== Replace disc image ===== +===== Replace disk image ===== 
-  * Remove created disc - ''Detach'' and ''Remove'' +  * Remove created disk - ''Detach'' and ''Remove'' 
-  * Login to PVE host and download disc image:<code bash>wget https://github.com/home-assistant/operating-system/releases/download/4.16/hassos_ova-4.16.qcow2.gz</code>+  * Login to PVE host and download disk image:<code bash>wget https://github.com/home-assistant/operating-system/releases/download/4.16/hassos_ova-4.16.qcow2.gz</code>
   * Unpack image: <code bash>gunzip hassos_ova-4.16.qcow2.gz</code>   * Unpack image: <code bash>gunzip hassos_ova-4.16.qcow2.gz</code>
   * Import HA image: <code bash>qm importdisk 111 hassos_ova-4.16.qcow2 local-zfs --format qcow2</code>   * Import HA image: <code bash>qm importdisk 111 hassos_ova-4.16.qcow2 local-zfs --format qcow2</code>
 +  * Connect ''Unused Disk 0'' to ''scsi0'' storage.
 +  * Go to ''Options'' and set correct boot order
 +
 +===== Finalizing =====
 +
 +  * There is no need to install any guest drivers, QEMU guest agent is already there.
 +
 +HA should works and should be available on local address: [[http://homeassistant.local:8123]]