I am working on development hardware. Thus, I might not be able to share too many details. I have been trying to get Proxmox GPU passthrough working on it. But, I get stuck at
.
On the Add PCIe Hardware option, I do see a bunch of other PCI devices with their IOMMU groups, but though the AMD GPU has been listed, it hasn't been assigned an IOMMU group yet. So, the error is understandable.
As for the kernel command line I am using it is
Since this is mostly untouched hardware, I believe I will have to add the IOMMU support for this GPU, though its mesa drivers have been compiled. Can someone please direct me to a guide or reference online to get started on the process? Maybe some instruction to add the PCI ids to the kernel's IOMMU driver, for example. Sorry if it's a stupid proposal. Any other help regarding the same is also highly appreciated. Thanks in advance.
Code:
TASK ERROR: Cannot open iommu_group: No such file or directory
On the Add PCIe Hardware option, I do see a bunch of other PCI devices with their IOMMU groups, but though the AMD GPU has been listed, it hasn't been assigned an IOMMU group yet. So, the error is understandable.
As for the kernel command line I am using it is
Code:
amd_iommu=on vfio_iommu_type1.allow_unsafe_interrupts=1 pcie_acs_override=downstream,multifunction
Since this is mostly untouched hardware, I believe I will have to add the IOMMU support for this GPU, though its mesa drivers have been compiled. Can someone please direct me to a guide or reference online to get started on the process? Maybe some instruction to add the PCI ids to the kernel's IOMMU driver, for example. Sorry if it's a stupid proposal. Any other help regarding the same is also highly appreciated. Thanks in advance.