Add LE kext method to root patch reversion

This commit is contained in:
neon ball
2023-10-03 00:53:15 +03:00
committed by GitHub
parent 8f7606aaf2
commit 9038aaf906

View File

@@ -56,7 +56,7 @@ 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.
* **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
@@ -66,9 +66,19 @@ Then revert the snapshot
```sh
bless --mount "/Volumes/Macintosh HD" --bootefi --last-sealed-snapshot
```
After that, type the following
```sh
cd "/Volumes/Macintosh HD/Library/Extensions"
```
Then by typing `ls`, you should see bunch of .kexts.
* **Note:** If you only see .kexts starting with "HighPoint", you can ignore this. If other kexts are found, continue.
Delete everything **except** for the ones that start with HighPoint, by using `rm -rf "kextname"`
Then restart and now your system should be restored to the unpatched snapshot and should be able to boot again.
## Reboot when entering Hibernation (`Sleep Wake Failure`)
[Known issue on some models](https://github.com/dortania/Opencore-Legacy-Patcher/issues/72), a temporary fix is to disable Hibernation by executing the following command in the terminal: