BL460c Gen7 running kernel 5.15 - fix

With kernel 5.15 intel_iommu now defaults to on. The kernel config of the new 5.15 series enables the intel_iommu parameter by default - this can cause problems with older hardware like HPE P410 hardware RAID controller.
The issue can be fixed by explicitly disabling intel_iommu on the kernel commandline (intel_iommu=off).
Certain systems may need to explicitly enable iommu=pt (SR-IOV pass-through) on the kernel command line.


nano /etc/default/grub

before:
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=""

after:
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=off iommu=pt"
GRUB_CMDLINE_LINUX=""

 

update-grub

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

Which system can be installed on my VPS?

Our VPS nodes are KVM based and support a realy wide range of Linux OS.Debian, CentOS, Ubuntu,...

Traffic Flat on VPS/shared hosting ToS

Our traffic flat offer on VPS and shared hosting (Romania and Finland) is fair use. If a customer...

I lost my root password - what now?

Please notice that the root password cant be restored on our VPS and dedicated server. In case...

Remove disc from sources.list

Want to update Debian but just recive this error?: Media change: please insert the disc...

Can i use TUN/TAP ?

Yes our VPS are KVM or Vmware based and you have your own kernel so using TUN/TAP is no problem.