From 1319a23c77477fb6b10e62a76f8c8962b54d58f9 Mon Sep 17 00:00:00 2001 From: neon ball <35791009+ParaDoX1994@users.noreply.github.com> Date: Mon, 2 Oct 2023 23:59:42 +0300 Subject: [PATCH] Change text position --- docs/TROUBLESHOOTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/TROUBLESHOOTING.md b/docs/TROUBLESHOOTING.md index 2d53d1f7c..97b6c83da 100644 --- a/docs/TROUBLESHOOTING.md +++ b/docs/TROUBLESHOOTING.md @@ -56,11 +56,13 @@ With OpenCore Legacy Patcher, we rely on Apple Secure Boot to ensure OS updates 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) +Note: If your disk name is something else than "Macintosh HD", make sure to change the path accordingly. + Go into terminal and first mount the disk by typing ```sh 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) +Then revert the snapshot ```sh bless --mount "/Volumes/Macintosh HD" --bootefi -last-sealed-snapshot ```