Skip to content

Instantly share code, notes, and snippets.

@toxuin
Last active April 5, 2023 12:31
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save toxuin/b6047b0f3269106fb95d to your computer and use it in GitHub Desktop.
Save toxuin/b6047b0f3269106fb95d to your computer and use it in GitHub Desktop.
Use mac diskutil in single-user mode
/sbin/fsck -fy
mount -uw /
launchctl load /System/Library/LaunchDaemons/com.apple.notifyd.plist
launchctl load /System/Library/LaunchDaemons/com.apple.configd.plist
launchctl load /System/Library/LaunchDaemons/com.apple.diskmanagementd.plist
launchctl load /System/Library/LaunchDaemons/com.apple.securityd.plist
launchctl load /System/Library/LaunchDaemons/com.apple.diskarbitrationd.plist
diskutil rename Macintosh_HD Macintosh\ HD
@frankgman97
Copy link

after line 10:
+diskutil rename Macintosh_HD Macintosh\ HD
"Could not find disk for Macintosh_HD"
Any clue on how to fix this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment