Jump to content
3 posts in this topic

Recommended Posts

I've been running EFIv8 for a couple months now, but I have an issue where it simply boots into Mac OS X instantaneously - there's no countdown to allow me to hit F8 to enter boot parameters. Mac OS X is the only OS installed on the machine so perhaps that's the issue.

 

I recently installed Chameleon hoping it would help but it does the same (instant boot).

 

Is there a way to introduce a countdown to allow for for F8/boot flags?

open terminal

type: sudo nano /Library/Preferences/SystemConfiguration/com.apple.Boot.plist

 

navigate(using the arrow keys) your way to the line above </dict> and press enter so you can type in some stuff

in the space, type

<key>timeout</key>

<string>8</string>

 

*8 for 8 secs <do not type this>

 

then press crtl-x and save

 

it should look something like this :

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string></string>
<key>timeout</key>
<string>8</string>
</dict>
</plist>

×
×
  • Create New...