View Single Post
 
Old 04-10-2009, 10:00 PM
Simman Simman is offline
Cheetah
 
Join Date: Apr 2009
Posts: 8
Quote:
Originally Posted by nfoav8or View Post
to add on to what everyone is replying with, "still waiting for root device" is a known error BUT the cause is an unloaded chipset extension.

to remove an extension you need to boot up into single user mode (this was never stated earlier in this post... come on guys)

but I don't think that is the issue in this case. the NForceATA kext (depending on which variant you are using) only allows a maximum memory of a little under 4GB and since you are using 4GB RAM I think your timeout issues are happening because of this.

Also, the output you are reading from verbose mode about the AppleNForceATA kext "dropping" the device from your earlier post:

this is normal. don't freak out. it happens on mine every time I boot up but it never drops anything.


This error is occurring because you've got some device attached via USB and it isn't responding. disconnect it unless it is your root hard drive.

First I'd like to test a few things out here. try to fix permissions

boot up into single user mode (-s) then follow erick2red's code (but I've modified it just a bit)
Code:
/sbin/mount -uw /
cd /System/Library
chmod -R 755 Extensions/ && chown -R 0:0 Extensions/ && touch Extensions/
rm -Rf Extensions.*
reboot
when you reboot use the boot flags:
Code:
-f -v maxmem=2048
(remember to include the spaces in between the different flags: "-f" "-v" "maxmem=2048")

Let us know how this works out.
Just came back from looking and troubleshooting more, and can't get over my latest error after doing erick2red's fix:

Quote:
USBF: 0.708 AppleUSBOHCI[0x4735800]::CheckSleepCapability - OHCI controller will be unloaded across sleep
Still waiting for root device
Still waiting for root device
... (etc)
I also tried "-v -f maxmem=2048" -- same error.

Edit (note): The only USB devices attached are my keyboard and mouse.

Motherboard: eVGA nForce 790i SLI Ultimate FTW
-Onboard sound.
-Onboard gigabit ethernet
CPU: Intel Core 2 Quad 2.83GHz
Video: nVidia GeForce 9800GT
RAM: 4GB DDR3
HDD Space: 1TB

OSx86 status: Attempting (not installed)

Last edited by Simman; 04-10-2009 at 10:03 PM.
Reply With Quote