From e6149046b3b6c46ca877e0c30f231efdd5b5d3fc Mon Sep 17 00:00:00 2001 From: neon ball <35791009+ParaDoX1994@users.noreply.github.com> Date: Mon, 2 Oct 2023 19:14:49 +0300 Subject: [PATCH] Small changes --- docs/TROUBLESHOOTING.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/TROUBLESHOOTING.md b/docs/TROUBLESHOOTING.md index 00e9b3930..2d53d1f7c 100644 --- a/docs/TROUBLESHOOTING.md +++ b/docs/TROUBLESHOOTING.md @@ -55,12 +55,15 @@ With OpenCore Legacy Patcher, we rely on Apple Secure Boot to ensure OS updates ## Stuck on boot after root patching Boot into recovery by pressing space when your disk is selected on the OCLP bootpicker (if you have it hidden, hold ESC while starting up) -Go into terminal and type the following: + +Go into terminal and first mount the disk by typing ```sh -mount -uw /Volumes/Macintosh\ HD -bless --mount /Volumes/Macintosh\ HD --bootefi -last-sealed-snapshot +mount -uw "/Volumes/Macintosh HD" +``` +Then revert the snapshot (if your disk name is something else than "Macintosh HD", make sure to change the path accordingly) +```sh +bless --mount "/Volumes/Macintosh HD" --bootefi -last-sealed-snapshot ``` -If your disk name is something else than "Macintosh HD", make sure to change the path accordingly. Then restart and now your system should be restored to the unpatched snapshot and should be able to boot again.