Skip to content

Instantly share code, notes, and snippets.

@wbs75
Last active October 11, 2015 23:28
Show Gist options
  • Select an option

  • Save wbs75/3936192 to your computer and use it in GitHub Desktop.

Select an option

Save wbs75/3936192 to your computer and use it in GitHub Desktop.
Skip Apple Setup & Log-in as "Root"
#!/bin/bash
mount -uw /
touch /Volumes/Macintosh\ HD/private/var/db/.AppleSetupDone
launchctl load /System/Library/LaunchDaemons/com.apple.opendirectoryd.plist
sudo -s
sudo passwd root
# Enter Password
sudo shutdown -r +1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment