From 122aec5ec334545874563cbd2753b9c4fec8969c Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Fri, 2 Apr 2021 22:48:04 -0600 Subject: [PATCH] Clarify post-install patch usage --- docs/POST-INSTALL.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/POST-INSTALL.md b/docs/POST-INSTALL.md index d45a861a8..3e6be6086 100644 --- a/docs/POST-INSTALL.md +++ b/docs/POST-INSTALL.md @@ -21,9 +21,15 @@ To do this, run the OpenCore Patcher and head to Patcher Settings: ![](../images/settings.png) -Here you can change different patcher settings, however the main 2 of interest are: +Here you can change different patcher settings, however the main interest is: -* Enable Verbose Mode * Set ShowPicker Mode -Once you've toggled them both off, build your OpenCore EFI once again and install to your desired drive. Now to show the OpenCore selector, you can simply hold down the "ESC" key while clicking on EFI boot, then you can release the "ESC" key when you see the cursor arrow at the top left. \ No newline at end of file +Once you've toggled them both off, build your OpenCore EFI once again and install to your desired drive. Now to show the OpenCore selector, you can simply hold down the "ESC" key while clicking on EFI boot, then you can release the "ESC" key when you see the cursor arrow at the top left. + +**Note**: For users who need Post-Install Volume patches for Audio support, you **must** disable the following settings in "Patcher Settings" when building and installing your new OpenCore: + +* SIP: Disabled +* SecureBootModel: Disabled + +Once set, rebuild OpenCore, install to drive and reboot. Then, Post-Install Volume patches will run just fine \ No newline at end of file