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] Help needed in installing xen on ubuntu

To: Roopesh <roopesh.raj@xxxxxxxxx>
Subject: Re: [Xen-users] Help needed in installing xen on ubuntu
From: Tim Post <echo@xxxxxxxxxxxx>
Date: Sat, 21 Jun 2008 15:22:34 +0800
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Sat, 21 Jun 2008 00:23:45 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <f7167dba0806202302p14ef8a83r60ae3c9b1ce59d08@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/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>
Organization: echoreply.us
References: <f7167dba0806202302p14ef8a83r60ae3c9b1ce59d08@xxxxxxxxxxxxxx>
Reply-to: echo@xxxxxxxxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
On Sat, 2008-06-21 at 11:32 +0530, Roopesh wrote:

> The following is a part of /boot/grub/menu.lst file 
> ===============================
> {{
> ## ## End Default Options ##
> 
> title           Xen 3.0 / XenLinux 2.6
> kernel          /boot/xen-3.1.gz dom0_mem=262144
> module          /boot/vmlinuz-2.6-xen root=/dev/sda5 ro console=tty0

Hmm, looks like your missing an initrd (and need one). Oddly, apt-get
should have generated one for you.

Does an initrd.img-2.6-xen exist in boot? If so add it like so:

title           Xen 3.0 / XenLinux 2.6
kernel          /boot/xen-3.1.gz dom0_mem=262144
module          /boot/vmlinuz-2.6-xen root=/dev/sda5 ro console=tty0
module          /boot/initrd.img-2.6-xen

It will probably be initrd.img-2.6.24.xx-xen , ls will turn it up.

If one does not exist, make one via :

mkinitramfs -o /boot/initrd.img-2.6-xen 2.6-xen 

Note, 2.6-xen may not work, you will need to see what (exact) version of
the kernel you are using. If you see , for
instance /boot/linux-2.6.24-3-xen , you would specify 2.6.24-3-xen.

Most likely, ext3 (or whatever file system /dev/sda5 is) is not built
into your kernel, and you need to load that module before it can be
mounted and used.

HTH
--Tim



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

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