Voodooprojects

Chameleon => General Discussion => Topic started by: amphtech on May 12, 2010, 10:49:12 PM

Title: Apple Loading Screen not Working
Post by: amphtech on May 12, 2010, 10:49:12 PM
I have Chameleon 2.0 RC4 and ive enable quite mode, but i cant get the default apple loading screen to come up instead it just shows all this text while its loading up. Ive tryed to enable legacy logo and still can't get it to work ?
Please help (:
Title: Re: Apple Loading Screen not Working
Post by: Blackosx on May 12, 2010, 11:44:46 PM
Hi amphtech

It sounds like you have enabled verbose logging.
Can you post the contents of your com.apple.Boot.plist please.

Thanks
Title: Re: Apple Loading Screen not Working
Post by: amphtech on May 13, 2010, 05:59:43 AM
Code: [Select]
<?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>Boot Banner</key>
<string>No</string>
<key>DSDT</key>
<string>/dsdt.aml</string>
<key>Default Partition</key>
<string>hd(0,2)</string>
<key>GraphicsEnabler</key>
<string>Yes</string>
<key>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string>arch=i386</string>
<key>Legacy Logo</key>
<string>Yes</string>
<key>SMBIOS</key>
<string>/Extra/smbios.plist</string>
<key>SMBIOSdefaults</key>
<string>Yes</string>
<key>Theme</key>
<string>Default</string>
</dict>
</plist>
Title: Re: Apple Loading Screen not Working
Post by: Blackosx on May 13, 2010, 01:15:15 PM
Thanks for postiing. But from that I don't see the verbose setting, so I'm not sure what it could be now.
Where's the entry for quiet mode?
And I take it OS X boots successfully?
Title: Re: Apple Loading Screen not Working
Post by: amphtech on May 13, 2010, 10:49:17 PM
Yes OSX does boot fine, quite boot is enabled but when i copied the files contents i didn't have it enabled.
Title: Re: Apple Loading Screen not Working
Post by: Blackosx on May 14, 2010, 08:46:26 AM
Okay.. Then it strange why you see the text as you've described.

For a test, does it still do the same it you run with a basic com.apple.Boot.plist like this?
Code: [Select]
<?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></string>
<key>arch</key>
<string>i386</string>
</dict>
</plist>
Title: Re: Apple Loading Screen not Working
Post by: amphtech on May 14, 2010, 01:58:18 PM
Yes still the same :(
Title: Re: Apple Loading Screen not Working
Post by: Blackosx on May 14, 2010, 03:59:31 PM
Can you post a photo of the screen during the boot process with the white text please?
Title: Re: Apple Loading Screen not Working
Post by: Gringo Vermelho on May 15, 2010, 04:53:10 AM
Check /Library/Preferences/SystemConfiguration/com.apple.Boot.plist as well.
Title: Re: Apple Loading Screen not Working
Post by: Enzo on May 16, 2010, 06:07:27 AM
Could it be a specific distro? Requiring a disabling of verbose mode key/string? heh
I think I remember something.... I'm prob. wrong though =P
Title: Re: Apple Loading Screen not Working
Post by: AvieinZUr on May 19, 2010, 04:00:53 PM
Hey Black OSX,

Thanks for reffering me here, glad to be in the right place.
Ok, ive checked the com.apple.boot plist and in mine it says -v arch i386... :D

fixed that and viola- loads just fine..

Thanx man for all your help, youre the greatest :)
Title: Re: Apple Loading Screen not Working
Post by: Blackosx on May 20, 2010, 08:21:59 AM
Thanks for reporting back that your issue is fixed.
Now you can enjoy your setup. ;)