mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-24 20:10:14 +10:00
Change text position
This commit is contained in:
@@ -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)
|
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
|
Go into terminal and first mount the disk by typing
|
||||||
```sh
|
```sh
|
||||||
mount -uw "/Volumes/Macintosh HD"
|
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
|
```sh
|
||||||
bless --mount "/Volumes/Macintosh HD" --bootefi -last-sealed-snapshot
|
bless --mount "/Volumes/Macintosh HD" --bootefi -last-sealed-snapshot
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user