iMac single user mode networking
Posted on 2019-01-22 08:00:00
Tags: Apple
From https://superuser.com/questions/442841/enable-ssh-on-a-mac-in-single-user-mode:
Go in single user mode (Command-S):
launchctl load /System/Library/LaunchDaemons/com.apple.kextd.plist
launchctl load /System/Library/LaunchDaemons/com.apple.notifyd.plist
launchctl load /System/Library/LaunchDaemons/com.apple.configd.plist
launchctl load /System/Library/LaunchDaemon/com.apple.DirectoryServices.plist
Hook up other computer.
ifconfig en0 10.0.0.1 netmask 255.255.255.0
No comments | Share on Facebook | Share on Twitter