Hallo there. I bought a new server (DL380p G8) and different sas controller. One of them I need to passthrough but I get always the same error and I rly need help cuz I`m crying
OS: ProxMox 7.0-1 (atm) & 6.4-1 (tested)
Attached devices: Nothing except the LSI SAS Controller to get passthrough. For testing purposes proxmox is installed on an usb stick.
I am able to passthrough like the USB but not the SCSI Controller. On the controller any disks are not atm attached. Even so it isnt working.
Lets get started with what I already did...
Guidelines: Pci passthrough - proxmox Guide ; PCI Passthrough Selection with Identical Devices ; PCI(e) Passthrough; PCI passthrough via OVMF ;
reboot
If more infos needed, just ask but pls help me out
kvm: -device vfio-pci,host=0000:07:00.0,id=hostpci0,bus=pci.0,addr=0x10,rombar=0: vfio 0000:07:00.0: failed to setup container for group 32: Failed to set iommu for container: Operation not permitted
TASK ERROR: start failed: QEMU exited with code 1
System informations
System: HP ProLiant DL380 G8OS: ProxMox 7.0-1 (atm) & 6.4-1 (tested)
Attached devices: Nothing except the LSI SAS Controller to get passthrough. For testing purposes proxmox is installed on an usb stick.
I am able to passthrough like the USB but not the SCSI Controller. On the controller any disks are not atm attached. Even so it isnt working.
Lets get started with what I already did...
Guidelines: Pci passthrough - proxmox Guide ; PCI Passthrough Selection with Identical Devices ; PCI(e) Passthrough; PCI passthrough via OVMF ;
Bash:
nano /etc/default/grub →
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt pcie_acs_override=1000:0087 vfio-pci.ids=1000:0087 vfio_iommu_type1.allow_unsafe_interrupts=1 nofb video=vesafb:off,efifb:off"
Bash:
nano /etc/modules →
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
Bash:
echo "options vfio_iommu_type1 allow_unsafe_interrupts=1" > /etc/modprobe.d/iommu_unsafe_interrupts.conf
echo "options kvm ignore_msrs=1" > /etc/modprobe.d/kvm.conf
echo "options vfio-pci ids=1000:0087" > /etc/modprobe.d/vfio.conf
echo 'vfio-pci' > /etc/modules-load.d/vfio-pci.conf
Bash:
update-grub
update-initramfs -u -k all
pve-efiboot-tool refresh
Output informations
DELETEDIf more infos needed, just ask but pls help me out
Last edited: