PDA

View Full Version : IPC 10.5.6 "Still Waiting For Root Device"?


oneshot
02-08-2009, 05:34 AM
Hey, first off I wanta let you know that I have installed OSX86 on my computer before and I used Kalyway Leopard 10.5.2.

Now I'm trying to install IPC Leopard 10.5.6 onto my SATA hardrive.

I booted in verbose mode and this is what I got:

http://i41.tinypic.com/2lau92b.jpg

I've tryed everything on the stickyed thread accept the stuff that has to do with IDE drives because the whole point of installing IPC is because I want to get it onto my SATA hardrive.

I read something about installing my chipset onto the Disk Image?

If that is what I needa do then it would be great if someone could explain how to go about doing that.

System Specs:

http://i116.photobucket.com/albums/o9/joe_vinci/AboutmyMAC.png

-Thanks

Voyn1x
02-08-2009, 10:06 AM
Via os x -


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:

mount -uw /

cd /system/library/extensions

chmod -R 755 "yourkext.kext"
chown -R root:wheel "yourkext.kext"
rebootboot with -f

oneshot
02-08-2009, 10:38 AM
Thank you soooooo much for the reply. I appreciate it.

The part that says Via OSX. Is that what you want me to type before I boot up or what?

and if I use the second one then what kext do you want me to put inside of /system/library/extensions?

Voyn1x
02-08-2009, 10:43 AM
You do that from the terminal if you have access to another working install :)

oneshot
02-08-2009, 10:52 AM
so do you want me to put the iso onto OSX and do that and then after that put it back on windows and do the other step?

because if I go to the step with windows then Im guessing that you want me to find that folder inside the iso? but the iso does not have those folders in it?

and I still don't know which kext your talking about??

Voyn1x
02-08-2009, 11:42 AM
Just do one or the other.

If you're doing it the windows way using you'll have to choose to show hidden files in Transmac to see the full folder structure.

Sorry i didn't say, the applenforceata was an example - you'll have to replace that with the appropriate chipset kext for your hardware.

oneshot
02-08-2009, 11:51 AM
ohh okay.

Thank you for all the help and the quick replys =))

(staff) members like you is why I love infinitemac ^_^

one last very quick thing. when you say to go to system/library/extensions
should the last directory "extensions" be extensions.mkext?

and another yes/no question

Should I just search google for "CPU".mkext ( I'm assuming that by chipset it means CPU?)]

or is that kext on my other hardrive with osx on it??

oneshot
02-10-2009, 02:32 AM
sorry for the double post but my thread seems to be getting buried and I have a new problem =/

So now I'm going to try using the apple way and this is what I'm getting.

http://i116.photobucket.com/albums/o9/joe_vinci/Picture2-3.png


Im on the second step of your Via Mac guide.

cmdshft
02-10-2009, 05:13 PM
Because it's not a directory. It's a single file.

You cannot directly manipulate the filesystem of an ISO the same way that we can with a mounted volume.

Look up how to do that with hdiutil: http://developer.apple.com/DOCUMENTATION/Darwin/Reference/ManPages/man1/hdiutil.1.html

newbmac
02-10-2009, 06:56 PM
I believe, as the install instructions for iPC state, the Waiting For Root Device error is caused by your needing to have selected a chipset driver during the install.

oneshot
02-11-2009, 01:01 AM
I havn't installed it yet newbmac

newbmac
02-11-2009, 01:15 AM
Are you using the final iPC disk? Or did you patch with ppf5?

oneshot
02-11-2009, 01:23 AM
one of my DVD's is patched with the ppf5 and the other one hasn't been patched at all.


The one I patched Is now getting a kernal panic seen here:

http://www.infinitemac.com/f5/ipc-10-5-6-now-a-kernal-panic-t2104/

newbmac
02-11-2009, 01:26 AM
one of my DVD's is patched with the ppf5 and the other one hasn't been patched at all.


The one I patched Is now getting a kernal panic seen here:

http://www.infinitemac.com/f5/ipc-10-5-6-now-a-kernal-panic-t2104/

Strange. Did you do a MD5 check on the ISO before you burned the disk?
Did you burn the disk at a safe but slow speed like 4x?

oneshot
02-11-2009, 01:37 AM
yes I did burn it at 4x. and what is a MD5 check??

newbmac
02-11-2009, 02:04 AM
yes I did burn it at 4x. and what is a MD5 check??

Basically, it makes sure your download went ok. It's that long string of numbers PCWIZ includes with the ISO release.

Try to do an MD5 check on the ISO for your appropriately PPF5 patched ISO, then burn.

oneshot
02-11-2009, 05:07 AM
oh oh oh I got it to work ^_^

Thanks for your all your help newbmac, I really appreciate it! But I finally found out what Voyn1x was talking about.

I just added the PPF 5 extensions.mkext and burned it and now it loads to the install screen!

I still have a problem with the install screen (Getting Disk Erase Failure while formating SATA hardrive) but Im going to post another bulletin on that topic.

-Thank You All