View Single Post
 
Old 03-22-2009, 09:57 PM
byteguy byteguy is offline
Cheetah
 
Join Date: Nov 2008
Location: USA
Posts: 1
Quote:
Originally Posted by Voyn1x View Post
Here you will find some solutions to the common "Still waiting for root device" issue which has been compiled from information in the osx86project wiki. If anyone has managed to solve it another way, please post it here.

Solution 1 - change drive to primary


The most common solution is making your OSX drive the primary IDE. Try disconnecting all the other hard drives, make the OSX drive IDE0, using either cable-select or Master jumper settings.

In some cases forced or strange IDE master/slave settings can cause problems. For instance, on one system setting the DVD drive via jumpers as the slave drive but attaching it as the only device to the end of the cable can cause this problem. Reconfiguring the drive to use cable select (it then chose to be the master drive) fixed the problem.

Solution 2 - specify the boot disk

Code:
rd=diskXsY -v
X and Y are just placeholders and need to be replaced with proper values. X is the disk number (on most systems installed to the first hard disk, this will be disk0) and Y the partition number.

Solution 3 - use an IDE drive

Use an IDE drive or alternatively try and patch the install dvd with the correct SATA chipset driver for your hardware.

Solution 4 - use a SATA optical drive

For newer Intel chipsets such as the 965 that do not natively support IDE (and use chips such as JMicron or Marvell), use a SATA optical drive.

Solution 5 - try different boot options

Code:
platform=X86PC -v

platform=ACPI -v

-x -v

-f -v
Ask for help here or in the forum. Please do not pm me directly.
I'm also getting the waiting for root device. My board is pretty new and I thought one of the ones that worked well without a lot of patches. Both the HD and Optical are SATA. The boot 132 works OK. Are there any settings in the bios that I should look at for sure?

Does the HD need to be formatted?

My System:
MOBO: GA-EP45-DS4P
Processor: Intel Core 2 Duo E8500 3.16GHz
Memory: 2-1gb Kingston KVR800D2N6/1G
Video: e-GeForce 8400 GS5
Optical Drive: LiteOn LH-20A1L06C
HD: WD 500gb SATA

Last edited by byteguy; 03-22-2009 at 10:01 PM.
Reply With Quote