Hello, I'm currently running a Proxmox server with a 5600G, and I recently successfully passed through the integrated graphics to a VM. I used the following configuration and used the vbios_5825U.bin file from the https://github.com/isc30/ryzen-7000-series-proxmox project.
Read more
Code:
bios: ovmf
boot: order=virtio0;ide2
cores: 12
cpu: host
efidisk0: local-zfs:vm-108-disk-0,efitype=4m,size=1M
hostpci0: 0000:08:00.0,pcie=1,romfile=vbios_7xxx.bin
ide2...
Read more