Skip to content

Commit

Permalink
Remove \ in bless invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
dhinakg committed Aug 2, 2021
1 parent 109da02 commit 74ecc95
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions universal/security/applesecureboot.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,7 @@ However before setting ApECID, there's a few things we need to note:
```sh
# Run this command after setting your ApECID value
# You'll also need an active network connection in recovery to run this command
bless --folder "/Volumes/Macintosh HD/System/Library/CoreServices" \
--bootefi --personalize
bless --folder "/Volumes/Macintosh HD/System/Library/CoreServices" --bootefi --personalize
```

And something to note when reinstalling macOS 10.15 or older is that you may receive "Unable to verify macOS" error message. To work around this issue, you'll want to allocate a dedicated RAM disk of 2 MBs for macOS personalization by entering the following commands in the macOS recovery terminal before starting the installation:
Expand Down

0 comments on commit 74ecc95

Please sign in to comment.