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: Mark Williamson <mark.williamson@xxxxxxxxxxxx>
Date: Sat, 3 Sep 2005 18:29:31 +0100
Cc: "Venkatesh, C D" <c.d.venkatesh@xxxxxxxxx>
Delivery-date: Sat, 03 Sep 2005 17:27:37 +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
> Domain configuration file - ttylinuxVM1
>
> ----------------------------------------
>
> kernel = "/boot/vmlinuz-2.6-xenU"
>
> memory = 64
>
> name = "ttylinux"
>
> nics = 1
>
> vif = [ 'mac=bb:00:00:00:00:11, bridge=xen-br0' ]
>
> ip = "10.1.10.20"
>
> hostname="ttylinux"
>
> disk = ['file:/boot/ttylinux-xen,sda1, w']
>
> root = "/dev/VolGroup00/LogVol00 ro"

As Ernst said, the root = line should correspond to what its block device 
appears as.  In this case, the disk line is setting the block device to sda1 
so you want root = "/dev/sda1 ro"

HTH,
Mark

>
>
>
>
> My mail grub.conf
>
> default=0
>
> timeout=30
>
> #hiddenmenu
>
> title Fedora Core (2.6.11-1.1369_FC4smp)
>
>         root (hd1,0)
>
>         kernel /vmlinuz-2.6.11-1.1369_FC4smp ro
>
> root=/dev/VolGroup00/LogVol00 rh gb quiet
>
>         initrd /initrd-2.6.11-1.1369_FC4smp.img
>
> title Fedora Core-up (2.6.11-1.1369_FC4)
>
>         root (hd1,0)
>
>         kernel /vmlinuz-2.6.11-1.1369_FC4 ro
> root=/dev/VolGroup00/LogVol00 rhgb quiet
>
>         initrd /initrd-2.6.11-1.1369_FC4.img
>
> title Xen-2.0 / XenLnux 2.6
>
>         root (hd1,0)
>
>         kernel /xen-2.0.7.gz dom0_mem=131072 com1=115200,8n1
>
>         module /vmlinuz-2.6.11.12-xen0 root=/dev/VolGroup00/LogVol00 ro
> console= tty0
>
>         module /initrd-2.6.11-1.1369_FC4.img
>
>
>
>
>
> - CD

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

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