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] Xen Install

To: sramara@xxxxxxxxxxxxxx
Subject: Re: [Xen-users] Xen Install
From: James Bulpin <james@xxxxxxxxxxxxx>
Date: Mon, 20 Jun 2005 17:01:36 +0100
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 20 Jun 2005 16:00:43 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <20050619213956.M3863@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>
References: <20050619213956.M3863@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)
Ramarathnam Sriram wrote:
Hi,
  I am trying to install xen on top of Fedora
I appended the following lines in menu.lst file

  title Xen 2.0 / XenLinux 2.6
  kernel /boot/xen-2.0.gz dom0_mem=131072
  module /boot/vmlinuz-2.6-xen0 root=/dev/sda4 ro console=tty0

This is direct copy from the user manual without modification for your own system I suspect.

it gives the following errror

Root-NFS: no NFS server available,giving up
VFS: Unable to mount root fs via NFS,trying floppy
VFS: Insert root floppy and press enter


And when I press enter I see
kernel panic (not syncing...)
(I did not catch the rest)
and it reboots.

also i tried changing root=/dev/hdc since that is what my root is inside /etc/fstab.

No it isn't, according to your followup email:

  /dev/VolGroup00/LogVol00 /   ext3    defaults        1 1

You'll need an initrd for the kernel to be able to mount this.

Boot into native Linux and run as root (I'm assuming XenLinux 2.6.11 - substitute your actual version):

  mkinitrd /boot/initrd-2.6.11-xen0.img 2.6.11-xen0

  (you may have to do "depmod -a 2.6.11-xen0" first)

Append the following line to the Xen entry in your GRUB menu.lst

  module /boot/initrd-2.6.11-xen0.img

Change the root= option to root=/dev/VolGroup00/LogVol00

James

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

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