Update 40_enable_iommu.cfg

This commit is contained in:
monsieuremre 2023-12-03 19:42:34 +00:00 committed by GitHub
parent 82bd9138de
commit 83e13bb62d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
## See the file COPYING for copying conditions.
## Enables IOMMU to prevent DMA attacks.
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX intel_iommu=on amd_iommu=on"
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX intel_iommu=on amd_iommu=force_enable iommu=strict iommu.strict=1 iommu.passthrough=0"
## Disable the busmaster bit on all PCI bridges during very
## early boot to avoid holes in IOMMU.