flytutu 发表于 2023-12-13 22:33

官方撤销补丁的文档

https://dortania.github.io/OpenCore-Legacy-Patcher/TROUBLESHOOTING.html#stuck-on-boot-after-root-patching



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)

Note: If your disk name is something else than "Macintosh HD", make sure to change the path accordingly. You can figure out your disk name by typing ls /Volumes.
Go into terminal and first mount the disk by typing

mount -uw "/Volumes/Macintosh HD"
Then revert the snapshot

bless --mount "/Volumes/Macintosh HD" --bootefi --last-sealed-snapshot

After that, type the following

cd "/Volumes/Macintosh HD/Library/Extensions" && ls

You should now see bunch of .kexts. If you only see .kexts starting with "HighPoint" and "SoftRAID", you can ignore this and just restart the system. If other kexts are found, continue.

Delete everything except for the ones that start with HighPoint and SoftRAID, 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.

#

mhael 发表于 2023-12-14 08:55

oclp这个东西是动到系统根本驱动的 能不用就不要用 会带来莫名其妙的问题

老唱机1991 发表于 2024-9-23 00:40

中招了 懒得折腾了 装回 Ventura

aniu289 发表于 2024-9-23 08:50

学习了~~如果APP上面能全部移除的话就更好了~
页: 1 [2]
查看完整版本: 经验之谈——使用OCLP打补丁之后无法进入系统怎么撤销补丁