STARTING IN SAFE MODE

To start up into Safe Mode (to Safe Boot), do this:

  1. Be sure your Mac is shut down.
  2. Press the power button.
  3. Immediately after you hear the startup tone, hold the Shift key. The Shift key should be held as soon as possible after the startup tone, but not before the tone.
  4. Release the Shift key when you see the gray Apple icon and the progress indicator (looks like a spinning gear).

During startup in Mac OS X v10.4 through Mac OS X v10.6.8, you will see "Safe Boot" on the login window, which appears even if you normally log in automatically. During startup in Mac OS X v10.2 through v10.3.9, you will see "Safe Boot" on the Mac OS X startup screen.

To leave Safe Mode, restart the computer normally, without holding any keys during startup.

Additional Information

Advanced: If you can't Safe Boot with a keyboard

If for some reason you can't use the keyboard method to start in Safe Mode (the keyboard is missing or not working, for example), and you already have remote access to the computer, you can configure the computer to startup in Safe Mode via its command line

  1. Access the command line by either opening Terminal remotely, or by logging into the computer from another via SSH.
  2. Execute the following command in Terminal or on the command line:

    sudo nvram boot-args="-x"

    (If you want to start in Verbose mode as well, use sudo nvram boot-args="-x -v" instead )
     
  1. After using Safe Boot, to return to a normal startup, execute this command in Terminal or the command line:

    sudo nvram boot-args=""
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

SCREEN SHOT SHORTCUTS

ShortcutsCommand-Shift-3: Take a screenshot of the screen, and save it as a file on the...

SUDO COMMANDS TO SET FIREWALL CONFIGURATIONS / PORT FORWARDING

PORT CHECKINGIf you enter the command sudo ipfw list you will see the active...

GOOD REFERENCE PAGES MAC

http://apple.stackexchange.comhttp://www.informit.comhttp://developernotes.com

SUDO COMMANDS / PORT FORWARDING EXAMPLE TERMINAL

COMMANDS ARE LISTED IN BOLD server:~ administrator$ sudo ipfw list01000 allow ip from any to...

WINDOWS 8 ON A MAC

HOW TO INSTALL WINDOWS 8 ON A MAC By Matt Smith — April 14, 2013 14...