From bcf86801dbd045f4fa86984e08bfd6b21452e5d3 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Sat, 6 Mar 2021 19:22:47 -0700 Subject: [PATCH] Clarify SIP usage --- docs/TROUBLESHOOTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/TROUBLESHOOTING.md b/docs/TROUBLESHOOTING.md index 9365896de..26ce7df98 100644 --- a/docs/TROUBLESHOOTING.md +++ b/docs/TROUBLESHOOTING.md @@ -32,12 +32,13 @@ Resolved in OpenCore-Legacy-Patcher v0.0.14 ## Booting with a non-flashed GPU -For Mac Pro, Xserve and iMac users with non-flashed GPUs, you can still easily boot OpenCore and view the entire boot process. To do so, make sure SIP is disabled and run the following: +For Mac Pro, Xserve and iMac users with non-flashed GPUs, you can still easily boot OpenCore and view the entire boot process. To do so, make sure SIP is disabled(to allow NVRAM write access) and run the following: ```sh sudo bless --verbose --file /Volumes/VOLNAME/EFI/OC/OpenCore.efi --folder /Volumes/VOLNAME/EFI/OC --setBoot ``` * Note you will need to replace `VOLNAME` with the Volume name of your USB or hard drive with OpenCore +* Note 2: Once done, you can re-enable SIP Once you boot OpenCore for the first time, LauncherOption will install itself as the top boot priority making OpenCore always launch. Combined with `RequestBootVar`, all boot options must go through OpenCore ensuring seamless usage even with OS installation and updates. \ No newline at end of file