From 22171e0903954cac74e7734c945d031c32a7c8c7 Mon Sep 17 00:00:00 2001 From: vit9696 Date: Mon, 7 Oct 2024 21:36:49 +0300 Subject: [PATCH] Docs: Enable FixupAppleEfiImages in sample configs While FixupAppleEfiImages is generally not needed, OpenDuet, VMs, and some other firmware need it for proper macOS booting. Given that the quirk is generally harmless, enable it in the samples. --- Docs/Sample.plist | 2 +- Docs/SampleCustom.plist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/Sample.plist b/Docs/Sample.plist index 7f2b343ddbc..7ebd9181235 100644 --- a/Docs/Sample.plist +++ b/Docs/Sample.plist @@ -320,7 +320,7 @@ EnableWriteUnprotector FixupAppleEfiImages - + ForceBooterSignature ForceExitBootServices diff --git a/Docs/SampleCustom.plist b/Docs/SampleCustom.plist index 8d942f45f1e..d8841be15c8 100644 --- a/Docs/SampleCustom.plist +++ b/Docs/SampleCustom.plist @@ -320,7 +320,7 @@ EnableWriteUnprotector FixupAppleEfiImages - + ForceBooterSignature ForceExitBootServices