Contribute
Register

Plist Doesn't Use npci=0x2000

Status
Not open for further replies.
Joined
Dec 19, 2010
Messages
263
Mac
  1. MacBook Pro
Mobile Phone
  1. iOS
I finally got Mavericks OS X 10.9 bootable on my system. The only flag left necessary to boot is:

npci=0x2000

I've edited the org.chameleon.Boot.plist file to include npci=0x2000 but for some reason I still have to manually enter it when booting so perhaps I haven't gotten the syntax right. Here is my org.chameleon.Boot.plist:

<?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</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string></string>
<string>npci=0x2000</string>
<key>Legacy Logo</key>
<string>Yes</string>
<key>Timeout</key>
<string>2</string>
<key>GenerateCStates</key>
<string>Yes</string>
<key>GeneratePStates</key>
<string>Yes</string>
<key>UseKernelCache</key>
<string>Yes</string>
</dict>
</plist>

I'm a little puzzled by the empty <string></string> but other then that I am not sure what is wrong with the <string>npci=0x2000</string> entry.

Should it be something more like:
<string>npci=0x2000 darkwake=0</string>
Any help would be greatly appreciated.

Thanks in advance.

Oct.
 
<key>Kernel Flags</key>
<string></string>
<string>npci=0x2000</string>

The underlined part needs to be deleted... should work then ;)
 
Thanks a lot mate!

I was wondering about that empty string. It was already in the org.chameleon.Boot.plist so I'm sure I did not add it or leave something orphaned. I'll give your suggestion a shot.

Thanks again!
 
That solves my problem too (i got the same) !
Thanks for sharing :thumbup:
 
Status
Not open for further replies.
Back
Top