Contribute
Register

dual counter timer

Status
Not open for further replies.
Joined
Nov 25, 2011
Messages
6
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
Hello,

Can someone help me to put counter timer in my dual boot Lion 10.7.2 & windows 7. Example : after 15 secs it boot to Lion.Note that both OS are on the same hdd.

I have attached my chameleon.boot.plist.

Thank you / Merci


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//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>npci=0x2000 darkwake=0</string>
<key>GraphicsEnabler</key>
<string>Yes</string>
<key>Instant Menu</key>
<string>Yes</string>
<key>Legacy Logo</key>
<string>Yes</string>
<key>EthernetBuiltIn</key>
<string>Yes</string>
<key>GenerateCStates</key>
<string>Yes</string>
<key>GeneratePStates</key>
<string>Yes</string>
<key>UseKernelCache</key>
<string>Yes</string>
</dict>
</plist>
 
remove the key

<key>Instant Menu</key>
<string>yes</string>

add the key

<key>Timeout</key>
<string>15</string>

where 15 = 15 second delay before booting default OS
 
Status
Not open for further replies.
Back
Top