WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

RE: [Xen-users] BusyBox (Gave up waiting on root device)

To: Amina Khalid <amina.khalid@xxxxxxxxx>
Subject: RE: [Xen-users] BusyBox (Gave up waiting on root device)
From: "Horton, Steve - IS" <Steve.Horton@xxxxxxx>
Date: Wed, 7 Jul 2010 12:26:19 -0400
Accept-language: en-US
Acceptlanguage: en-US
Cc: "xen-users@xxxxxxxxxxxxxxxxxxx" <xen-users@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Wed, 07 Jul 2010 09:30:40 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <AANLkTikuzaU1mRK7ARyUedPHjKrA85lYNp-IO0zmoh4f@xxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <AANLkTiloExiKN9T9E9WnHigJww-wYPpRsWa0dJLQmSSa@xxxxxxxxxxxxxx> <EAC5FB0252364F43865F30CA4312F8640CF39060AD@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx>, <AANLkTikuzaU1mRK7ARyUedPHjKrA85lYNp-IO0zmoh4f@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: Acsd8FiZryorEgm2QLmAqKLREJj+MgAAMjNQ
Thread-topic: [Xen-users] BusyBox (Gave up waiting on root device)
Sure,
My 40_custom file contains the following:

menuentry "Xen-test" {
set root='(hd0,1)'
multiboot /boot/xen.gz dom0_mem=1000M
module /boot/vmlinuz-2.6.32.15 dummy root=/dev/sda1 ro
module /boot/initrd.img-2.6.32.15
}
Then I just did an update-grub and rebooted off the new kernel.
Hope this helps!
-Steve
________________________________
From: Amina Khalid [amina.khalid@xxxxxxxxx]
Sent: Wednesday, July 07, 2010 12:19 PM
To: Horton, Steve - IS
Subject: Re: [Xen-users] BusyBox (Gave up waiting on root device)

Can you post how it worked? I am getting the same problem.

Thanks

On 7 July 2010 17:10, Horton, Steve - IS 
<Steve.Horton@xxxxxxx<mailto:Steve.Horton@xxxxxxx>> wrote:
Thanks Dan,
I tried that and it worked :-)
Thanks to Cristian Columbo yourself for all your help!
-Steve

________________________________________
From: Dante Cinco [dantecinco@xxxxxxxxx<mailto:dantecinco@xxxxxxxxx>]
Sent: Tuesday, July 06, 2010 4:31 PM
To: Horton, Steve - IS; Xen-users
Subject: [Xen-users] BusyBox (Gave up waiting on root device)

Try adding "dummy=dummy" in your dom0 kernel cmdline:

menuentry "Xen-test" {
set root='(hd0,1)'
multiboot /boot/xen.gz dom0_mem=1000M
module /boot/vmlinuz-2.6.32.15 dummy=dummy root=/dev/sda1 ro
module /boot/initrd.img-2.6.32.15
}

Dante

-----Original Message-----
From: 
xen-users-bounces@xxxxxxxxxxxxxxxxxxx<mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx>
[mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx<mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx>]
 On Behalf Of Horton,
Steve - IS
Sent: Tuesday, July 06, 2010 12:30 PM
To: xen-users@xxxxxxxxxxxxxxxxxxx<mailto:xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] BusyBox (Gave up waiting on root device)

I used the guide at
http://bderzhavets.wordpress.com<http://bderzhavets.wordpress.com/> to
install xen-4.0.1-rc4-pre on top of Ubuntu 10.04 using the  2.6.32.15
kernel source from jeremy's repo. I got the kernel built and managed
to get xen all built and installed but when it's booting it drops to a
busybox shell after it finds my NIC(s). It says: Gave up waiting on
root device.

It's acts like it can't mount /dev/sda1 but I don't know why.

Not sure if this is correct.. but here is my 40_custom file:

menuentry "Xen-test" {
set root='(hd0,1)'
multiboot /boot/xen.gz dom0_mem=1000M
module /boot/vmlinuz-2.6.32.15 root=/dev/sda1 ro
module /boot/initrd.img-2.6.32.15
}

Thanks!
-S

This e-mail and any files transmitted with it may be proprietary and are 
intended solely for the use of the individual or entity to whom they are 
addressed. If you have received this e-mail in error please notify the sender.
Please note that any views or opinions presented in this e-mail are solely 
those of the author and do not necessarily represent those of ITT Corporation. 
The recipient should check this e-mail and any attachments for the presence of 
viruses. ITT accepts no liability for any damage caused by any virus 
transmitted by this e-mail.

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx<mailto:Xen-users@xxxxxxxxxxxxxxxxxxx>
http://lists.xensource.com/xen-users


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>