mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-14 12:48:18 +10:00
Small changes
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user