Hi, I am trying to set up a GPU passthrough system, my hardware is as follows:
i7 7800X
RX 470
UEFI Motherboard ( Supports IOMMU and all that jazz)
I have the GPU running this vfio-pci driver, and it checks out well.
I have an Ubuntu VM that I would like to pass through, its config is as follows:
When I initialize the VM, there are no warnings or errors, the GPU simply doesn't show up for lspci in the vm or info pci in the Proxmox Console. The VM boots, and I can access it from noVNC, which from what I understand shouldn't be possible in a correct setup. Most importantly, the GPU doesn't output the display from the VM. Without any error messages, I am at a loss for next steps, anyone able to help?
i7 7800X
RX 470
UEFI Motherboard ( Supports IOMMU and all that jazz)
I have the GPU running this vfio-pci driver, and it checks out well.
I have an Ubuntu VM that I would like to pass through, its config is as follows:
Code:
#balloon%3A 4
bios: ovmf
bootdisk: scsi0
cores: 2
machine: q35
memory: 4096
name: Desktop
net0: virtio=CE:76:F6:7D:1B:20,bridge=vmbr0
numa: 0
ostype: l26
scsi0: local-lvm:vm-100-disk-1,size=50G
scsihw: virtio-scsi-pci
smbios1: uuid=b7794bf3-ef2a-4ba0-a478-7b2a5a00e2c4
sockets: 1
vga: std
hostpci0: 65:00, x-vga=on, pcie=1 , romfile=RX470.bin
When I initialize the VM, there are no warnings or errors, the GPU simply doesn't show up for lspci in the vm or info pci in the Proxmox Console. The VM boots, and I can access it from noVNC, which from what I understand shouldn't be possible in a correct setup. Most importantly, the GPU doesn't output the display from the VM. Without any error messages, I am at a loss for next steps, anyone able to help?