First off all credit to JaS. for not only coming back to the scene. But being a modern day hero for osx86...
first off my specs are as follows.
dv6700 series hp.
2GB ram
120GB sata hard drive
mcp67 chipset
Bluetooth
Atheros Wifi.
fingerprint reader.
Again all credit to JaS. And of course bikedude880 for original kext and medevil who maintains it.
I happened to install with the latest kalyway 10.5.2 think were some issues with leo4all r3. as far as zehperoth goes. make sure to grab the r2. as that has the extensions folder because with earlier version will involve extracting and rebuilding the cache. which i am not going to list how to do.
Mount your kalyway iso by double clicking on the iso. now if you notice when you go in the disk image there is only the install mac osx. Well easier then enabling hidden folders
Go under finder/go/go to folder. Type or paste /Volumes/Kalyway 10.5.2 DVD Intel_Amd/System/Library/Extensions/ once navigated their. procede to delete the siliconvalley.kext and the viaata.kext. Next you will be looking for the IOATAfamily.kext. procede with right clicking and showing package contents. navigate to plugins folder where you will see a bunch of kexts. Delete all the kexts except IOATABlockStorage.kext & IOATAPIProtocolTransport.kext. Now copy your AppleNforceATA.kext over and repair permissions by
Sudo chmod -R 755 /Volumes/Kalyway 10.5.2 DVD Intel_Amd/System/Library/Extensions/IOATAFamily.kext
then
Sudo chown -R root:wheel /Volumes/Kalyway 10.5.2 DVD Intel_Amd/System/Library/Extensions/IOATAFamily.kext
Burn, reboot -f, and install. There however is a few issue with the install. First off i want to say what i have used for install and what has worked and what has not. When installing I choose the sleep kernel. though kalyway installs all kernels. so just type for example. “speedstepkernel” at boot prompt. not a big deal. Secondly sound was a tricky one. I had to leave all 3 of the one kalyway selected to work. the first 3. Otherwise no Dice. As For other boot options i could not select anything for gfx becuase intergrated nvidia. My biggest issue currently is lack of networking. I have a newer HP atheros that seems to be mis detected and giving me the infamous hal 13 error. and since i am first person with this nforce 5 working afiak. there is no forcedeath. though there are sources and someone is more then welcome to compile. But on a good note. Bluetooth, webcam. work out of the box. Now. As far as other things to choose during install I would recomend choosing no ata drivers as you will just delete them later. And no commands kalyway gives you the option of installing. there is no need for cpus=1 or -legacy. the kalyway powermangement bundle is amazing and i highly recomend it.
Once install it will not boot. becuase the nforceata driver was not installed. It was on the boot dvd only. So once again we need to boot with -f. i recomend -v to just to see what’s going on. load up good old terminal from dvd and type:
rm -rf /Volume/Yourhddname/System/Library/Extensions/IOATAfamily.kext*
Then proceed to copy from dvd
cp -R /Volume/Kalyway 10.5.2 DVD Intel_Amd/System/Library/Extensions/IOATAFamily.kext /Volume/yourhddname/System/Library/Extensions/IOATAFamily.kext
repair permissions as stated earlier.
Now when you reboot another boot command is needed. you need on first boot “-f idlehalt=0” and for every boot after that you also need idlehalt=0 so i recomend putting it in your com.apple.boot.plist.
Enjoy
attatched is the binary.kext. JaS has posted the source.
