The Artima Developer Community
Sponsored Link

Java Buzz Forum
Keys to press, when booting your Mac

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Wolf Paulus

Posts: 692
Nickname: wolfpaulus
Registered: Jan, 2004

Wolf Paulus is an experienced software developer focusing on Java, XML, Mac OS X, wireless/mobile ..
Keys to press, when booting your Mac Posted: May 20, 2007 11:34 PM
Reply to this message Reply

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
Latest Java Buzz Posts
Latest Java Buzz Posts by Wolf Paulus
Latest Posts From Wolf's Web Journal

Advertisement

Booting a Mac

  1. Hold down the C key at startup to boot from a CD.
  2. Hold down the T key at startup to boot current Mac as a firewire drive on another Mac. Called Firewire Target Disk Mode.
  3. Command-S boots into Single-User mode.
  4. Command-V boots into Verbose mode, displaying all startup text.
    1. To be verbose at every bootup:
      $ sudo nvram boot-args="-v"
    2. To turn it off:
      $ sudo nvram boot-args=""
  5. 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.
    1. 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.
  6. Hold down the Option key at boot to access the Startup manager, to select the OS.
  7. Shift-Option-Command-Q logs you out without prompting.
  8. If the Mac won't boot, hold down the X key until you see the OSX logo, to boot from the internal drive.
  9. Zap the Pram by holding down Command-Option-P-R at bootup until the Mac chimes 3 times.
  10. You can boot from the OSX Install-disk, launch Disk Utility, click First Aid, then Repair Permissions.
  11. You can hold down the Shift key when logging into a user account, and wait for the Desktop to appear, suppressing the Login items.
  12. 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.
  13. 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.

Read: Keys to press, when booting your Mac

Topic: Links for 2007-05-15 [del.icio.us] Previous Topic   Next Topic Topic: BadMagicNumber take 4

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use