mirror of
https://github.com/tommytran732/Fedora-CoreOS-Ignition
synced 2024-11-09 11:41:34 -05:00
IOMMU Fix
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
5201fedaae
commit
7796e161c8
@ -17,8 +17,10 @@
|
|||||||
"random.trust_bootloader=off",
|
"random.trust_bootloader=off",
|
||||||
"random.trust_cpu=off",
|
"random.trust_cpu=off",
|
||||||
"intel_iommu=on",
|
"intel_iommu=on",
|
||||||
"amd_iommu=on",
|
"amd_iommu=force_isolation",
|
||||||
"iommu.passthrough=0 iommu.strict=1",
|
"iommu=force",
|
||||||
|
"iommu.passthrough=0",
|
||||||
|
"iommu.strict=1",
|
||||||
"slab_nomerge",
|
"slab_nomerge",
|
||||||
"init_on_alloc=1",
|
"init_on_alloc=1",
|
||||||
"init_on_free=1",
|
"init_on_free=1",
|
||||||
|
@ -336,8 +336,10 @@ kernel_arguments:
|
|||||||
- random.trust_bootloader=off
|
- random.trust_bootloader=off
|
||||||
- random.trust_cpu=off
|
- random.trust_cpu=off
|
||||||
- intel_iommu=on
|
- intel_iommu=on
|
||||||
- amd_iommu=on
|
- amd_iommu=force_isolation
|
||||||
- iommu.passthrough=0 iommu.strict=1
|
- iommu=force
|
||||||
|
- iommu.passthrough=0
|
||||||
|
- iommu.strict=1
|
||||||
- slab_nomerge
|
- slab_nomerge
|
||||||
- init_on_alloc=1
|
- init_on_alloc=1
|
||||||
- init_on_free=1
|
- init_on_free=1
|
||||||
|
@ -17,8 +17,10 @@
|
|||||||
"random.trust_bootloader=off",
|
"random.trust_bootloader=off",
|
||||||
"random.trust_cpu=off",
|
"random.trust_cpu=off",
|
||||||
"intel_iommu=on",
|
"intel_iommu=on",
|
||||||
"amd_iommu=on",
|
"amd_iommu=force_isolation",
|
||||||
"iommu.passthrough=0 iommu.strict=1",
|
"iommu=force",
|
||||||
|
"iommu.passthrough=0",
|
||||||
|
"iommu.strict=1",
|
||||||
"slab_nomerge",
|
"slab_nomerge",
|
||||||
"init_on_alloc=1",
|
"init_on_alloc=1",
|
||||||
"init_on_free=1",
|
"init_on_free=1",
|
||||||
|
@ -334,8 +334,10 @@ kernel_arguments:
|
|||||||
- random.trust_bootloader=off
|
- random.trust_bootloader=off
|
||||||
- random.trust_cpu=off
|
- random.trust_cpu=off
|
||||||
- intel_iommu=on
|
- intel_iommu=on
|
||||||
- amd_iommu=on
|
- amd_iommu=force_isolation
|
||||||
- iommu.passthrough=0 iommu.strict=1
|
- iommu=force
|
||||||
|
- iommu.passthrough=0
|
||||||
|
- iommu.strict=1
|
||||||
- slab_nomerge
|
- slab_nomerge
|
||||||
- init_on_alloc=1
|
- init_on_alloc=1
|
||||||
- init_on_free=1
|
- init_on_free=1
|
||||||
|
6
UTM.ign
6
UTM.ign
@ -17,8 +17,10 @@
|
|||||||
"random.trust_bootloader=off",
|
"random.trust_bootloader=off",
|
||||||
"random.trust_cpu=off",
|
"random.trust_cpu=off",
|
||||||
"intel_iommu=on",
|
"intel_iommu=on",
|
||||||
"amd_iommu=on",
|
"amd_iommu=force_isolation",
|
||||||
"iommu.passthrough=0 iommu.strict=1",
|
"iommu=force",
|
||||||
|
"iommu.passthrough=0",
|
||||||
|
"iommu.strict=1",
|
||||||
"slab_nomerge",
|
"slab_nomerge",
|
||||||
"init_on_alloc=1",
|
"init_on_alloc=1",
|
||||||
"init_on_free=1",
|
"init_on_free=1",
|
||||||
|
6
UTM.yml
6
UTM.yml
@ -228,8 +228,10 @@ kernel_arguments:
|
|||||||
- random.trust_bootloader=off
|
- random.trust_bootloader=off
|
||||||
- random.trust_cpu=off
|
- random.trust_cpu=off
|
||||||
- intel_iommu=on
|
- intel_iommu=on
|
||||||
- amd_iommu=on
|
- amd_iommu=force_isolation
|
||||||
- iommu.passthrough=0 iommu.strict=1
|
- iommu=force
|
||||||
|
- iommu.passthrough=0
|
||||||
|
- iommu.strict=1
|
||||||
- slab_nomerge
|
- slab_nomerge
|
||||||
- init_on_alloc=1
|
- init_on_alloc=1
|
||||||
- init_on_free=1
|
- init_on_free=1
|
||||||
|
Loading…
Reference in New Issue
Block a user