View Single Post
 
Old 08-07-2012, 07:07 PM
justinster123 justinster123 is offline
Jaguar
 
Join Date: Nov 2010
Posts: 43
Quote:
Originally Posted by R:A:W:X86 View Post
some reimplementation from snow leopard xnu, something when the kernel deals with kext properties. when not having these added, to some i386 kernel i made during my testing, it hasn't continued booting after hard diks initialisation - just like your build does.
don't remember exactly - few months ago now, when i put these things together.

same result

I still think this is something CPU model related...

You do not need to use busratio= / FSB= or similiar parameter in your Boot.plist - do you?
This is my chameleon boot.plist file

<?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 Graphics</key>
<string>Yes</string>
<key>EthernetBuiltIn</key>
<string>Yes</string>
<key>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string>PCIRootUID=1 npci=0x3000</string>
<key>Legacy Logo</key>
<string>Yes</string>
<key>Quiet Boot</key>
<string>No</string>
<key>SMBIOS</key>
<string>/Extra/smbios.plist</string>
<key>Timeout</key>
<string>5</string>
<key>npci</key>
<string>0x2000</string>
<key>UseKernelCache</key>
<string>No</string>
</dict>
</plist>
Reply With Quote