Hi, I'm running proxmox on a mini-PC with Intel Core i9-12950HX processor (Alder Lake, 12th Gen) with Integrated Intel UHD Graphics.
I'm trying unsuccessfully to get GPU pass-through with Windows 11. PCI pass-through for USB mouse and keyboard is fine, but the windows device manager consistently reports a code 43 error.
I've been through numerous tutorials, hours of Chat GPT / Gemini and played around extensively with the various settings:
Any one succeed here please? I'm pulling my hair out!
Here are some of my settings:
I'm trying unsuccessfully to get GPU pass-through with Windows 11. PCI pass-through for USB mouse and keyboard is fine, but the windows device manager consistently reports a code 43 error.
I've been through numerous tutorials, hours of Chat GPT / Gemini and played around extensively with the various settings:
Any one succeed here please? I'm pulling my hair out!
Here are some of my settings:
- Bootmanager - Grub bootloader / Shimx64.efi / UEFI / secure boot
- Grub settings /etc/default/grub:
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt nomodeset pcie_acs_override=downstream initcall_blacklist=sysfb_init video=efifb:off video=vesafb:off i915.enable_gvt=1 split_lock_detect=off"
- VFIO modules remapped /etc/modules-load.d/vfio.conf:
Code:
vfio[/INDENT]
[INDENT]vfio_iommu_type1[/INDENT]
[INDENT]vfio_pci
- GPU isolation /etc/modprobe.d/vfio.conf :
Code:
options vfio-pci ids=10de:2484,10de:228b disable_vga=1
- Black listing /etc/modprobe.d/pve-blacklist.conf:
Code:
blacklist i915
- /etc/pve/qemu-server/<VMID>.conf settings (amongst other things)
Code:
args: -cpu host,hv_relaxed,hv_spinlocks=0x1f,hv_vapic,hv_time,kvm=off[/INDENT]
[INDENT]cpu: host[/INDENT]
[INDENT]hostpci0: 0000:00:02.0,pcie=1,x-vga=1,rombar=0[/INDENT]
[INDENT]vga: none
Last edited: