Followed the steps here
https://pve.proxmox.com/wiki/PCI_Passthrough
Cross checked my steps here
https://www.servethehome.com/how-to-pass-through-pcie-nics-with-proxmox-ve-on-intel-and-amd/
BIOS is correct.
GRub
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX="quiet intel_iommu=on"
Modules
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
Results
root@BKK-PX1:~# dmesg | grep -e DMAR -e IOMMU
[ 0.005290] ACPI: DMAR 0x000000006D84E000 000050 (v02 INTEL EDK2 00000002 01000013)
[ 0.005328] ACPI: Reserving DMAR table memory at [mem 0x6d84e000-0x6d84e04f]
[ 0.167910] DMAR: Host address width 39
[ 0.167911] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.167915] DMAR: dmar0: reg_base_addr fed91000 ver 5:0 cap d2008c40660462 ecap f050da
[ 0.167918] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 0
[ 0.167919] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 0.167920] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.169323] DMAR-IR: Enabled IRQ remapping in x2apic mode
Any suggestions?
https://pve.proxmox.com/wiki/PCI_Passthrough
Cross checked my steps here
https://www.servethehome.com/how-to-pass-through-pcie-nics-with-proxmox-ve-on-intel-and-amd/
BIOS is correct.
GRub
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX="quiet intel_iommu=on"
Modules
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
Results
root@BKK-PX1:~# dmesg | grep -e DMAR -e IOMMU
[ 0.005290] ACPI: DMAR 0x000000006D84E000 000050 (v02 INTEL EDK2 00000002 01000013)
[ 0.005328] ACPI: Reserving DMAR table memory at [mem 0x6d84e000-0x6d84e04f]
[ 0.167910] DMAR: Host address width 39
[ 0.167911] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.167915] DMAR: dmar0: reg_base_addr fed91000 ver 5:0 cap d2008c40660462 ecap f050da
[ 0.167918] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 0
[ 0.167919] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 0.167920] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.169323] DMAR-IR: Enabled IRQ remapping in x2apic mode
Any suggestions?