This post originated from an RSS feed registered with Java Buzz
by Wolf Paulus.
Original Post: Keys to press, when booting your Mac
Feed Title: Wolf's Web Journal
Feed URL: http://wolfpaulus.com/feed/
Feed Description: Journal - dedicated to excellence, and motivated by enthusiasm to trying new things
Hold down the T key at startup to boot current Mac as a firewire drive on another Mac. Called Firewire Target Disk Mode.
Command-S boots into Single-User mode.
Command-V boots into Verbose mode, displaying all startup text.
To be verbose at every bootup: $ sudo nvram boot-args="-v"
To turn it off: $ sudo nvram boot-args=""
Hold down the Shift key to boot into Safe Mode (or "Safe Boot"),
suppressing all non-basic Kernel extensions ("Kexts"), plus /System/Library/StartupItems.
If Journaling is not enabled, fsck will run. Journaling is enabled in the Disk Utility.
If Journaling is enabled, fsck should not be run, since they can conflict.
Kernel Extensions can cause conflicts. Command-drag stuff out of System/Library/Extensions. Command-dragging moves a file to the Desktop, whereas simple dragging just copies file to the Desktop.
Hold down the Option key at boot to access the Startup manager, to select the OS.
Shift-Option-Command-Q logs you out without prompting.
If the Mac won't boot, hold down the X key until you see the OSX logo, to boot from the internal drive.
Zap the Pram by holding down Command-Option-P-R at bootup until the Mac chimes 3 times.
You can boot from the OSX Install-disk, launch Disk Utility, click First Aid, then Repair Permissions.
You can hold down the Shift key when logging into a user account, and wait for the Desktop to appear, suppressing the Login items.
If the Mac is set up to boot into your account automatically, hold down the Shift key right after the bluescreen OSX logo appears. This will bypass Safe-boot and force the Login window to appear, as opposed to bypassing it automatically, like normal.
When you boot up, you can enter >console as the username and no password, then hit the Login button. This logs in as text-only. Type reboot to re-enter the GUI.