Hello,
I'm trying to make a configuration to release the HDMI video output to one of the configured virtual machines. I already made the settings below, following the tutorial link: https://pve.proxmox.com/wiki/Pci_passthrough
I already applied the settings
and also
But when adding the PCI in the VM and trying to start the machine, I get the following error:
I feel like I'm forgetting something, could you help me?
I'm trying to make a configuration to release the HDMI video output to one of the configured virtual machines. I already made the settings below, following the tutorial link: https://pve.proxmox.com/wiki/Pci_passthrough
I already applied the settings
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on"
GRUB_CMDLINE_LINUX=""
and also
vfio
vfio_ iommu_type1
vfio_pci
vfio_virqfd
But when adding the PCI in the VM and trying to start the machine, I get the following error:
kvm: -device vfio-pci,host=0000:00:02.0,id=hostpci0,bus=pci.0,addr=0x10: vfio 0000:00:02.0: error getting device from group 1: Invalid argument
Verify all devices in group 1 are bound to vfio-<bus> or pci-stub and not already in use
TASK ERROR: start failed: QEMU exited with code 1
I feel like I'm forgetting something, could you help me?
Last edited: