View Single Post
 
Old 07-26-2010, 01:25 AM
rglaser rglaser is offline
Cheetah
 
Join Date: Jul 2010
Posts: 5
That's exactly how I had Chameleon RC4 configured (except that I use a different theme). But, since I substituted the RC4 boot file with the flicker one, I always get the text menu. I already double checked the com.apple.Boot.plist file, and everything seems to be OK:

Code:
<dict>
	<key>Graphics Mode</key>
	<string>1680x1050x32</string>
	<key>GraphicsEnabler</key>
	<string>Yes</string>
	<key>Kernel</key>
	<string>mach_kernel</string>
	<key>Kernel Flags</key>
	<string></string>
	<key>Timeout</key>
	<string>3</string>
	<key>Default Partition</key>
	<string>hd(1,1)</string>
	<key>Theme</key>
	<string>Dont_Panic</string>
	<key>Hide Partition</key>
	<string>hd(1,2)</string>
</dict>
Any ideas of what could be wrong?
Reply With Quote