Hi there,
very good and easy tutorial, great job DaFOB, but I got some thoughts:
for my wifi [WLAN 1397 802.11 a/b/g/N] to work, I need to use this Broadcom43XXFamilyrev2.kext in S/L/E.
In Extra folder, you don't need this:
OSXRestart.kext
VooDooPowerMini.kext
lspcidrv.kext
NVDANV50Hal.kext
NVDAResman.kext
Patched_10.7_AppleRTC.kext
GeForce.kext
AppleHDADisabler.kext
Also Sleep and Restart will start to work, when you remove this kexts.
I have Intel CORE 2 DUO T9600, so this is 2.80GHz, 1066MHz, 6MB CPU. For OSX i need to use proper settings in my org.chameleon.Boot.plist and SMBIOS.plist:
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>Default Partition</key>
<string>hd(0,2)</string>
<key>DropSSDT</key>
<string>Yes</string>
<key>EthernetBuiltIn</key>
<string>Yes</string>
<key>GenerateCStates</key>
<string>Yes</string>
<key>GeneratePStates</key>
<string>Yes</string>
<key>Graphics Mode</key>
<string>1440x900x32@60</string>
<key>GraphicsEnabler</key>
<string>Yes</string>
<key>Hide Partition</key>
<string>hd(0,3)</string>
<key>Legacy Logo</key>
<string>Yes</string>
<key>SMBIOS</key>
<string>/Extra/SMBIOS.plist</string>
<key>Theme</key>
<string>LoginToLion</string>
<key>Timeout</key>
<string>1</string>
<key>UseKernelCache</key>
<string>Yes</string>
<key>busratio</key>
<string>21</string>
</dict>
</plist>
SMBIOS.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>Copyright</key>
<string>SMBios by Dell E6400</string>
<key>SMUUID</key>
<string>72AD6840-5357-5ACA-877F-001E47666D1C</string>
<key>SMbiosvendor</key>
<string>Apple Inc.</string>
<key>SMbiosversion</key>
<string>MBP51.88Z.007E.B05.0905051508</string>
<key>SMboardproduct</key>
<string>Mac-F42D86C8</string>
<key>SMexternalclock</key>
<string>266</string>
<key>SMfamily</key>
<string>MacBook Pro</string>
<key>SMmaximalclock</key>
<string>2800</string>
<key>SMmemspeed</key>
<string>800</string>
<key>SMproductname</key>
<string>MacBookPro5,1</string>
<key>SMserial</key>
<string> </string> -< use generator for this serial
</dict>
</plist>
My nVIDIA QUADRO NVS 160M 256MB DDR3 is supported by default, there is no need for /extra kexts.
After this, there was no problem with update to 10.8.2 ;P