- #QEMU VGA PASSTHROUGH NON UEFI INSTALL#
- #QEMU VGA PASSTHROUGH NON UEFI SERIAL#
- #QEMU VGA PASSTHROUGH NON UEFI DRIVERS#
Im using Ubuntu 19.10 with kernel 4.15.0-1050-oem because the one that comes (5.something) gives this freeze error: 19.10 Ubuntu host entirely freezes during Windows 10 qemu install everytime I launch the windows vm. My Windows 10 is using i440FX as chipset and UEFI x86_64: /usr/share/OVMF/OVMF_CODE.fd as firmware. Then Windows starts extremelly slow, I can't even unlock the screen, because when I click in it it takes like 5 minutes to animate and show the password input for me to unlock it. If I put the GTX (07.00.0) with any other of the 07.00.x for x=1,2,3, virt-manager hangs for some minutes when I press run, until it finally starts the VM. I tried QXL, VGA and Virtio, all of them start at 800圆00 without letting me change. It's worth noticing that when I start virt-manager with GTX, I cannot detect other displays, only the default one, and I can't even change the resolution (800圆00). Windows also installed NVIDIA control panel but when I try to launch it, nothing happens.
I obviously change the HDMI of the TV to the one of GTX 1060 but I get "no signal" from the TV. If I start a game on Steam, it starts and closes.
#QEMU VGA PASSTHROUGH NON UEFI DRIVERS#
I tried updating the drivers through device manager but it does nothing. If I add only the 07.00.0, which is the GTX 1060, virt-manager starts instantly and Windows shows the GTX 1060 in the device manager, but with an yellow exclamation mark. Sometimes the 07.00.3 lines aren't needed because the driver starts bound to vfio-pci but sometimes its being used by nvidia-gpu.Īfter I run the script as root, all the 4 devices show up as being used by vfio-pci. Since I have a NVIDIA card in the guest and host, I cannot simply blacklist the nvidia driver, and I didnt bother to blacklist the others. You can see that some devices of the group are not being held by vfio-pci. Memory at f7084000 (32-bit, non-prefetchable)
#QEMU VGA PASSTHROUGH NON UEFI SERIAL#
Memory at e2040000 (64-bit, prefetchable) Ġ7:00.3 Serial bus controller : NVIDIA Corporation Device (rev a1) Memory at e2000000 (64-bit, prefetchable) Memory at f7080000 (32-bit, non-prefetchable) Ġ7:00.2 USB controller : NVIDIA Corporation Device (rev a1) (prog-if 30 )įlags: bus master, fast devsel, latency 0, IRQ 49
Subsystem: NVIDIA Corporation Device įlags: bus master, fast devsel, latency 0, IRQ 81 Memory at e0000000 (64-bit, prefetchable) Įxpansion ROM at 000c0000 Ġ7:00.1 Audio device : NVIDIA Corporation Device (rev a1) Memory at d0000000 (64-bit, prefetchable) Memory at f6000000 (32-bit, non-prefetchable) Subsystem: NVIDIA Corporation TU116 įlags: bus master, fast devsel, latency 0, IRQ 11 When I start Ubuntu 19 in the host machine, I get this in my lspci -nnv: 07:00.0 VGA compatible controller : NVIDIA Corporation TU116 (rev a1) (prog-if 00 ) I followed but I couldn't blacklist the nvidia driver as the host's GPU is also NVIDIA, so I use quirks mentioned below. I'm trying to do GPU passthrough for GTX 1060 on Ryzen 7 2700x.