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] DomU booting problem.

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] DomU booting problem.
From: Ernst Bachmann <e.bachmann@xxxxxxxx>
Date: Thu, 1 Sep 2005 23:32:50 +0200
Delivery-date: Thu, 01 Sep 2005 21:30:51 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <323108DE4AE8AE44BEF1A505BF8B8C3202D3C6E7@orsmsx409>
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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <323108DE4AE8AE44BEF1A505BF8B8C3202D3C6E7@orsmsx409>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: KMail/1.8.1
On Thursday 01 September 2005 20:04, Venkatesh, C D wrote:
> I am new to Xen and not a pro Linux guy. So, I am having bit of rough
> ride setting up Xen.
>
[...]
>
> Xen (2.0.7) and Dom0(2.6.11.12-Xen0) are booting alright. However, when
> I am not able to start DomU (ttylinux - standard download - no changes
> made). It stops at IP Config. Here is console log, the DomU config file,
> as well my main grub.conf. Quick help is really appreciated. Thanx

> Domain configuration file - ttylinuxVM1
>
> ----------------------------------------
[...]
> disk = ['file:/boot/ttylinux-xen,sda1, w']
>
> root = "/dev/VolGroup00/LogVol00 ro"

This might be the problem: The contents of /boot/ttylinux-xen are visible to 
your new domU as /dev/sda1 device, yet you instruct the domU kernel to fetch 
its root filesystem from "/dev/VolGroup00/LogVol00"

retry with 
root="/dev/sda1"

/Ernst

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

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