Hello all,
I am running Proxmox 7.2 on a HP DL380 G9 server and have done so for a while without any major issues except one - pcie passthrough.
All steps have been followed (wiki etc). No matter what I try task log complains with "Error: start failed: QEMU exited with code 1".
I am trying to passthrough 10gbe NIC to a VM
The last three lines to me seem to be an issue, does anyone have any guidance?
I am running Proxmox 7.2 on a HP DL380 G9 server and have done so for a while without any major issues except one - pcie passthrough.
All steps have been followed (wiki etc). No matter what I try task log complains with "Error: start failed: QEMU exited with code 1".
I am trying to passthrough 10gbe NIC to a VM
Code:
root@pve:~# dmesg | grep -e DMAR -e IOMMU -e AMD-Vi
[ 0.023143] ACPI: DMAR 0x000000007B7E7000 0002D0 (v01 HP ProLiant 00000001 HP 00000001)
[ 0.023233] ACPI: Reserving DMAR table memory at [mem 0x7b7e7000-0x7b7e72cf]
[ 1.267872] DMAR: IOMMU enabled
[ 3.003073] DMAR: Host address width 46
[ 3.003076] DMAR: DRHD base: 0x000000fbffc000 flags: 0x0
[ 3.003087] DMAR: dmar0: reg_base_addr fbffc000 ver 1:0 cap d2078c106f0466 ecap f020df
[ 3.003092] DMAR: DRHD base: 0x000000c7ffc000 flags: 0x1
[ 3.003099] DMAR: dmar1: reg_base_addr c7ffc000 ver 1:0 cap d2078c106f0466 ecap f020df
[ 3.003103] DMAR: RMRR base: 0x00000079174000 end: 0x00000079176fff
[ 3.003106] DMAR: RMRR base: 0x000000791f4000 end: 0x000000791f7fff
[ 3.003111] DMAR: RMRR base: 0x000000791de000 end: 0x000000791f3fff
[ 3.003114] DMAR: RMRR base: 0x000000791cb000 end: 0x000000791dbfff
[ 3.003116] DMAR: RMRR base: 0x000000791dc000 end: 0x000000791ddfff
[ 3.003120] DMAR-IR: IOAPIC id 10 under DRHD base 0xfbffc000 IOMMU 0
[ 3.003124] DMAR-IR: IOAPIC id 8 under DRHD base 0xc7ffc000 IOMMU 1
[ 3.003127] DMAR-IR: IOAPIC id 9 under DRHD base 0xc7ffc000 IOMMU 1
[ 3.003130] DMAR-IR: HPET id 0 under DRHD base 0xc7ffc000
[ 3.003133] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 3.004368] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 3.387604] DMAR: No ATSR found
[ 3.387606] DMAR: No SATC found
[ 3.387609] DMAR: dmar0: Using Queued invalidation
[ 3.387615] DMAR: dmar1: Using Queued invalidation
[ 3.400411] DMAR: Intel(R) Virtualization Technology for Directed I/O
[ 2405.845061] vfio-pci 0000:0b:00.1: DMAR: Device is ineligible for IOMMU domain attach due to platform RMRR requirement. Contact your platform vendor.
[ 2500.728124] vfio-pci 0000:0b:00.1: DMAR: Device is ineligible for IOMMU domain attach due to platform RMRR requirement. Contact your platform vendor.
[ 3822.881991] vfio-pci 0000:0b:00.1: DMAR: Device is ineligible for IOMMU domain attach due to platform RMRR requirement. Contact your platform vendor.
The last three lines to me seem to be an issue, does anyone have any guidance?