Hello everyone, I am making AMD 3000G's igpu (radeon vega 3) passthrough to a windows 10 VM, But after I tried, I found that it didn't work properly.
Is there any solution? Please tell me. Thank you guys.
Code:
1.nano /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet iommu=pt amd_iommu=on drm.debug=0 kvm_amd.nested=1 kvm.ignore_msrs=1 kvm.report_ignored_msrs=0 video=efifb:off,vesafb:off pcie_acs_override=downstream,multifunction vfio_iommu_type1.allow_unsafe_interrupts=1 ”
3.update-grub
4.nano /etc/modules
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
5.reboot
Is there any solution? Please tell me. Thank you guys.
Last edited: