Did you already checked out the docs https://pve.proxmox.com/pve-docs/chapter-sysadmin.html#sysboot_edit_kernel_cmdline ?May I kindly ask you to help me how to add quiet intel_iommu=off intremap=off during boot?
Did you already checked out the docs https://pve.proxmox.com/pve-docs/chapter-sysadmin.html#sysboot_edit_kernel_cmdline ?May I kindly ask you to help me how to add quiet intel_iommu=off intremap=off during boot?
Hi, did you update GRUB with setting to turn off iommu/related? I need to pass through my hardware in some instances and was hoping there was a solution that doesn't cripple iommu. Thanksi found some linux kernel upstream bugreport for this at https://bugzilla.kernel.org/show_bug.cgi?id=214795
edit: think this is NOT the same, but related, as ilo + iommu seem to interfere somehow.
on my server i'm getting:
[12925.378093] DMAR: DRHD: handling fault status reg 2
[12925.378158] DMAR: [INTR-REMAP] Request device [01:00.0] fault index 17 [fault reason 38] Blocked an interrupt request due to source-id verification failure
and 01:00.0 is:
# lspci |grep 01:00.0
01:00.0 System peripheral: Hewlett-Packard Company Integrated Lights-Out Standard Slave Instrumentation & System Support (rev 05
>update-grub and reboot fixed it for me.
on recent proxmox, use "pve-efiboot-tool refresh" after changing grub config
Code:root@pve-hp:/etc/default# update-grub Generating grub configuration file ... W: This system is booted via proxmox-boot-tool: W: Executing 'update-grub' directly does not update the correct configs! W: Running: 'proxmox-boot-tool refresh'
If you only need to turn it off for the integrated graphics, use intel_iommu=igfx_off. If you only need IOMMU for a network device, you could use a virtual bridge and virtio to pass the network device to a single VM without passthrough.I'm also having this issue, but I cannot deactivate IOMMU because I need to pass through my network card to pfSense.
Is there still no workarround to solve this error with IOMMU enabled? Maybe switching to kernel 5.19 or 6.1?
Thanks for the hint. I've just tried this kernel option, but the problem still exists. Error in dmesg is still there and typing in the console is very slow.If you only need to turn it off for the integrated graphics, use intel_iommu=igfx_off. If you only need IOMMU for a network device, you could use a virtual bridge and virtio to pass the network device to a single VM without passthrough.
echo "options vfio_iommu_type1 allow_unsafe_interrupts=1" > /etc/modprobe.d/iommu_unsafe_interrupts.conf
This got me thinking, turned out I had the network cable plugged into the wrong port on the server, problem solved! Thanks! :')Hi, in my case was a IP conflict the problem.....