Install Home Assistant on Proxmox
Obtain the VM image
- Go to Home Assistant website and copy
KVM/Proxmox
link.
- Go to proxmox console and run following commands
1 2 3 |
|
Create the VM
-
General
-
Select your
VM name
andID
-
Select
Start at boot
-
OS
-
Select
Do not use any media
-
System
-
Change
Machine
toq35
- Change
BIOS
toOVMF (UEFI)
- Select the
EFI storage
(typicallylocal-lvm
) -
Uncheck
Pre-Enroll keys
-
Disks
-
Delete the SCSI drive and any other disks
-
CPU
-
Set minimum 2 cores
-
Memory
-
Set minimum 4096 MB
-
Network
-
Leave default unless you have special requirements (static, VLAN, etc)
Confirm and finish. Do NOT* start the VM yet.
Add the image to the VM
In the proxmox console run following commands
1 |
|
For example
1 |
|
Configure HA VM
-
Select your HA VM
-
Go to the
Hardware
tab -
Select the
Unused Disk
and click theEdit
button - Check the
Discard
box if you're using an SSD then clickAdd
- Select the
Options
tab - Select
Boot Order
and hitEdit
- Check the newly created drive (likely
scsi0
) and uncheck everything else
Finish Up
- Start the VM
- Check the shell of the VM. If it booted up correctly, you should be greeted with the link to access the Web UI.