Hey folks! I've followed the GPU Passthrough guide multiple times through now in an attempt to get Passthrough working on an Nvidia GT 1030. The Windows 10 VM I am attempting to do this on ends up resulting in Code 43. Sees the card, drivers install, but no dice.
My VM config:
GRUB configuration, IOMMU enabled, some modifications I've tried with no luck:
I've also changed the machine setting from Q35 to Q35-3.1 per a post I saw from another member. Made several minor adjustments in an attempt to get this working with no luck really. Grabbed the ROM file off the card via GPU-z, added to the KVM and altered the VM Config accordingly. I feel like I'm banging my head against a wall and/or missing something really obvious here. Any help is greatly appreciated!
My VM config:
Code:
agent: 1
bios: ovmf
boot: cdn
bootdisk: scsi0
cores: 4
cpu: host,hidden=1,flags=+pcid
efidisk0: cephfs_rbd:vm-106-disk-1,size=128K
hostpci0: 08:00,pcie=1,romfile=GP108.rom,x-vga=1
ide2: cephfs_installers:iso/virtio-win-0.1.171_1_.iso,media=cdrom,size=363020K
machine: pc-q35-3.1
memory: 8192
name: Graphics-Test
net0: virtio=9E:DC:DD:A6:9A:CA,bridge=vmbr0,firewall=1
numa: 1
ostype: l26
scsi0: cephfs_rbd:vm-106-disk-0,size=200G
scsihw: virtio-scsi-pci
smbios1: uuid=c498519f-16c7-48a2-98b4-7de667a7d215
sockets: 1
vga: none
vmgenid: 93e89e94-5e20-4786-8080-f6acd45acedf
GRUB configuration, IOMMU enabled, some modifications I've tried with no luck:
Code:
GRUB_CMDLINE_LINUX_DEFAULT=“quiet intel_iommu=on vfio_iommu_type1.allow_unsafe_$
I've also changed the machine setting from Q35 to Q35-3.1 per a post I saw from another member. Made several minor adjustments in an attempt to get this working with no luck really. Grabbed the ROM file off the card via GPU-z, added to the KVM and altered the VM Config accordingly. I feel like I'm banging my head against a wall and/or missing something really obvious here. Any help is greatly appreciated!