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-devel

[Xen-devel] [Xen-users] XENBUS waiting timeout

To: xen-users@xxxxxxxxxxxxxxxxxxx, xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [Xen-users] XENBUS waiting timeout
From: jinho hwang <hwang.jinho@xxxxxxxxx>
Date: Thu, 15 Sep 2011 02:02:25 -0400
Cc:
Delivery-date: Wed, 14 Sep 2011 23:05:10 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; bh=ODuZpDbNnLASL8L0CxhMp8NToK00vROyCQ7bxLrH4sc=; b=fhNkfZwwH9+jyriCtEkouknGJ40LFIWIcnJV8/yQ2MovEr3XfR/IvppMB//YnYDBWZ fFVEX99onJ2la1/eq8fonJD7Au4BPp/w2CAD/A2rzrSgxNKSfGERBXIESalYduuFgLyR 3vdQL5AP5PCNbZama7ElF4/sLRp1c3pZTGzhc=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx

Hi, 

I have used disk image to copy host fs to image file and boot a guest system. But, the system is dropped to shell and it also says that it can't find /dev/xvda1 which is the root fs. I have defined it in the configuration file as follows:

disk = [ 'tap:aio:/xen/XenGuest1.img,xvda1,w', 'tap:aio:/xen/XenGuest1.swap,xvda2,w' ]
root = "/dev/xvda1 ro"

Also, modified the fstab as follows:

/dev/xvda1       /               ext3    defaults          1       1
/dev/xvda2       none            swap    sw                0       0
none             /dev/pts        devpts  gid=5,mode=620    0       0
none             /dev/shm        tmpfs   defaults          0       0
none             /proc           proc    defaults          0       0
none             /sys            sysfs   defaults          0       0

The following is the error shown in the console. 

Using IPI No-Shortcut mode
registered taskstats version 1
XENBUS: Waiting for devices to initialise: 295s...290s...285s...280s...275s...270s...265s...260s...255s...250s...245s...240s...235s...230s...225s...220s...215s...210s...205s...200s...195s...190s...185s...180s...175s...170s...165s...160s...155s...150s...145s...140s...135s...130s...125s...120s...115s...110s...105s...100s...95s...90s...85s...80s...75s...70s...65s...60s...55s...50s...45s...40s...35s...30s...25s...20s...15s...10s...5s...0s...
XENBUS: Timeout connecting to device: device/vbd/51713 (local state 3, remote state 1)
XENBUS: Timeout connecting to device: device/vbd/51714 (local state 3, remote state 1)
XENBUS: Device with no driver: device/console/0
  Magic number: 1:252:3141
Freeing unused kernel memory: 432k freed
Write protecting the kernel text: 2984k
Write protecting the kernel read-only data: 1452k
Loading, please wait...
mount: mounting none on /dev failed: No such device
W: devtmpfs not available, falling back to tmpfs for /dev
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Gave up waiting for root device.  Common problems:
 - Boot args (cat /proc/cmdline)
   - Check rootdelay= (did the system wait long enough?)
   - Check root= (did the system wait for the right device?)
 - Missing modules (cat /proc/modules; ls /dev)
ALERT!  /dev/xvda1 does not exist.  Dropping to a shell!

If anybody has any idea, please let me know. 

Thank you,

Jinho

--
Jinho Hwang
PhD Student
Department of Computer Science
The George Washington University
Washington, DC 20052
hwang.jinho@xxxxxxxxx (email)
276.336.0971 (Cell)
202.994.4875 (fax)
070.8285.6546 (myLg070)
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>