F5F Stay Refreshed Software Operating Systems PCI connection issues Common problems with PCI passthrough Troubleshooting tips

PCI connection issues Common problems with PCI passthrough Troubleshooting tips

PCI connection issues Common problems with PCI passthrough Troubleshooting tips

Pages (2): Previous 1 2
W
winnerplay25
Senior Member
477
07-15-2016, 08:34 AM
#11
the issue involves moving through all items in the same IOMMU group. you can't skip just one part. your PCI bridge belongs to the same group as your GPUs, audio, and graphics, so passing only the GPU won’t work. instead, use an ACS patched kernel. this is typically a DIY task, but on Arch Linux it’s available in the AUR. install the linux-vfio and linux-vfio-headers packages with an AUR helper, then restart grub and boot with the updated kernel. after applying this, all PCI devices will be placed in their own IOMMU group. once your VM is running and passthrough works, you may face another challenge. NVIDIA prohibits using drivers when a hypervisor is hosting the OS. if you check Device Manager in your Windows VM and see the graphics card showing Error 43, it indicates this problem. you should modify your KVM configuration and set hidden state to on.
W
winnerplay25
07-15-2016, 08:34 AM #11

the issue involves moving through all items in the same IOMMU group. you can't skip just one part. your PCI bridge belongs to the same group as your GPUs, audio, and graphics, so passing only the GPU won’t work. instead, use an ACS patched kernel. this is typically a DIY task, but on Arch Linux it’s available in the AUR. install the linux-vfio and linux-vfio-headers packages with an AUR helper, then restart grub and boot with the updated kernel. after applying this, all PCI devices will be placed in their own IOMMU group. once your VM is running and passthrough works, you may face another challenge. NVIDIA prohibits using drivers when a hypervisor is hosting the OS. if you check Device Manager in your Windows VM and see the graphics card showing Error 43, it indicates this problem. you should modify your KVM configuration and set hidden state to on.

J
jdclay
Member
154
07-15-2016, 05:24 PM
#12
I've already tested that kernel version. My VM is set up correctly—NVIDIA drivers installed and configured to change the hardware ID—but I’m still having trouble seeing my host screen while the VM runs. The Windows display works fine, but the Linux display flickers and behaves erratically whenever the VM starts.
J
jdclay
07-15-2016, 05:24 PM #12

I've already tested that kernel version. My VM is set up correctly—NVIDIA drivers installed and configured to change the hardware ID—but I’m still having trouble seeing my host screen while the VM runs. The Windows display works fine, but the Linux display flickers and behaves erratically whenever the VM starts.

C
CocoTheChocobo
Junior Member
39
07-15-2016, 11:18 PM
#13
I'm still getting this right, but fixing it by changing the HDMI cable helped. It's unclear how a faulty HDMI cable would impact the DVI display—maybe a poor ground connection or something similar. Thanks to everyone who took the time to assist; it really means a lot!
C
CocoTheChocobo
07-15-2016, 11:18 PM #13

I'm still getting this right, but fixing it by changing the HDMI cable helped. It's unclear how a faulty HDMI cable would impact the DVI display—maybe a poor ground connection or something similar. Thanks to everyone who took the time to assist; it really means a lot!

X
Xo_PVP_Girl_oX
Senior Member
500
07-16-2016, 01:53 AM
#14
It seems there might have been confusion earlier. Did it get stuck in a boot loop? I've faced that before and struggled a lot to figure it out. It turned out to be a cable issue. Interestingly, it functioned properly on the host but caused problems with the guest.
X
Xo_PVP_Girl_oX
07-16-2016, 01:53 AM #14

It seems there might have been confusion earlier. Did it get stuck in a boot loop? I've faced that before and struggled a lot to figure it out. It turned out to be a cable issue. Interestingly, it functioned properly on the host but caused problems with the guest.

G
galaxy13011
Junior Member
34
07-24-2016, 05:02 AM
#15
It wasn't stuck in a boot loop; the problem occurred when the guest device connected (such as an HDMI cable) and caused the host display to flicker, glitch, lose signal, or become unusable. It turned out the issue was a faulty HDMI cable.
G
galaxy13011
07-24-2016, 05:02 AM #15

It wasn't stuck in a boot loop; the problem occurred when the guest device connected (such as an HDMI cable) and caused the host display to flicker, glitch, lose signal, or become unusable. It turned out the issue was a faulty HDMI cable.

Pages (2): Previous 1 2