Closed amosyuen closed 1 year ago
Figured it out, the problem was I already had the graphics set to pass through to the VM. Removing it from the VM, fixed the problem.
@amosyuen Hi, sorry for interrupt, but do you mean everytime I restart the PVE host, I have to remove the vGPU from VM, then after started, readd it to VM?
I was following this guide https://www.derekseaman.com/2023/06/proxmox-ve-8-windows-11-vgpu-vt-d-passthrough-with-intel-alder-lake.html to enable SR-IOV in proxmox for my i5-1135G7 integrated graphics. But it failed to load.
dmesg | grep i915
output:lspci | grep VGA
output: 00:02.0 VGA compatible controller: Intel Corporation TigerLake-LP GT2 [Iris Xe Graphics] (rev 01)I didn't find a SR-IOV option in the bios, tried with and without
pci=realloc,assign-busses
but same result.From https://github.com/strongtz/i915-sriov-dkms/issues/48#issuecomment-1464772926 it sounded like i should verify the kernel driver is
i915
.lspci -vs 00:02.0
output:Looks like the kernel driver is
vfio-pci
instead ofi915
, but I'm not sure what is the correct steps to fix that.