How can I boot to command line by DEFAULT?

Is there anyghing similar to the runlevels in Debian or so?

Thanks

Posted on Oct 10, 2013 5:17 AM

Reply
6 replies

Oct 10, 2013 7:47 AM in response to qhil

qhil wrote:


Is there anyghing similar to the runlevels in Debian or so?

What are you trying to do? Booting into single user mode doesn't really have anything to do with runlevels. Plus, it would be running as root which is really not a good idea.


OS X does not have runlevels like Debian. Daemons and agents start up independently. They are not supposed to depend on any other services. It is a completely different philosophy and design than Linux.


If you just want a command-line login, you can always login as ">console" and that will give you a true user-level, command-line only interface.

Oct 10, 2013 8:03 AM in response to qhil

In single user mode you are logged in as root which is not a good idea. The filesystem is read-only (until you change it to read/write) and some services will not be available. Single user mode should not be used as the default startup "level". By design the operating system starts the window server in multi user mode. You can kill the window server and run just the console with the following instructions.


From System Preferences > Accounts > Login Options

set the following options:

Automatic login: Off

Display login window as: Name and password


log out of your account. At the login window enter the following in the name field:


>console

Press the return key.


The window server will quit. Enter you user name then your password at the password: prompt.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

How can I boot to command line by DEFAULT?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.