Hello, I set up Home Assistant on my Intel Nuc (with Intel HD Graphics 620) following these instructions. I am using Frigate for the cameras and need the hardware acceleration for this.
As soon as I add the graphics card as PCI device under Hardware (Passthrough), it works with the hardware acceleration for Frigate, but I only get Booting 'Slot A (OK=1 TRY=1)' displayed in the console, and no more. All output from HAOS is missing and no input prompt comes up either. The HA web interface starts normally, as it should. It seems irrelevant whether I set it to i440fx or q35. I don't want to have to choose between shell and hardware acceleration.
It is not clear to me right now what the problem could be. A bug in haos? Or a setting thing for proxmox?
Does anyone have an idea?
As soon as I add the graphics card as PCI device under Hardware (Passthrough), it works with the hardware acceleration for Frigate, but I only get Booting 'Slot A (OK=1 TRY=1)' displayed in the console, and no more. All output from HAOS is missing and no input prompt comes up either. The HA web interface starts normally, as it should. It seems irrelevant whether I set it to i440fx or q35. I don't want to have to choose between shell and hardware acceleration.
It is not clear to me right now what the problem could be. A bug in haos? Or a setting thing for proxmox?
Does anyone have an idea?
Code:
#/boot/grub/grub.cfg
# so war es zuerst
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt"
# so ist es jetzt, brachte keine Veränderung
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt nofb nomodeset textonly video=vesafb:off initcall_blacklist=sysfb_init"
Code:
#/etc/modules
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
simplefb
Code:
# cat /etc/pve/qemu-server/103.conf
## Home Assistant OS
#### https://github.com/tteck/Proxmox
#[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/D1D7EP4GF)
agent: 1
bios: ovmf
boot: order=scsi0
cores: 4
efidisk0: local-lvm:vm-103-disk-0,size=4M
hostpci0: 0000:00:02
localtime: 1
machine: q35
memory: 10240
meta: creation-qemu=7.2.0,ctime=1678816266
name: haos9.5
net0: virtio=02:9F:23:DF:C4:9D,bridge=vmbr0
numa: 0
onboot: 1
ostype: l26
scsi0: local-lvm:vm-103-disk-1,discard=on,size=100G,ssd=1
scsihw: virtio-scsi-pci
smbios1: uuid=88b7c647-3ef9-4f09-8743-cd7fdd2f1e78
sockets: 1
tablet: 0
usb0: host=1-4
vga: virtio
vmgenid: 4cb87599-2af3-493d-8d3e-bcc787b5b6b0