Hackintosh Single User Mode

From wikinotes

Very useful when things break, a lifeline with root shell access. From here you can change root password, use visudo, or anything else requiring root access.

Hackintosh

### Reboot hackintosh
## navigate across OS installations until you are over the OSX
## install you are going to modify
## push down
## choose 'single-user-mode' (or if you are using boot flags, it is -s)

Mac

- Reboot Max while holding down Command + S

Mount filesystem in single-user mode

/sbin/fsck -fy
/sbin/mount -wu /
/bin/chmod 1775 /
/bin/sync
launchctl load /System/Library/LaunchDaemons/com.apple.opendirectoryd.plist