Hello, I have been able to pass through my Intel Arc GPU to an Ubuntu 22.04 64-bit server virtual machine. The host in an AMD Epyc 7402 on a Supermicro H12SSL-I running Proxmox 8.1. On the PVE host I have IOMMU working. Here are the steps that I've done.
Read more
Bash:
root@hyperion:~# dmesg | grep -e DMAR -e IOMMU
[ 0.981461] pci 0000:c0:00.2: AMD-Vi: IOMMU performance counters supported
[ 0.986972] pci 0000:80:00.2: AMD-Vi: IOMMU performance counters supported
[ 0.993833] pci 0000:40:00.2...
Read more