AMD iGPU passthrough won't work

hello again, thank you for your reply,
my sound device is here:
View attachment 64606
so what do I use in the blacklist???

and right here i thought you said use 7000 series in your message:
"Configuring the GPU in the Windows VM"-Section at isc30 / ryzen-7000-series-proxmox (the vbios.c-thing -- dont worry about "7000 series", this is generally valid for your 5800H too."

i thought you meant use the rom file of that series, that's probably mistake on my part for misreading i did follow the vbios.c thing and my bios came out as this "vbios_1002_1638.bin" do i use that?

how does the vfio.conf look?
let me know.
As trying to sort this out asap,
thanks
I could do with the help. Just need to know if I’m doing things right. As I’m very new to passthrough etc
 
Good evening, I was out on a journey on the last few days.

According to your lspci output the line "Kernel modules:" shows that you have to blacklist "snd_hda_intel" as well because the kernel want to use/load it via this driver module. So the last line has to look like

Code:
blacklist snd_hda_intel

Then dont forget do execute "update-initramfs -u -k all" and reboot.

Sorry for the misunderstanding, yes you have to copy your "vbios_1002_1638.bin" to the file system path "/usr/share/kvm/" and add the filename (without path) in your guest-config after the "romfile=" parameter.
 
Good evening, I was out on a journey on the last few days.

According to your lspci output the line "Kernel modules:" shows that you have to blacklist "snd_hda_intel" as well because the kernel want to use/load it via this driver module. So the last line has to look like

Code:
blacklist snd_hda_intel

Then dont forget do execute "update-initramfs -u -k all" and reboot.

Sorry for the misunderstanding, yes you have to copy your "vbios_1002_1638.bin" to the file system path "/usr/share/kvm/" and add the filename (without path) in your guest-config after the "romfile=" parameter.
Hey Can do a spot check for me see if everything is right as i'm having amd crash issues on the driver, is that ok @VMler?
screenshots:
1710709537682.png
1710709565660.png
1710709595853.png
1710709624546.png

let me know if any mistakes.
thanks again for your help.
 
let me know if any mistakes.
video=efifb:off does nothing on recent Proxmox versions. You are using ,x-vga=1 (Primary GPU) which is a NVidia GPU work-around and should not be used with AMD Radeon. args: -cpu 'host,-hypervision,kvm=off' is also a NVidia GPU work-around and should not be used with AMD Radeon. Don't bother with all the stuff about the radeon driver, since your GPU uses amdgpu only. In my experience AMD Windows drivers work better with machine version 7.2 than 8.1, try pc-q35-7.2 instead.

EDIT: Sorry for wasting your time with this post.
 
Last edited:
video=efifb:off does nothing on recent Proxmox versions. You are using ,x-vga=1 (Primary GPU) which is a NVidia GPU work-around and should not be used with AMD Radeon. args: -cpu 'host,-hypervision,kvm=off' is also a NVidia GPU work-around and should not be used with AMD Radeon. Don't bother with all the stuff about the radeon driver, since your GPU uses amdgpu only. In my experience AMD Windows drivers work better with machine version 7.2 than 8.1, try pc-q35-7.2 instead.
if u look in previous posts. I was told use the args line and the other stuff. id prefer to keep my proxmox up to date. i just wanna know why radeon driver crashin in windows vm and also i have no image on my monitor
 
video=efifb:off does nothing on recent Proxmox versions. You are using ,x-vga=1 (Primary GPU) which is a NVidia GPU work-around and should not be used with AMD Radeon. args: -cpu 'host,-hypervision,kvm=off' is also a NVidia GPU work-around and should not be used with AMD Radeon. Don't bother with all the stuff about the radeon driver, since your GPU uses amdgpu only. In my experience AMD Windows drivers work better with machine version 7.2 than 8.1, try pc-q35-7.2 instead.

EDIT: Sorry for wasting your time with this post.
why u waste my time?, im just trying to pass through my gpu for my windows machine. but i get nothing but driver crashes etc.
 
can someone please help...
You could try pc-q35-7.2 instead of pc-q35-8.1 (as I suggested before and which has nothing to do with your Proxmox version). Proxmox fixates the machine version for Windows VM for a reason. I also can't help it that other people made some bad suggestion (for your particular hardware), but feel free to ignore me and I'll do the same (since I am just volunteering here).
To separate the Windows driver problems from the possible other passthrough problems: try booting your Windows VM with a Ubuntu Live installer ISO (don't install, just see if you get output on the physical display). If that does not work then there is something else that needs to be fixed first.
 
Last edited:
You could try pc-q35-7.2 instead of pc-q35-8.1 (as I suggested before and which has nothing to do with your Proxmox version). Proxmox fixates the machine version for Windows VM for a reason. I also can't help it that other people made some bad suggestion (for your particular hardware), but feel free to ignore me and I'll do the same (since I am just volunteering here).
To separate the Windows driver problems from the possible other passthrough problems: try booting your Windows VM with a Ubuntu Live installer ISO (don't install, just see if you get output on the physical display). If that does not work then there is something else that needs to be fixed first.
I’m after any help @leesteken, I just wanna get it working :(
 
You could try pc-q35-7.2 instead of pc-q35-8.1 (as I suggested before and which has nothing to do with your Proxmox version). Proxmox fixates the machine version for Windows VM for a reason. I also can't help it that other people made some bad suggestion (for your particular hardware), but feel free to ignore me and I'll do the same (since I am just volunteering here).
To separate the Windows driver problems from the possible other passthrough problems: try booting your Windows VM with a Ubuntu Live installer ISO (don't install, just see if you get output on the physical display). If that does not work then there is something else that needs to be fixed first.
@leesteken it doesnt show when i try a Ubuntu live install, any help you could provide would be greatly appreciated.
 
@leesteken it doesnt show when i try a Ubuntu live install, any help you could provide would be greatly appreciated.
The passthrough is not working yet and we need to fix this first.
Did you reboot Proxmox just before you tried? If not, can you try again after a reboot (and make sure no driver or VM touches the GPU before starting the VM).
What is the output of cat /proc/cmdline on the Proxmox host?
What is the output of lspci -nnks 04:00 on the Proxmox host just before starting the VM.
What does the current VM configuration file look like? Please copy&pase the contents (in CODE tags for readability) and not a screenshot.
 
The passthrough is not working yet and we need to fix this first.
Did you reboot Proxmox just before you tried? If not, can you try again after a reboot (and make sure no driver or VM touches the GPU before starting the VM).
What is the output of cat /proc/cmdline on the Proxmox host?
What is the output of lspci -nnks 04:00 on the Proxmox host just before starting the VM.
What does the current VM configuration file look like? Please copy&pase the contents (in CODE tags for readability) and not a screenshot.
@leesteken can you tell me your time zone. Because I’m busy atm and will have to send the info u requested in ur last reply at around 7-8pm uk time. As I’ll be free round then.
 
@leesteken can you tell me your time zone. Because I’m busy atm and will have to send the info u requested in ur last reply at around 7-8pm uk time. As I’ll be free round then.
I'll get around to helping you when I get around to it. Sometimes I also help other people and I also do other things than volunteering here. When I see you posting new information, I'll try to help (but I sometimes also need time to research things). There is no need for you to hurry nor to wait for me, and other people can also join in with the helping.
 
I'll get around to helping you when I get around to it. Sometimes I also help other people and I also do other things than volunteering here. When I see you posting new information, I'll try to help (but I sometimes also need time to research things). There is no need for you to hurry nor to wait for me, and other people can also join in with the helping.
Ok will get back to you soon
 
The passthrough is not working yet and we need to fix this first.
Did you reboot Proxmox just before you tried? If not, can you try again after a reboot (and make sure no driver or VM touches the GPU before starting the VM).
What is the output of cat /proc/cmdline on the Proxmox host?
What is the output of lspci -nnks 04:00 on the Proxmox host just before starting the VM.
What does the current VM configuration file look like? Please copy&pase the contents (in CODE tags for readability) and not a screenshot.
output of cat /proc/cmdline:
Code:
BOOT_IMAGE=/boot/vmlinuz-6.5.13-1-pve root=/dev/mapper/pve-root ro quiet iommu=pt

output of lspci -nnks 04:00:
Code:
04:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Cezanne [Radeon Vega Series / Radeon Vega Mobile Series] [1002:1638] (rev c5)
    Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Cezanne [Radeon Vega Series / Radeon Vega Mobile Series] [1002:0123]
    Kernel driver in use: vfio-pci
    Kernel modules: amdgpu
04:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Renoir Radeon High Definition Audio Controller [1002:1637]
    Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Renoir Radeon High Definition Audio Controller [1002:1637]
    Kernel driver in use: vfio-pci
    Kernel modules: snd_hda_intel
04:00.2 Encryption controller [1080]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 10h-1fh) Platform Security Processor [1022:15df]
    Subsystem: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 10h-1fh) Platform Security Processor [1022:15df]
    Kernel driver in use: ccp
    Kernel modules: ccp
04:00.3 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne USB 3.1 [1022:1639]
    Subsystem: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne USB 3.1 [1022:1639]
    Kernel driver in use: xhci_hcd
    Kernel modules: xhci_pci
04:00.4 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne USB 3.1 [1022:1639]
    Subsystem: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne USB 3.1 [1022:1639]
    Kernel driver in use: xhci_hcd
    Kernel modules: xhci_pci
04:00.5 Multimedia controller [0480]: Advanced Micro Devices, Inc. [AMD] ACP/ACP3X/ACP6x Audio Coprocessor [1022:15e2] (rev 01)
    Subsystem: Advanced Micro Devices, Inc. [AMD] ACP/ACP3X/ACP6x Audio Coprocessor [1022:15e2]
    Kernel driver in use: snd_rn_pci_acp3x
    Kernel modules: snd_pci_acp3x, snd_rn_pci_acp3x, snd_pci_acp5x, snd_pci_acp6x, snd_acp_pci, snd_rpl_pci_acp6x, snd_pci_ps, snd_sof_amd_renoir, snd_sof_amd_rembrandt
04:00.6 Audio device [0403]: Advanced Micro Devices, Inc. [AMD] Family 17h/19h HD Audio Controller [1022:15e3]
    DeviceName: HD Audio Controller
    Subsystem: Advanced Micro Devices, Inc. [AMD] Family 17h/19h HD Audio Controller [1022:d270]
    Kernel driver in use: snd_hda_intel
    Kernel modules: snd_hda_intel

output of vm config:
Code:
agent: 1
args: -cpu 'host,-hypervisor,kvm=off'
balloon: 0
bios: ovmf
boot: order=ide2;scsi0;ide0;net0
cores: 4
cpu: host
efidisk0: isos-and-vms:500/vm-500-disk-0.qcow2,efitype=4m,pre-enrolled-keys=1,size=528K
hostpci0: 0000:04:00.0,pcie=1,romfile=vbios_1002_1638.bin
hostpci1: 0000:04:00.1,pcie=1,romfile=AMDGopDriver_5700U.rom
ide0: isos-and-vms:iso/virtio-win-0.1.248.iso,media=cdrom,size=715188K
ide2: isos-and-vms:iso/ubuntu-22.04.4-desktop-amd64.iso,media=cdrom,size=4899762K
machine: pc-q35-8.1
memory: 12288
meta: creation-qemu=8.1.5,ctime=1710768549
name: Windows
net0: virtio=BC:24:11:6A:73:A5,bridge=vmbr0,firewall=1
numa: 0
ostype: win10
scsi0: isos-and-vms:500/vm-500-disk-1.qcow2,discard=on,iothread=1,size=128G,ssd=1
scsihw: virtio-scsi-single
smbios1: uuid=651a7ff1-7197-4454-a0a4-42438033bdb8
sockets: 1
tpmstate0: isos-and-vms:500/vm-500-disk-2.raw,size=4M,version=v2.0
vmgenid: 9455397e-9228-4265-b343-c4cd5ba24c40

hope this shows something.
 
output of cat /proc/cmdline:
Code:
BOOT_IMAGE=/boot/vmlinuz-6.5.13-1-pve root=/dev/mapper/pve-root ro quiet iommu=pt

output of lspci -nnks 04:00:
Code:
04:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Cezanne [Radeon Vega Series / Radeon Vega Mobile Series] [1002:1638] (rev c5)
    Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Cezanne [Radeon Vega Series / Radeon Vega Mobile Series] [1002:0123]
    Kernel driver in use: vfio-pci
    Kernel modules: amdgpu
04:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Renoir Radeon High Definition Audio Controller [1002:1637]
    Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Renoir Radeon High Definition Audio Controller [1002:1637]
    Kernel driver in use: vfio-pci
    Kernel modules: snd_hda_intel
04:00.2 Encryption controller [1080]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 10h-1fh) Platform Security Processor [1022:15df]
    Subsystem: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 10h-1fh) Platform Security Processor [1022:15df]
    Kernel driver in use: ccp
    Kernel modules: ccp
04:00.3 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne USB 3.1 [1022:1639]
    Subsystem: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne USB 3.1 [1022:1639]
    Kernel driver in use: xhci_hcd
    Kernel modules: xhci_pci
04:00.4 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne USB 3.1 [1022:1639]
    Subsystem: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne USB 3.1 [1022:1639]
    Kernel driver in use: xhci_hcd
    Kernel modules: xhci_pci
04:00.5 Multimedia controller [0480]: Advanced Micro Devices, Inc. [AMD] ACP/ACP3X/ACP6x Audio Coprocessor [1022:15e2] (rev 01)
    Subsystem: Advanced Micro Devices, Inc. [AMD] ACP/ACP3X/ACP6x Audio Coprocessor [1022:15e2]
    Kernel driver in use: snd_rn_pci_acp3x
    Kernel modules: snd_pci_acp3x, snd_rn_pci_acp3x, snd_pci_acp5x, snd_pci_acp6x, snd_acp_pci, snd_rpl_pci_acp6x, snd_pci_ps, snd_sof_amd_renoir, snd_sof_amd_rembrandt
04:00.6 Audio device [0403]: Advanced Micro Devices, Inc. [AMD] Family 17h/19h HD Audio Controller [1022:15e3]
    DeviceName: HD Audio Controller
    Subsystem: Advanced Micro Devices, Inc. [AMD] Family 17h/19h HD Audio Controller [1022:d270]
    Kernel driver in use: snd_hda_intel
    Kernel modules: snd_hda_intel
Device 04:00 has a lot of functions but you are not using the pcie_acs_override. I would expect iGPU passthrough to crash your Proxmox when you start your VM. What do your IOMMU groups look like; what is the output of for d in /sys/kernel/iommu_groups/*/devices/*; do n=${d#*/iommu_groups/*}; n=${n%%/*}; printf 'IOMMU group %s ' "$n"; lspci -nns "${d##*/}"; done?
output of vm config:
Code:
agent: 1
args: -cpu 'host,-hypervisor,kvm=off'
balloon: 0
bios: ovmf
boot: order=ide2;scsi0;ide0;net0
cores: 4
cpu: host
efidisk0: isos-and-vms:500/vm-500-disk-0.qcow2,efitype=4m,pre-enrolled-keys=1,size=528K
hostpci0: 0000:04:00.0,pcie=1,romfile=vbios_1002_1638.bin
hostpci1: 0000:04:00.1,pcie=1,romfile=AMDGopDriver_5700U.rom
ide0: isos-and-vms:iso/virtio-win-0.1.248.iso,media=cdrom,size=715188K
ide2: isos-and-vms:iso/ubuntu-22.04.4-desktop-amd64.iso,media=cdrom,size=4899762K
machine: pc-q35-8.1
memory: 12288
meta: creation-qemu=8.1.5,ctime=1710768549
name: Windows
net0: virtio=BC:24:11:6A:73:A5,bridge=vmbr0,firewall=1
numa: 0
ostype: win10
scsi0: isos-and-vms:500/vm-500-disk-1.qcow2,discard=on,iothread=1,size=128G,ssd=1
scsihw: virtio-scsi-single
smbios1: uuid=651a7ff1-7197-4454-a0a4-42438033bdb8
sockets: 1
tpmstate0: isos-and-vms:500/vm-500-disk-2.raw,size=4M,version=v2.0
vmgenid: 9455397e-9228-4265-b343-c4cd5ba24c40
args: -cpu 'host,-hypervisor,kvm=off' is a NVidia work-around and does not make sense for Radeon.
hope this shows something.
Where did you get the ROM-files? Integrated GPU passthrough is much more troublesome than discrete GPUs and i am having trouble finding people who had success with a 5800H. Maybe you need to create your own GopDriver for 5800H? Unfortunately, I have no experience with that and cannot try it for myself.

EDIT: Please make sure Resizable BAR is disabled in the motherboard BIOS.
 
Last edited:
Device 04:00 has a lot of functions but you are not using the pcie_acs_override. I would expect iGPU passthrough to crash your Proxmox when you start your VM. What do your IOMMU groups look like; what is the output of for d in /sys/kernel/iommu_groups/*/devices/*; do n=${d#*/iommu_groups/*}; n=${n%%/*}; printf 'IOMMU group %s ' "$n"; lspci -nns "${d##*/}"; done?

args: -cpu 'host,-hypervisor,kvm=off' is a NVidia work-around and does not make sense for Radeon.

Where did you get the ROM-files? Integrated GPU passthrough is much more troublesome than discrete GPUs and i am having trouble finding people who had success with a 5800H. Maybe you need to create your own GopDriver for 5800H? Unfortunately, I have no experience with that and cannot try it for myself.

EDIT: Please make sure Resizable BAR is disabled in the motherboard BIOS.
I followed the guide here:
https://github.com/isc30/ryzen-7000-series-proxmox,
What output do u want to see,
Where would that be located in resizable bar in the bios?
 
I followed the guide here:
https://github.com/isc30/ryzen-7000-series-proxmox,
What output do u want to see,
I don't know. Unfortunately, I have no experience myself with VBIOS patching.

I do want to see the IOMMU groups: for d in /sys/kernel/iommu_groups/*/devices/*; do n=${d#*/iommu_groups/*}; n=${n%%/*}; printf 'IOMMU group %s ' "$n"; lspci -nns "${d##*/}"; done
Where would that be located in resizable bar in the bios?
I don't know your BIOS or have a manual. Please check for yourself. Sometimes it is called Smart Memory Access (SMA) or Clever Memory Access (CMA).
 
I don't know. Unfortunately, I have no experience myself with VBIOS patching.

I do want to see the IOMMU groups: for d in /sys/kernel/iommu_groups/*/devices/*; do n=${d#*/iommu_groups/*}; n=${n%%/*}; printf 'IOMMU group %s ' "$n"; lspci -nns "${d##*/}"; done

I don't know your BIOS or have a manual. Please check for yourself. Sometimes it is called Smart Memory Access (SMA) or Clever Memory Access (CMA).
output for the above command:

Code:
IOMMU group 0 00:01.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Renoir PCIe Dummy Host Bridge [1022:1632]
IOMMU group 10 01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
IOMMU group 11 02:00.0 Network controller [0280]: Intel Corporation Wi-Fi 6 AX200 [8086:2723] (rev 1a)
IOMMU group 12 03:00.0 Non-Volatile memory controller [0108]: Micron/Crucial Technology P5 Plus NVMe PCIe SSD [c0a9:5407]
IOMMU group 13 04:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Cezanne [Radeon Vega Series / Radeon Vega Mobile Series] [1002:1638] (rev c5)
IOMMU group 14 04:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Renoir Radeon High Definition Audio Controller [1002:1637]
IOMMU group 15 04:00.2 Encryption controller [1080]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 10h-1fh) Platform Security Processor [1022:15df]
IOMMU group 16 04:00.3 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne USB 3.1 [1022:1639]
IOMMU group 17 04:00.4 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne USB 3.1 [1022:1639]
IOMMU group 18 04:00.5 Multimedia controller [0480]: Advanced Micro Devices, Inc. [AMD] ACP/ACP3X/ACP6x Audio Coprocessor [1022:15e2] (rev 01)
IOMMU group 19 04:00.6 Audio device [0403]: Advanced Micro Devices, Inc. [AMD] Family 17h/19h HD Audio Controller [1022:15e3]
IOMMU group 1 00:01.2 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne PCIe GPP Bridge [1022:1634]
IOMMU group 20 05:00.0 Non-Essential Instrumentation [1300]: Advanced Micro Devices, Inc. [AMD] Zeppelin/Raven/Raven2 PCIe Dummy Function [1022:145a] (rev 81)
IOMMU group 21 05:00.1 SATA controller [0106]: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode] [1022:7901] (rev 81)
IOMMU group 2 00:01.3 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne PCIe GPP Bridge [1022:1634]
IOMMU group 3 00:02.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Renoir PCIe Dummy Host Bridge [1022:1632]
IOMMU group 4 00:02.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne PCIe GPP Bridge [1022:1634]
IOMMU group 5 00:08.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Renoir PCIe Dummy Host Bridge [1022:1632]
IOMMU group 6 00:08.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Renoir Internal PCIe GPP Bridge to Bus [1022:1635]
IOMMU group 7 00:08.2 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Renoir Internal PCIe GPP Bridge to Bus [1022:1635]
IOMMU group 8 00:14.0 SMBus [0c05]: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller [1022:790b] (rev 51)
IOMMU group 8 00:14.3 ISA bridge [0601]: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge [1022:790e] (rev 51)
IOMMU group 9 00:18.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Cezanne Data Fabric; Function 0 [1022:166a]
IOMMU group 9 00:18.1 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Cezanne Data Fabric; Function 1 [1022:166b]
IOMMU group 9 00:18.2 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Cezanne Data Fabric; Function 2 [1022:166c]
IOMMU group 9 00:18.3 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Cezanne Data Fabric; Function 3 [1022:166d]
IOMMU group 9 00:18.4 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Cezanne Data Fabric; Function 4 [1022:166e]
IOMMU group 9 00:18.5 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Cezanne Data Fabric; Function 5 [1022:166f]
IOMMU group 9 00:18.6 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Cezanne Data Fabric; Function 6 [1022:1670]
IOMMU group 9 00:18.7 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Cezanne Data Fabric; Function 7 [1022:1671]

couldn't find rombar in my bios unfortunately
 
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!