Greetings,
So I set up a VM in order to install Home Assistant. I download the qcow2 image from https://www.home-assistant.io/installation/alternative and import it to the new VM.
The end result is the following VM conf.
When I try to boot the VM, I get an "Access Denied" when booting UEFI as shown here:
Anybody facing a similar issue? is the problem with Proxmox or Home Assistant?
Thank you.
So I set up a VM in order to install Home Assistant. I download the qcow2 image from https://www.home-assistant.io/installation/alternative and import it to the new VM.
The end result is the following VM conf.
Code:
# cat /etc/pve/qemu-server/108.conf
agent: 1
bios: ovmf
boot: order=scsi0;ide2;net0
cores: 4
efidisk0: local:108/vm-108-disk-0.qcow2,efitype=4m,pre-enrolled-keys=1,size=528K
ide2: none,media=cdrom
memory: 4096
meta: creation-qemu=6.1.0,ctime=1637164601
name: hass
net0: virtio=3A:33:D9:BE:3E:48,bridge=vmbr0,firewall=1
numa: 0
ostype: l26
scsi0: local:108/vm-108-disk-1.qcow2,size=32G
scsihw: virtio-scsi-pci
smbios1: uuid=45d8dff0-ea21-4597-a792-a769f3282e64
sockets: 1
vmgenid: 44bb51a6-bd4e-4946-9a82-f730ed2b08fe
When I try to boot the VM, I get an "Access Denied" when booting UEFI as shown here:
Anybody facing a similar issue? is the problem with Proxmox or Home Assistant?
Thank you.