Waiting For Root Device Mac Os X



Waiting for root device mac os x 10.7

  1. Mac Os Enable Root
  2. Waiting For Root Device Mac Os X 10.10
  3. Waiting For Root Device Mac Os X 10.13
  4. Waiting For Root Device Mac Os X 10.7
  5. Waiting For Root Device Mac Os X 10.8
  6. Mac Os Root Password
  7. Mac Os Root
  • I've tried installing to these unmodified images, as well as doing extra preparation through the Mac OS X Disk Utility by deleting the existing partition and reformatting the drive HFS+ again. The only thing I have not experimented with is under the Erase tab in Disk Utility, there is an option 'Install Mac OS 9 drivers'.
  • DVD Base System: Mac OS X 10.5.4 9E25 Retail Installed OS: Mac OS X 10.5.6 with AppleDecrypt.kext and Disabler.kext. (Still waiting for root device, found 0 units.


This annoying statement ususally comes up befor DVD can boot or after installation before the OSX boots for the first time.

Mac os root

Unable to install OS X 10.6 - 'Still waiting for root device' Discussions about using Mac OS X guests (on Apple hardware) in VirtualBox. 6 posts. Page 1 of 1. After installing OS X 10.4.6 native with VMware with any of the method listed in the installation guides, the first boot was OK, configure the OSX with keyboard, personal info, etc.But when you turn it off and on again, it freezes in the holy 'Still waiting for root device'.

if you haven't used a Leo4All or did not use -v option then the screen will not look like the first image in this post but it will look like this (no entry sign/ stop sign/ no smoking sign without the cigaret):

What does this error mean?
well it means that the OS is set to boot from a drive and partition that does not exist.
for instance the Darwin boot loader is talled to boot from Disk1 (Disk 1= second hard drive (starting from 0)) and there is no such disk.
What can you do?
if you know the number of your Hard Drive then at the Darwin prompt (after boot press F8) write: rd=DiskX where X is the number of your OSX hard drive.
for instance if your hard drive is 0 (zero is the first hard drive) then write:
rd=disk0
if you do not know your hard drive then there is a try and error method of trying all the disk possibilities on your computer starting with: rd=disk0 then rd=disk1 then rd=disk2 then rd=disk3 etc.
another good option is to disconnect other HD and leave the OSX HD as first and write disk0.
How to set the RD for every boot?
once you succeed and don't want to write the rd parameter every boot, then write it in your boot plist file.
this is a file that configure the system boot parameters. the file can be found at: /Library/Preferences/SystemConfiguration
the file name is: com.apple.Boot.plist and you edit it as root and change the Kernel Flags value and add to it the rd parameter like this:
  1. open terminal
  2. write: sudo -s and press enter
  3. enter your password when asked and press enter
  4. write: vi /Library/Preferences/SystemConfiguration/com.apple.Boot.plist and press enter
  5. in the vi editor use the arrow keys on the keyboard and navigate the cursor to the tag: after the <key>Kernel Flags< /key > line.
  6. the string tag might be empty or not, if it is not empty then add space and then write: rd=diskX where X is your hard drive number.
  7. press keyboard button Esc (in order to exit insert mode)
  8. write: :wq and press enter (notice the : sign)
  9. then reboot and thats it
here is a Bofore image of my file (it will help clear things up):
and here is the after image (note the space between the -v and rd parameter):

most common mistakes are to write full path to the drive like this: rd=/dev/rdisk0or rd=disk0s2 instead of: rd=disk0. (only when you are trying to load the install DVD, not after the install has finished successfully).

Mac Os Enable Root

the rule is that before the install (if the DVD will not load) then use the rdiskX format.
if you are after the install then use the rdiskXsY format.

after the install has finished successfully and you get 'Still waiting...' then you can use the partition value as well in this form:
where X stands for the number of the leopard disk and Y stands for the partition number of the leopard disk. examples:
disk0s2 (first disk second partition)
BIOS options
there is another option that your bios is not set as required.
Waiting
if you have a SATA hard disk, then they can support several work modes,
Device
IDE legacy, or IDE native, or native AHCI, also there is a S.M.A.R.T mode that can be enabled or disabled, and the actual strings as always depends on your BIOS.
i also had an option of 'Hard Disk Pre Delay' that gives the hard drive delay time in order to let the hard drive time to react after reboot and when disk is mounted or plugged in, i set it to 5 instead of default 0.
so you should play with these options until you cover all options one of them will fix your 'Still waiting...' situation.
you should set it up as follow:
Configure SATA as: AHCI

and a closer look:

Waiting For Root Device Mac Os X 10.10


this option not always work, it didn't fix the problem forever, but i have successfully finished the install process.

Waiting For Root Device Mac Os X 10.13

follow these next steps:
  1. boot from the install DVD into single-user mode
  2. flag any partition other then the leopard partition as bootable
  3. then you reboot, again from the install DVD into single-user mode
  4. next flag back the leopard partition
thats it it should help, if you have any problem please post here,
Enjoy.

Waiting For Root Device Mac Os X 10.7

Reported by:Owned by:
Component: other Version: VirtualBox 4.3.28
Keywords: Cc:
Guest type: OSX Server Host type: Mac OS X

Description

Attachments

platinum-2015-06-15-23-49-59.log (100.8 KB) - added by m-m5 years ago.
Log
Lion.jpg (285.0 KB) - added by m-m5 years ago.
Screen
10minWait.png (110.7 KB) - added by m-m5 years ago.
10min Wait Mark

Change History

Waiting For Root Device Mac Os X 10.8

Changed 5 years ago by m-m

  • attachmentplatinum-2015-06-15-23-49-59.log added

Mac Os Root Password

Changed 5 years ago by m-m

  • attachmentLion.jpg added

Changed 5 years ago by m-m

  • attachment10minWait.png added
Waiting for root device mac os x 10.13

comment:3 Changed 5 years ago by m-m

Mac Os Root

comment:5 Changed 5 years ago by frank

comment:7 Changed 8 months ago by aeichner

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