From 06bc0cce3989c12deac8c7554034e1e6d5965743 Mon Sep 17 00:00:00 2001 From: Tommy Date: Wed, 6 Dec 2023 15:09:54 -0700 Subject: [PATCH] Fix missing efi=disable_early_pci_dma Signed-off-by: Tommy --- Docker-Compose.ign | 3 ++- Docker-Compose.yml | 1 + Generic.ign | 3 ++- Generic.yml | 1 + UTM.ign | 3 ++- UTM.yml | 1 + kargs | 2 +- 7 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Docker-Compose.ign b/Docker-Compose.ign index 14f42cd..e1de3c7 100644 --- a/Docker-Compose.ign +++ b/Docker-Compose.ign @@ -1,6 +1,6 @@ { "ignition": { - "version": "3.3.0" + "version": "3.4.0" }, "kernelArguments": { "shouldExist": [ @@ -18,6 +18,7 @@ "random.trust_cpu=off", "intel_iommu=on", "amd_iommu=force_isolation", + "efi=disable_early_pci_dma", "iommu=force", "iommu.passthrough=0", "iommu.strict=1", diff --git a/Docker-Compose.yml b/Docker-Compose.yml index 8f28d91..807f096 100644 --- a/Docker-Compose.yml +++ b/Docker-Compose.yml @@ -337,6 +337,7 @@ kernel_arguments: - random.trust_cpu=off - intel_iommu=on - amd_iommu=force_isolation + - efi=disable_early_pci_dma - iommu=force - iommu.passthrough=0 - iommu.strict=1 diff --git a/Generic.ign b/Generic.ign index cc228df..2bf1bb3 100644 --- a/Generic.ign +++ b/Generic.ign @@ -1,6 +1,6 @@ { "ignition": { - "version": "3.3.0" + "version": "3.4.0" }, "kernelArguments": { "shouldExist": [ @@ -18,6 +18,7 @@ "random.trust_cpu=off", "intel_iommu=on", "amd_iommu=force_isolation", + "efi=disable_early_pci_dma", "iommu=force", "iommu.passthrough=0", "iommu.strict=1", diff --git a/Generic.yml b/Generic.yml index 539c68d..98397ee 100644 --- a/Generic.yml +++ b/Generic.yml @@ -335,6 +335,7 @@ kernel_arguments: - random.trust_cpu=off - intel_iommu=on - amd_iommu=force_isolation + - efi=disable_early_pci_dma - iommu=force - iommu.passthrough=0 - iommu.strict=1 diff --git a/UTM.ign b/UTM.ign index f932cba..2409668 100644 --- a/UTM.ign +++ b/UTM.ign @@ -1,6 +1,6 @@ { "ignition": { - "version": "3.3.0" + "version": "3.4.0" }, "kernelArguments": { "shouldExist": [ @@ -18,6 +18,7 @@ "random.trust_cpu=off", "intel_iommu=on", "amd_iommu=force_isolation", + "efi=disable_early_pci_dma", "iommu=force", "iommu.passthrough=0", "iommu.strict=1", diff --git a/UTM.yml b/UTM.yml index 713c8cd..3bd0be7 100644 --- a/UTM.yml +++ b/UTM.yml @@ -229,6 +229,7 @@ kernel_arguments: - random.trust_cpu=off - intel_iommu=on - amd_iommu=force_isolation + - efi=disable_early_pci_dma - iommu=force - iommu.passthrough=0 - iommu.strict=1 diff --git a/kargs b/kargs index fd63103..850c915 100644 --- a/kargs +++ b/kargs @@ -1 +1 @@ -spectre_v2=on spec_store_bypass_disable=on l1tf=full,force mds=full,nosmt tsx=off tsx_async_abort=full,nosmt kvm.nx_huge_pages=force nosmt=force l1d_flush=on mmio_stale_data=full,nosmt random.trust_bootloader=off random.trust_cpu=off intel_iommu=on amd_iommu=on iommu.passthrough=0 iommu.strict=1 slab_nomerge init_on_alloc=1 init_on_free=1 pti=on vsyscall=none page_alloc.shuffle=1 randomize_kstack_offset=on extra_latent_entropy debugfs=off \ No newline at end of file +spectre_v2=on spec_store_bypass_disable=on l1tf=full,force mds=full,nosmt tsx=off tsx_async_abort=full,nosmt kvm.nx_huge_pages=force nosmt=force l1d_flush=on mmio_stale_data=full,nosmt random.trust_bootloader=off random.trust_cpu=off intel_iommu=on amd_iommu=force_isolation efi=disable_early_pci_dma iommu=force iommu.passthrough=0 iommu.strict=1 slab_nomerge init_on_alloc=1 init_on_free=1 pti=on vsyscall=none page_alloc.shuffle=1 randomize_kstack_offset=on extra_latent_entropy debugfs=off \ No newline at end of file