I am looking to pass through a Dell Perc H200E sff 8087 pci card through proxmox to my TrueNAS scale vm. I am using a Dell Poweredge R720 as the server and I am using the cared to connect my external Thinkserver JBOD.
I have set the passthrough components in configuration:
/etc/default/grub
GRUB_CMDLIN_LINUX_DEFAULT="quiet intel_iommu=on"
and /etc/modules to have
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
I see the PCI device listed as two options
MegaRAID SAS 2008 [Falcon] IOMMU 23
SAS2008 PCI Express Fusion-MPT SAS-2 [Falcon] IOMMU 24
I know the server sees it in slot 6, but any time i try to put the card onto the VM it either boots with a failure on the console if the IOMMU 24 slot is used, or flat out crashes if the IOMMU 23 slot is used. I even tried putting both the raw pci devices onto the vm but it still crashes. I did not do anything with the firmware as it is on the current 7.03.06 version.
So could anyone guide me to what I may be doing wrong with this?
I have set the passthrough components in configuration:
/etc/default/grub
GRUB_CMDLIN_LINUX_DEFAULT="quiet intel_iommu=on"
and /etc/modules to have
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
I see the PCI device listed as two options
MegaRAID SAS 2008 [Falcon] IOMMU 23
SAS2008 PCI Express Fusion-MPT SAS-2 [Falcon] IOMMU 24
I know the server sees it in slot 6, but any time i try to put the card onto the VM it either boots with a failure on the console if the IOMMU 24 slot is used, or flat out crashes if the IOMMU 23 slot is used. I even tried putting both the raw pci devices onto the vm but it still crashes. I did not do anything with the firmware as it is on the current 7.03.06 version.
So could anyone guide me to what I may be doing wrong with this?
Last edited: