PVE: 8.0.4
(from neofetch)
CPU: AMD Ryzen 9 7950X3D (32) @ 4.200GHz
GPU: AMD ATI 0b:00.0 Raphael
What I did:
1. Added
2. Added these modules to
3. Added these lines into a .conf file in
4. Added this PCI Device config to the VM:
This is the output for the iGPU when I do
The VM is a Windows 10 VM and when I start it whole PVE crashes
If you need logs just tell me please
Thanks
(from neofetch)
CPU: AMD Ryzen 9 7950X3D (32) @ 4.200GHz
GPU: AMD ATI 0b:00.0 Raphael
What I did:
1. Added
quiet amd_iommu=on iommu=pt pcie_acs_override=downstream,multifunction
to /etc/default/grub
2. Added these modules to
/etc/modules
Code:
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
/etc/modprobe.d
:
Code:
blacklist amdgpu
blacklist radeon
options vfio_iommu_type1 allow_unsafe_interrupts=1
options vfio-pci ids=0000:0b:00.0
This is the output for the iGPU when I do
lspci -nnk
:
Code:
0b:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Raphael [1002:164e] (rev c9)
Subsystem: ASUSTeK Computer Inc. Raphael [1043:8877]
Kernel modules: amdgpu
The VM is a Windows 10 VM and when I start it whole PVE crashes
If you need logs just tell me please
Thanks