From adc4cf518478b25ea5173e7abe3b15977ed93f4c Mon Sep 17 00:00:00 2001 From: AldertLake Date: Tue, 11 Nov 2025 16:08:45 +0100 Subject: [PATCH] Updating SecureBootModel & SetupVirtualMap. SecureBootModel should be disabled on sonoma 14.4 and later temporaly until the OS is installed. The SetupVirtualMap should be set to disabled on X570, B550, A520 and TRx40 boards only if using old bios (it should be laways enabled on latest frimware versions) --- AMD/zen.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AMD/zen.md b/AMD/zen.md index f193323df..c1f8f7f5e 100644 --- a/AMD/zen.md +++ b/AMD/zen.md @@ -84,7 +84,7 @@ Settings relating to boot.efi patching and firmware fixes, for us, we need to ch | EnableWriteUnprotector | NO | | | RebuildAppleMemoryMap | YES | | | ResizeAppleGpuBars | -1 | If your firmware supports increasing GPU Bar sizes (ie Resizable BAR Support), set this to `0` | -| SetupVirtualMap | YES | - Note X570, B550, A520 and TRx40 boards might need this disabled
- X470 and B450 with late 2020 BIOS updates might also require this disabled | +| SetupVirtualMap | YES | - Note X570, B550, A520 and TRx40 boards might need this disabledunless they are running the latest firmware (BIOS) version
- X470 and B450 with late 2020 BIOS updates might also require this disabled | | SyncRuntimePermissions | YES | | ::: @@ -443,7 +443,7 @@ Security is pretty self-explanatory, **do not skip**. We'll be changing the foll | AllowSetDefault | YES | | | BlacklistAppleUpdate | YES | | | ScanPolicy | 0 | | -| SecureBootModel | Default | Leave this as `Default` for OpenCore to automatically set the correct value corresponding to your SMBIOS. The next page goes into more detail about this setting. | +| SecureBootModel | Default | - Leave this as Default for OpenCore to automatically set the correct value corresponding to your SMBIOS.
- Note: For Sonoma 14.4 and later, temporarily set this to Disabled, then change it back to Default after installation is complete. | | Vault | Optional | This is a word, it is not optional to omit this setting. You will regret it if you don't set it to Optional, note that it is case-sensitive | :::