Jump to content

[help] chameleon and 10.10: solve the problem that always ignoring cache file while booting


yangzh
 Share

3 posts in this topic

Recommended Posts

Hi all.

 

I am using chameleon on windows 8 disk (wowpc.iso with easybcd) to boot windows and osx. Every time I boot osx, I find that even I do not use the arg "-f", the system still ignore the kext cache and reload the kext every time, which makes the startup process long (longer than 2 min). Any idea how to fix this issue?

 

I am not using clover because my computer is old and do not support uefi, and my disk is mbr instead of gpt.

 

I found a "solution": run nvram -c in terminal and reboot, then start osx with "-v kext-dev-mode=1". BUT it do NOT work on my computer and I have no issue why.

 

I have created a /Extra/org.chameleon.Boot.plist with following:

 

<!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>Kernel</key>

<string>/System/Library/Kernels/kernel</string>

<key>Kernel Flags</key>

<string>-v kext-dev-mode=1</string>

<key>Timeout</key>

<string>5</string>

<key>USBBusFix</key>

<string>Yes</string>

<key>GenerateCStates</key>

<string>Yes</string>

<key>GeneratePStates</key>

<string>Yes</string></dict>

<key>DSDT</key>

<string>/dsdt.aml</string>

</plist>

 

 

 

Thanks!

Link to comment
Share on other sites

 Share

×
×
  • Create New...