1
0
mirror of https://github.com/tommytran732/Fedora-CoreOS-Ignition synced 2024-09-16 12:44:42 -04:00

IOMMU Fix

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-12-06 13:56:57 -07:00
parent 5201fedaae
commit 7796e161c8
No known key found for this signature in database
GPG Key ID: D30DEC268D3FEB17
6 changed files with 24 additions and 12 deletions

View File

@ -17,8 +17,10 @@
"random.trust_bootloader=off",
"random.trust_cpu=off",
"intel_iommu=on",
"amd_iommu=on",
"iommu.passthrough=0 iommu.strict=1",
"amd_iommu=force_isolation",
"iommu=force",
"iommu.passthrough=0",
"iommu.strict=1",
"slab_nomerge",
"init_on_alloc=1",
"init_on_free=1",

View File

@ -336,8 +336,10 @@ kernel_arguments:
- random.trust_bootloader=off
- random.trust_cpu=off
- intel_iommu=on
- amd_iommu=on
- iommu.passthrough=0 iommu.strict=1
- amd_iommu=force_isolation
- iommu=force
- iommu.passthrough=0
- iommu.strict=1
- slab_nomerge
- init_on_alloc=1
- init_on_free=1

View File

@ -17,8 +17,10 @@
"random.trust_bootloader=off",
"random.trust_cpu=off",
"intel_iommu=on",
"amd_iommu=on",
"iommu.passthrough=0 iommu.strict=1",
"amd_iommu=force_isolation",
"iommu=force",
"iommu.passthrough=0",
"iommu.strict=1",
"slab_nomerge",
"init_on_alloc=1",
"init_on_free=1",

View File

@ -334,8 +334,10 @@ kernel_arguments:
- random.trust_bootloader=off
- random.trust_cpu=off
- intel_iommu=on
- amd_iommu=on
- iommu.passthrough=0 iommu.strict=1
- amd_iommu=force_isolation
- iommu=force
- iommu.passthrough=0
- iommu.strict=1
- slab_nomerge
- init_on_alloc=1
- init_on_free=1

View File

@ -17,8 +17,10 @@
"random.trust_bootloader=off",
"random.trust_cpu=off",
"intel_iommu=on",
"amd_iommu=on",
"iommu.passthrough=0 iommu.strict=1",
"amd_iommu=force_isolation",
"iommu=force",
"iommu.passthrough=0",
"iommu.strict=1",
"slab_nomerge",
"init_on_alloc=1",
"init_on_free=1",

View File

@ -228,8 +228,10 @@ kernel_arguments:
- random.trust_bootloader=off
- random.trust_cpu=off
- intel_iommu=on
- amd_iommu=on
- iommu.passthrough=0 iommu.strict=1
- amd_iommu=force_isolation
- iommu=force
- iommu.passthrough=0
- iommu.strict=1
- slab_nomerge
- init_on_alloc=1
- init_on_free=1