Jump to content
8 posts in this topic

Recommended Posts

If the boot timout is 0 seconds, it can be very hard to hit F8 at exactly the right time. You can boot to the installer CD, and in terminal, type:

 

pico /Volumes/Macintosh\ HD/Library/Preferences/SystemConfiguration/com.apple.Boot.plist

 

(replace "Macintosh\ HD" with whatever your HD is called)

 

add this before the </dict>:

 

<key>Timeout</key>

<string>3</string>

 

type control-o to write-out, then control-x to exit. Reboot, and try hitting F8 again

Note that in the post above, back slashes, '\', are equal to spaces. Just don't want you to get confused.

 

It's actually an escape character that allows you to type the space. It's not equal to it (you can't replace the space with backslash. You have to type both).

×
×
  • Create New...