Hello,
I'm able to passthrough the iGPU of my Intel i5-1240p (NUC 12 Pro) to a Windows 11 VM:
![]()
I built and installed the i915-srvio module (I'm on kernel 6.1) from here: https://github.com/strongtz/i915-sriov-dkms
Then did the following configurations:
Rebuild the UEFI with
Read more
I'm able to passthrough the iGPU of my Intel i5-1240p (NUC 12 Pro) to a Windows 11 VM:

I built and installed the i915-srvio module (I'm on kernel 6.1) from here: https://github.com/strongtz/i915-sriov-dkms
Then did the following configurations:
Code:
root@pve:~# cat /etc/kernel/cmdline
root=ZFS=rpool/ROOT/pve-1 boot=zfs quiet intel_iommu=on i915.enable_guc=7 i915.force_probe=46a6
Rebuild the UEFI with
Code:
update-initramfs -u -k all...
Read more