The integrated graphics (IGPU) pass-through is not functioning properly.

matrixchu

New Member
Jul 6, 2023
4
0
1
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:
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.
1688822673126.png
 
Last edited:

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!