R0Ck3R Posted December 23, 2008 Share Posted December 23, 2008 The Kalyway 10.5.2 does not recognize the SATA Controller of ASUS P5VD2-X or MX by default. The way to make it work is including the strings '0x53371106 0x2363197b' into the AppleViaATA.kext file. But I only could do this change after install MacOSX in a IDE disk. Since of that, I've been trying to do this change in the DVD to install the OSX directly in a SATA disk. But until now, I didn't have much success. I created an ISO file from the DVD with the 'dd' command, after that, I mounted it with 'hdiutil attach -readwrite -owners', did the patch on the AppleViaATA.kext file and unmounted the image with 'hdiutil detach'. After this steps I burned a DVD with this new image, but the DVD doesn't boot the PC. Does anyone know what I'm doing wrong? PS: I also tried to install the iDeneb 10.5.5 on my hardware but it hangs during the boot. Thanks! Link to comment https://www.insanelymac.com/forum/topic/142580-patching-appleviaatakext-in-kalyway-dvd-to-install-macosx-on-a-asus-p5vd2-x-sata-disk/ Share on other sites More sharing options...
verdant Posted December 23, 2008 Share Posted December 23, 2008 The Kalyway 10.5.2 does not recognize the SATA Controller of ASUS P5VD2-X or MX by default. The way to make it work is including the strings '0x53371106 0x2363197b' into the AppleViaATA.kext file. But I only could do this change after install MacOSX in a IDE disk. Since of that, I've been trying to do this change in the DVD to install the OSX directly in a SATA disk. But until now, I didn't have much success. I created an ISO file from the DVD with the 'dd' command, after that, I mounted it with 'hdiutil attach -readwrite -owners', did the patch on the AppleViaATA.kext file and unmounted the image with 'hdiutil detach'. After this steps I burned a DVD with this new image, but the DVD doesn't boot the PC. Does anyone know what I'm doing wrong? PS: I also tried to install the iDeneb 10.5.5 on my hardware but it hangs during the boot. Thanks! Did you repair permissions...... cd /System/Library sudo chown -R root:wheel Extensions sudo chmod -R go-w Extensions touch Extensions kextcache -a i386 -m Extensions Extensions.mkext Link to comment https://www.insanelymac.com/forum/topic/142580-patching-appleviaatakext-in-kalyway-dvd-to-install-macosx-on-a-asus-p5vd2-x-sata-disk/#findComment-1011492 Share on other sites More sharing options...
R0Ck3R Posted December 29, 2008 Author Share Posted December 29, 2008 Thanks for helping... But, unfortunately a got an error on the last step: sh-3.2# pwd /Volumes/Kalyway 10.5.2 DVD Intel_Amd/System/Library sh-3.2# chown -R root:wheel Extensions sh-3.2# chmod -R go-w Extensions sh-3.2# file Extensions Extensions: directory sh-3.2# touch Extensions sh-3.2# kextcache -a i386 -m Extensions Extensions.mkext kextcache: /Volumes/Kalyway 10.5.2 DVD Intel_Amd locked; waiting for lock kextcache: proceeding can't add repository (unspecified error). couldn't find any valid bundles to archive Any idea? Link to comment https://www.insanelymac.com/forum/topic/142580-patching-appleviaatakext-in-kalyway-dvd-to-install-macosx-on-a-asus-p5vd2-x-sata-disk/#findComment-1018063 Share on other sites More sharing options...
Recommended Posts