From cf32b7a989bed5e17f9312173a3747a5fcf06beb Mon Sep 17 00:00:00 2001 From: Eva Isabella Luna Date: Tue, 2 Apr 2024 14:59:59 -0400 Subject: [PATCH] Fix an error deleting /L/E --- docs/TROUBLESHOOTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/TROUBLESHOOTING.md b/docs/TROUBLESHOOTING.md index 2ed8f0388..f5dd03d3a 100644 --- a/docs/TROUBLESHOOTING.md +++ b/docs/TROUBLESHOOTING.md @@ -71,7 +71,7 @@ Now we're going to clean the /Library/Extensions folder from offending kexts whi Run the following and **make sure to type it carefully** ```sh -cd "/Volumes/Macintosh HD/Library/Extensions" && ls | grep -v "HighPoint*\|SoftRAID*" | xargs rm -rf +cd "/Volumes/Macintosh HD - Data/Library/Extensions" && ls | grep -v "HighPoint*\|SoftRAID*" | xargs rm -rf ``` Then restart and now your system should be restored to the unpatched snapshot and should be able to boot again.