
02-08-2009, 10:06 AM
|
 |
|
|
Join Date: Jan 2008
Location: United Kingdom
Posts: 554
|
|
Via os x -
Code:
hdiutil attach /"Your ISO File" -readwrite
rm -rf /"Your ISO File"/System/Library/Extensions/IOATAFamily.kext/Contents/PlugIns/AppleNForceATA.kext
cp -rp /path/to/new/AppleNForceATA.kext /"Your ISO File"/System/Library/Extensions/IOATAFamily.kext/Contents/PlugIns
chown -R root:wheel /"Your ISO File"/System/Library/Extensions/IOATAFamily.kext/Contents/PlugIns/AppleNForceATA.kext
chmod -R 755 /"Your ISO File"/System/Library/Extensions/IOATAFamily.kext/Contents/PlugIns/AppleNForceATA.kext
Via windows -
Download transmac and open the iso with it, go to /system/library/extensions and drag & drop your Kext, close and reburn...boot with -f -v, if you have a successful install, copy the kext again ( leo HD /system/library/extensions ) boot with -s and type:
Code:
mount -uw /
cd /system/library/extensions
chmod -R 755 "yourkext.kext"
chown -R root:wheel "yourkext.kext"
reboot
boot with -f
Mac OS X 10.6.4 Retail || Intel Core2 Duo E8200 2.66GHz || Gigabyte G31M-ES2L || GeForce 6600 GT 128MB || Realtek ALC883 Audio || Realtek RTL8169 LAN || Samsung SpinPoint F1 1TB HD || Sony Dual Layer IDE DVD RW DW-D22A || Apple Aluminium Keyboard || Mighty Mouse
MacBook Pro || 2.4Ghz Core 2 Duo || 200Gb HD || 2Gb Ram || NVIDIA GeForce 8600M GT
iPhone 4 || 16Gb
|