Contribute
Register

Booting System: White Apple Loading Screen

Status
Not open for further replies.
Joined
Apr 8, 2013
Messages
4
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
Hello my friends,
i just updated from maver. to yosemite. My Problem is that when i boot yosemite the loading stucks at 45 Percentage. I can only run the system without cache.

so i saw in this forum this tip:

org.chameleon.Boot.plist:
<key>Kernel</key>
<string>/System/Library/Kernels/kernel</string>

so my file looks like this:
<?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>GraphicsEnabler</key>
<string>No</string>
<key>IGPEnabler</key>
<string>Yes</string>
<key>Kernel Flags</key>
<string>kext-dev-mode=1</string>
<key>Legacy Logo</key>
<string>Yes</string>
<key>Timeout</key>
<string>2</string>
<key>HDEFLayoutID</key>
<string>01000000</string>
<key>UseKernelCache</key>
<string>Yes</string>
<key>HDAEnabler</key>
<string>Yes</string>


</dict>
</plist>

but it still doesnt boot normal. Maybe one of you can help me :) please describe your solution carefully so i can recognition :p

greets Chris


 
Hello my friends,
i just updated from maver. to yosemite. My Problem is that when i boot yosemite the loading stucks at 45 Percentage. I can only run the system without cache.

so i saw in this forum this tip:

org.chameleon.Boot.plist:
<key>Kernel</key>
<string>/System/Library/Kernels/kernel</string>

so my file looks like this:
<?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>GraphicsEnabler</key>
<string>No</string>
<key>IGPEnabler</key>
<string>Yes</string>
<key>Kernel Flags</key>
<string>kext-dev-mode=1</string>
<key>Legacy Logo</key>
<string>Yes</string>
<key>Timeout</key>
<string>2</string>
<key>HDEFLayoutID</key>
<string>01000000</string>
<key>UseKernelCache</key>
<string>Yes</string>
<key>HDAEnabler</key>
<string>Yes</string>


</dict>
</plist>

but it still doesnt boot normal. Maybe one of you can help me :) please describe your solution carefully so i can recognition :p

greets Chris




Please read the Rules :

Profiles need to contain at least your primary system to assist others with helping you

Thanks in anticipation.



Note : Not a Guide - Moved to Yosemite Desktop Support
 
Hello.
For problem resolving do as described in attached text and success garantied.
;)

"Finally I got kernelcache loading in Chameleon!
*
1 - Edit /usr/standalone/bootcaches.plist and set "Preferred Compression" to lzss
<key>Preferred Compressions</key>
<string>lzss</string>
2 - Rebuild kext caches:
kextcache -system-prelinked-kernel
kextcache -system-caches
3 - Edit chamaleon preferences /Extra/org.chameleon.Boot.plist and add this setting:
<key>Kernel Cache</key>
<string>/System/Library/Caches/com.apple.kext.caches/Startup/kernelcache</string>
4 - remove "-f", "UseKernelCache=no" from kernel flags, keep it like this *(add -v optionaly) and set UseKernelCache to Yes:
<key>Kernel Flags</key>
<string>kext-dev-mode=1</string>

<key>UseKernelCache</key>
<string>Yes</string>
That´s it! Reboot and it will work."

(copied from InsanelyMac)!
 
Status
Not open for further replies.
Back
Top