Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleEnable IOMMU
GRUB_CMDLINE_LINUX_DEFAULT="intel_iommu=on iommu=pt"
GRUB_CMDLINE_LINUX="intel_iommu=on iommu=pt"

Next up is to regenerate initramfs/grubconf:

Code Block
titleVerify that IOMMU is enabled
# update-initramfs -u
# grub-mkconfig -o /boot/grub/grub.cfg

After a reboot you should be able to see that the IOMMU is enabled correctly like so:

...