Jump to content
4 posts in this topic

Recommended Posts

Hello Mates, 1st of all hey, i'm new here my name is Yahav and new to the scene, but i'm an apple fan myself. hopefully i will be enjoying the Mac OSx real soon.

 

so, i installed the iATKOS 5i 10 5 5 DVD For Intel and everything went Ok, when the install finished i reboot the comp and remove the install disc, at the boot the osx stuck at the boot screen with the grey apple icon so i reboot and typed -v to see the verbose,and i saw the boot is stuck and printing this line:

"Still Waiting For Root Device"

again and again,

googled it and tried some Bios Conffigs with no successes and i dont know what to do now [=

 

my laptop is a Lenovo T400, you can see some real detailed Hardware report by Everest in here:

http://docs.google.com/View?id=dgd797mj_34dg6n6fcr

 

what is the solution for this mess? what can i do?

i really helplees, thank you very much.

Yahav.

Try installing this http://www.insanelymac.com/forum/index.php?showtopic=88335 choose the version corresponding to the version of OS X you have installed. Download it. Copy it to FAT formatted USB flash (if you don't have a flash drive, burn it to cd/rewritable cd). With the flash drive still inserted, boot to OS X install disk. After selecting a language, open Terminal from Utilities menu. Type this:

sudo -s
 rm -Rf /Volumes/DiskNameWhereOSXisInstalledTo/System/Library/Extensions/IOATAFamily.kext
 rm -Rf /Volumes/DiskNameWhereOSXisInstalledTo/System/Library/Extensions.mkext
  cp -R  /Volumes/USBdriveNameORcdDISKname/IOATAFamily.kext  /Volumes/DiskNameWhereOSXisInstalledTo/System/Library/Extensions
 chmod -R 755 /Volumes/DiskNameWhereOSXisInstalledTo/System/Library/Extensions
 chown -R root:wheel /Volumes/DiskNameWhereOSXisInstalledTo/System/Library/Extensions

rm - removes the IOATAFamily.kext present on the HDD.

rm - removes the extensions cache present on the HDD.

cp - copy the IOATAFamily.kext from flash drive to HDD.

chmod/chown - sets correct permissions for the extensions.

That's it. Exit. Restart. Boot with -v -f (may not be needed, use it if it doesn't boot) flags.

  • 4 weeks later...

For graphics (Intel) adding the following to your com.apple.Boot.plist file got me the native 1280x800 resolution.

 

<key>Graphics Mode</key>

<string>1280x800x32</string>

 

 

Btw, I couldn't get sound (Conexant HD Smart Audio 221) or my wifi (intel 5100) to work on my Lenovo T400

×
×
  • Create New...