Hi, I'm super new to Proxmox, I've searched the forums but not found anything that got me out of the hole I'm in. I have a Windows VM I'd like to use an AMD 7900 GRE GPU as a passthrough device. So far, I have done all this, based on some forum posts, some of which is probably redundant:
from /etc/modprobe/blacklist.conf:
from /etc/modules:
from /etc/default/grub:
Read more
from /etc/modprobe/blacklist.conf:
Code:
blacklist amdgpu
from /etc/modules:
Code:
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
from /etc/default/grub:
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet amd_iommu=on...
Read more