Mac Os Ошибка Still Waiting For Root Device



Reported by:Owned by:
Component: installer Version: VirtualBox 4.0.4
Keywords: Cc:
Guest type: OSX Server Host type: Windows
  1. Still Waiting For Root Device
  2. Mac Still Waiting For Root Device

Hackintosh or Macintosh installation shows this error: still waiting for root device while installation, here you can fix this problem 100%. With refrence of.

Description

Attachments

Device
VBox.log (75.6 KB) - added by wproxym8 years ago.
virtualbox log
  • Jul 05, 2013 I had similar problem 'Still waiting for root device' with VB=5.0.14 r105127 Host=El Capitain, 10.11.3 Hardware= iMac Late2013, 8GRAM, Nvidia gfx Guest=10.6.3 (Snow Leopard) Install media: a.img file that I extracted from the 10.6.3 install DVD I then tried installing from the DVDread/disk itself, and things are proceeding smothly.
  • I have just one disk and there is no os on it and i want just install mac yet.SO i formatted my one partition into NTFS. After rebooting my laptop and plug in usb, my laptop booted with usb mac.In boot menu i have ths. Still waiting for root device Hackintosh Shop.

Change History

comment:2 Changed 9 years ago by grahamperrin

Still Waiting For Root Device

Changed 8 years ago by wproxym

  • attachmentVBox.log added

comment:4follow-up:↓ 5 Changed 8 years ago by wproxym

Last edited 8 years ago by wproxym (previous) (diff)

comment:5 in reply to: ↑ 4 Changed 8 years ago by Hachiman

comment:6 Changed 7 years ago by frank

  • Status changed from new to closed
  • Resolution set to fixed

When you install Mac OS X on a non-Apple hardware device called a Hackintosh, you are likely to face the problem of “Still waiting for root device”. This is the message you get when you try to boot Mac OS X. This message illustrates that the disk containing the OS X image is not booting properly. This message keeps on repeating, and you cannot move forward till you find some solution for it. This article shows how to fix “Still waiting for root device” on your Hackintosh.

This solution works for people who have installed Leo4all v3 and received the message upon rebooting. The cause of the error is due to incompatible or incorrect configuration of the ATA controller.

How to Fix Still waiting for root device

Boot your PC using LeoV3 DVD as if you are reinstalling Mac OS X again.

Select the Terminal from the installer’s Utility menu.

Mac Still Waiting For Root Device

Now, you have to copy all the kexts from the DVD to your hard drive.

For performing this task, you need to use the following command:

RootRoot

cp -pr /Volumes/Leo4allv3/System/Library/Extensions/*ATA* /Volumes/MacHD/System/Library/Extensions/.

You need to replace Leo4allv3 with the name of your DVD. Also replace the MacHD with the name of your hard drive volume.

Set the permissions for the kexts you have copied. For this purpose, you need to use the following command in the terminal:

chown -R root:wheel /Volumes/MacHD/System/Library/Extensions/*ATA*
chmod -R 755 /Volumes/MacHD/System/Library/Extensions/*ATA*

Now, you need to remove the kextcache by using the following command:

rm -rf /Volumes/MacHD/System/Library/Extensions.*

Now, reboot your PC. It is highly recommended to press F8 when your PC is booting and then enter “-f” as the boot option to force reloading of the kexts.

It is not completely sure that this strategy might work for your Hackintosh, but still this solution is the most feasible one as reported by many people who suffered from the “Still waiting for root device” issue. You might try exploring more settings if your problem is not solved by using the technique mentioned in this article.