After passing through the integrated graphics (IGPU) to a Windows virtual machine on pve8.0.3, I installed the graphics driver. However, upon restart, it failed to switch to the AMD IGPU and displayed a device error, stating that it has been stopped. Have you encountered the same issue before?
My hardware:
CPU : AMD 3000g
Motherboard: ASRock A320M-HDV R4.0
This is My Detail Config:
Motherboard: in BIOS
set svm enable
set iommu enable
set csm enable
edit config file /etc/default/grub:
in /etc/modprobe.d folder, add file blacklist.conf:
add vfio.conf:
in /etc/modules add :
/etc/pve/qemu-server/101.conf:
Finally, I also see this :https://forum.proxmox.com/threads/p...llation-and-configuration.130218/#post-571058
but, it is not work.
My hardware:
CPU : AMD 3000g
Motherboard: ASRock A320M-HDV R4.0
This is My Detail Config:
Motherboard: in BIOS
set svm enable
set iommu enable
set csm enable
edit config file /etc/default/grub:
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet amd_iommu=on iommu=pt pcie_acs_override=downstream,multifunction initcall_blacklist=sysfb_init"
in /etc/modprobe.d folder, add file blacklist.conf:
Code:
blacklist amdgpu
blacklist radeon
blacklist snd_hda_intel
add vfio.conf:
Code:
options vfio-pci ids=1002:15d8,1002:15de
options vfio-pci disable_idle_d3=1
in /etc/modules add :
Code:
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
/etc/pve/qemu-server/101.conf:
Code:
cpu=host, hidden=1
hostpci0: 0000:06:00,pcie=1,x-vga=1,romfile=vbios_15DD_2.dat
Finally, I also see this :https://forum.proxmox.com/threads/p...llation-and-configuration.130218/#post-571058
but, it is not work.
Last edited: