Hello guys!
I'm currently trying to passthrough a NVIDIA P4000 into a Windows 10 VM.
I've already read the WIKI article and checked this forum as well as some reddit threads - THIS thread is (imho) really helpfull.
The Problem I'm currently facing is that I can passthrough the gpu but windows says that there is a problem and so windows disables the gpu (drivers are installed and windows "knows" already that the GPU is a NVIDIA P4000).
I tried to use the GPU as "Primary GPU" but then starting the VM doesn't work:
Without x-vga (not as primary gpu) the VM is able to start but it also displays the following:
One last thing to mention:
When I type
Does anybody know how to fix this?
best regards,
Floh
I'm currently trying to passthrough a NVIDIA P4000 into a Windows 10 VM.
I've already read the WIKI article and checked this forum as well as some reddit threads - THIS thread is (imho) really helpfull.
The Problem I'm currently facing is that I can passthrough the gpu but windows says that there is a problem and so windows disables the gpu (drivers are installed and windows "knows" already that the GPU is a NVIDIA P4000).
I tried to use the GPU as "Primary GPU" but then starting the VM doesn't work:
Code:
kvm: -device vfio-pci,host=0000:12:00.0,id=hostpci0,bus=pci.0,addr=0x10,x-vga=on: vfio 0000:12:00.0: failed getting region info for VGA region index 8: Invalid argument
device does not support requested feature x-vga
TASK ERROR: start failed: QEMU exited with code 1
Without x-vga (not as primary gpu) the VM is able to start but it also displays the following:
Code:
audio: Could not init `spice' audio driver
audio: warning: Using timer based audio emulation
kvm: vfio: Cannot reset device 0000:12:00.0, depends on group 44 which is not owned.
kvm: vfio: Cannot reset device 0000:12:00.0, depends on group 44 which is not owned.
TASK OK
One last thing to mention:
When I type
dmesg | grep -e DMAR -e IOMMU
in the nodes shell I do not get any output (wiki says that there should be any output otherwise something else is broken)Does anybody know how to fix this?
best regards,
Floh