Contribute
Register

Boot timeout ignored

Status
Not open for further replies.
Joined
Apr 3, 2011
Messages
8
Motherboard
Gigabyte Z77N-Wifi
CPU
Intel Core i5 3570k
Graphics
Gigabyte Geforce GTX650ti
Mac
  1. MacBook Air
Classic Mac
  1. 0
Mobile Phone
  1. Android
Hello,

I think I've discovered a bug.
I just recently reinstalled my system from scratch and Chimera appeared to work fine until i set up Graphics Mode so that in Chimera and during the boot screen my resolution is discovered correctly, only that now it ignores my boot timout.

My system specs are as listed in my profile, here is my org.chameleon.Boot.plist:
Code:
<?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>EthernetBuiltIn</key>
	<string>Yes</string>
	<key>GenerateCStates</key>
	<string>Yes</string>
	<key>GeneratePStates</key>
	<string>Yes</string>
	<key>GraphicsEnabler</key>
        <string>No</string>
	<key>Graphics Mode</key>
	<string>1920x1200x32</string>
	<key>Kernel</key>
	<string>mach_kernel</string>
	<key>Kernel Flags</key>
	<string>darkwake=0</string>
	<key>Legacy Logo</key>
	<string>Yes</string>
	<key>Timeout</key>
	<string>2</string>
	<key>UseKernelCache</key>
	<string>Yes</string>
</dict>
</plist>
 
Hello,

I think I've discovered a bug.
I just recently reinstalled my system from scratch and Chimera appeared to work fine until i set up Graphics Mode so that in Chimera and during the boot screen my resolution is discovered correctly, only that now it ignores my boot timout.

My system specs are as listed in my profile, here is my org.chameleon.Boot.plist:
Code:
<?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>EthernetBuiltIn</key>
    <string>Yes</string>
    <key>GenerateCStates</key>
    <string>Yes</string>
    <key>GeneratePStates</key>
    <string>Yes</string>
    <key>GraphicsEnabler</key>
        <string>No</string>
    <key>Graphics Mode</key>
    <string>1920x1200x32</string>
    <key>Kernel</key>
    <string>mach_kernel</string>
    <key>Kernel Flags</key>
    <string>darkwake=0</string>
    <key>Legacy Logo</key>
    <string>Yes</string>
    <key>Timeout</key>
    <string>2</string>
    <key>UseKernelCache</key>
    <string>Yes</string>
</dict>
</plist>


I have the same problem
only works with the following line:

<key>Quiet Boot</key>
<string>Yes</string>
 
Status
Not open for further replies.
Back
Top