joeknock90 / Single-GPU-Passthrough

1.49k stars 75 forks source link

Successful boot of win10/win11, but no internet and stuck at 800x600 #78

Closed biom4st3r closed 3 years ago

biom4st3r commented 3 years ago

Specs: ryzen 3800x, gtx 1080, Manjaro I have 4 guests(win11 passthrough, win11 spice, win10 passthrough, win10 spice)

On both of the spice guests internet works and the resolution can be changed and full screened. They are fully functioning

On both of the passthroughs i can get into windows, but there is either no internet(crossed out) or it says connected, but everything gives me a dns error and the resolution is stuck at 800x600. Installing nvidia drivers either causes them to stop booting(stuck at booting screen) or they have code 43 and eventually stop booting(randomly).

xml,start,revert: https://gitlab.com/-/snippets/2186395

I have 2 monitors plugged in, but only 1 gets signal in the passthrough guest.

Anyone seen these issues before?

biom4st3r commented 3 years ago

I found this post which led me to finding i also had a similar error to vfio-pci 0000:01:00.0: BAR 3: can't reserve [mem 0xf0000000-0xf1ffffff 64bit pref] in my dmesg. I just needed to add video=vesafb:off vga=off to my grub boot parameters.