Small changes

This commit is contained in:
neon ball
2023-10-02 19:14:49 +03:00
committed by GitHub
parent 82eec8e343
commit e6149046b3

View File

@@ -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.