Hello all!
UPDATE ----- I decided to just plug in a second GPU for Proxmox and put my 2060 to the 2nd PCI-E Slot and it works... I would recommend anyone who has issues with GPU Passthrough, just buy another crappy GPU for Boot.
Long time Unraid User here wanting to venture more into VMs than just NAS, set, and forget setups.
So I have been at this for a few days and followed plenty of tutorials, even the wiki ones created by Proxmox.
I had my GPU working once on one VM and then I deleted that VM and it never worked again.
I have repetitively started from fresh, following guides on what to do but I get stuck at one part.
1. Installed Proxmox
2. Setup GPU Passthrough the following guides
3. Setup VM
VM sees the card in Device Manager and installs Nvidia drivers. Reboot, Nvidia drivers are then not installed and error 43 still exists.
Computer Specs
CPU - AMD 3950x 16 Core
GPU - MSI 2060 - I am only using one card
Motherboard - X470 AORUS GAMING 5 WIFI
RAM - 32 GiG 3200mhz
Setup
VM Build
GPU Information
Blacklist
blacklist radeon
blacklist nouveau
blacklist nvidia
Would love some help.
Thanks
UPDATE ----- I decided to just plug in a second GPU for Proxmox and put my 2060 to the 2nd PCI-E Slot and it works... I would recommend anyone who has issues with GPU Passthrough, just buy another crappy GPU for Boot.
Long time Unraid User here wanting to venture more into VMs than just NAS, set, and forget setups.
So I have been at this for a few days and followed plenty of tutorials, even the wiki ones created by Proxmox.
I had my GPU working once on one VM and then I deleted that VM and it never worked again.
I have repetitively started from fresh, following guides on what to do but I get stuck at one part.
1. Installed Proxmox
2. Setup GPU Passthrough the following guides
3. Setup VM
VM sees the card in Device Manager and installs Nvidia drivers. Reboot, Nvidia drivers are then not installed and error 43 still exists.
Computer Specs
CPU - AMD 3950x 16 Core
GPU - MSI 2060 - I am only using one card
Motherboard - X470 AORUS GAMING 5 WIFI
RAM - 32 GiG 3200mhz
Setup
Code:
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet amd_iommu=on iommu=pt pcie_acs_override=downstream,multifunction nofb nomodeset video=vesafb:off,efifb:off"
GRUB_CMDLINE_LINUX=""
Code:
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
VM Build
Code:
args: -cpu 'host,+kvm_pv_unhalt,+kvm_pv_eoi,hv_vendor_id=NV43FIX,kvm=off'
bios: ovmf
boot: order=scsi0;ide2;net0;ide0
cores: 16
cpu: host
efidisk0: Servers:vm-100-disk-0,efitype=4m,pre-enrolled-keys=1,size=1M
hostpci0: 0000:0a:00,pcie=1
ide0: MicroServer:iso/virtio-win-0.1.217.iso,media=cdrom,size=519172K
ide2: MicroServer:iso/Windows10-Latest.iso,media=cdrom,size=4492992K
machine: pc-q35-6.2
memory: 12288
meta: creation-qemu=6.2.0,ctime=1656235922
name: Titan
net0: virtio=3A:A5:34:E2:92:4D,bridge=vmbr0,firewall=1
numa: 0
ostype: win10
scsi0: Servers:vm-100-disk-1,backup=0,cache=writethrough,size=160G
scsihw: virtio-scsi-single
smbios1: uuid=70c19345-f08e-43b7-99e0-259c60eb5171
sockets: 1
vga: none
vmgenid: 008da6ba-9e32-402f-851a-240b4af4d50e
GPU Information
Code:
0a:00.0 VGA compatible controller: NVIDIA Corporation TU106 [GeForce RTX 2060 Rev. A] (rev a1)
0a:00.1 Audio device: NVIDIA Corporation TU106 High Definition Audio Controller (rev a1)
0a:00.2 USB controller: NVIDIA Corporation TU106 USB 3.1 Host Controller (rev a1)
0a:00.3 Serial bus controller [0c80]: NVIDIA Corporation TU106 USB Type-C UCSI Controller (rev a1)
Blacklist
blacklist radeon
blacklist nouveau
blacklist nvidia
Would love some help.
Thanks
Attachments
Last edited: