Contribute
Register

"Quiet Boot" not working

Status
Not open for further replies.
Joined
Nov 19, 2011
Messages
21
Motherboard
H67N-USB3-B3 (F9 BIOS)
CPU
Intel Core i3 2105
Graphics
HD 3000
Mac
  1. MacBook Air
Classic Mac
  1. 0
Mobile Phone
  1. iOS
I know there is likely an easy/stupid (on my part) reason for this. But can someone please help. I want to autoboot, I only have one partition, but every time Chimera stops at the Prompt for a keypress. org.chameleon.boot.plist looks like this:

Code:
<plist version="1.0">
<dict>
    <key>"Quiet Boot"</key>
    <string>Yes</string>
    <key>EthernetBuiltIn</key>
    <string>Yes</string>
    <key>GenerateCStates</key>
    <string>Yes</string>
    <key>GeneratePStates</key>
    <string>Yes</string>
    <key>GraphicsEnabler</key>
    <string>Yes</string>
    <key>Kernel</key>
    <string>mach_kernel</string>
    <key>Kernel Flags</key>
    <string>npci=0x3000 darkwake=0</string>
    <key>Legacy Logo</key>
    <string>Yes</string>
    <key>UseKernelCache</key>
    <string>Yes</string>
    <key>Wait</key>
    <string>No</string>
</dict>
</plist>

Thanks!
 
Try to remove brackets.

<key>Quiet Boot</key>
<string>Yes</string>

And you could add timeout time:

<key>Timeout</key>
<string>3</string>
 
Status
Not open for further replies.
Back
Top