I'm new to Proxmox and still learning. I followed some guides to do GPU passthrough, but I'm still having issues. My 6700 XT is detected within my Windows 10 VM and shows no issues in Device Manager. But when I try to install the AMD Driver, the VM stops responding. When it responds again, I'm at the login screen. Thanks in advance!
My CPU is the Threadripper 3955WX which I'm running on the Gigabyte WRX80-SU8-IPMI and 6700 XT. I have a ZFS pool for my Proxmox drive and a separate pool for my VMs. I have Re-sizeable Bar turned off in BIOS.
Here is the VM setup, I did not touch the .conf file

I read that because I'm using a ZFS pool I will be on systemmd
/etc/kernel/cmdline
/etc/modules
/etc/modprobe.d/iommu_unsafe_interrupts.conf
lspci
lspci -n -s 87:00
/etc/modprobe.d/vfio.conf
/etc/modprobe.d/blacklist.conf
My CPU is the Threadripper 3955WX which I'm running on the Gigabyte WRX80-SU8-IPMI and 6700 XT. I have a ZFS pool for my Proxmox drive and a separate pool for my VMs. I have Re-sizeable Bar turned off in BIOS.
Here is the VM setup, I did not touch the .conf file

I read that because I'm using a ZFS pool I will be on systemmd
/etc/kernel/cmdline
Code:
root=ZFS=rpool/ROOT/pve-1 boot=zfs quiet amd_iommu=on
/etc/modules
Code:
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
/etc/modprobe.d/iommu_unsafe_interrupts.conf
Code:
options vfio_iommu_type1 allow_unsafe_interrupts=1
lspci
Code:
87:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Navi 22 (rev c1)
87:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Device ab28
lspci -n -s 87:00
Code:
87:00.0 0300: 1002:73df (rev c1)
87:00.1 0403: 1002:ab28
/etc/modprobe.d/vfio.conf
Code:
options vfio-pci ids=1002:73df,1002:ab28 disable_vga=1
/etc/modprobe.d/blacklist.conf
Code:
blacklist amdgpu
blacklist radeon
blacklist nouveau
blacklist nvidia
Last edited: