Hi everyone, recently I bought an old 1U X9 Supermicro server. I installed Proxmox VE 7.0 but I find that I am not able to passthrough the Mellanox ConnectX-2 10GbE NIC to my TrueNAS VM.
I follow to this guide https://pve.proxmox.com/pve-docs/pve-admin-guide.html#qm_pci_passthrough
Added
intel_iommu=on
to /etc/default/grub.
Added
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
to /etc/modules
Use
update-grub && update-initramfs -u -k all
to update the boot parameters
And
Read more
I follow to this guide https://pve.proxmox.com/pve-docs/pve-admin-guide.html#qm_pci_passthrough
Added
intel_iommu=on
to /etc/default/grub.
Added
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
to /etc/modules
Use
update-grub && update-initramfs -u -k all
to update the boot parameters
And
Code:
root@pve:~#...
Read more