From 2ff132cb044947e64f2767463e5e47f0cae76b5c Mon Sep 17 00:00:00 2001 From: neon ball <35791009+ParaDoX1994@users.noreply.github.com> Date: Thu, 26 Oct 2023 01:13:57 +0300 Subject: [PATCH] Small command and wording change --- docs/TROUBLESHOOTING.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/TROUBLESHOOTING.md b/docs/TROUBLESHOOTING.md index 6a6e50a39..7b7c7ebc0 100644 --- a/docs/TROUBLESHOOTING.md +++ b/docs/TROUBLESHOOTING.md @@ -68,12 +68,11 @@ bless --mount "/Volumes/Macintosh HD" --bootefi --last-sealed-snapshot ``` After that, type the following ```sh -cd "/Volumes/Macintosh HD/Library/Extensions" +cd "/Volumes/Macintosh HD/Library/Extensions" && ls ``` -Then by typing `ls`, you should see bunch of .kexts. -* **Note:** If you only see .kexts starting with "HighPoint", you can ignore this and just restart the system. If other kexts are found, continue. +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, by using `rm -rf "kextname"` +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.