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 configuration issue

To: Girish Mani <girish.mani@xxxxxxxxx>
Subject: Re: [Xen-users] XEN configuration issue
From: David F Barrera <dfbp@xxxxxxxxxx>
Date: Mon, 31 Jul 2006 14:03:00 -0500
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 31 Jul 2006 12:05:04 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <f20c4cc00607310430l74addc0byabbe6a7943d5417c@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: <f20c4cc00607310430l74addc0byabbe6a7943d5417c@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 1.5.0.5 (Windows/20060719)
Girish Mani wrote:
Hi,

I have installed XEN in my Fedora Linux machine and have the following entries in the /boot/grub/grub.conf file:
<<<<<<<
title Fedora Core (2.6.17.3 <http://2.6.17.3>)
        root (hd0,4)
kernel /vmlinuz-2.6.17.3 <http://2.6.17.3> ro root=/dev/vol/root rhgb quiet
        initrd /initrd-2.6.17.3.img
title Xen 3.0 / XenLinux 2.6
        root (hd0,4)
        kernel /xen-3.0.gz dom0_mem=262144
        module /vmlinuz-2.6-xen root=/dev/sda5 ro console=tty0
>>>>>>>>

You need to create an initrd and add a line to the Xen grub entry:
       module /initrd-xen.img

To make an initrd, do something like this:

mkinitrd -v -f initrd-xen.img 2.6.16.13-xen

Also, make sure the device drivers you need (e.g. SCSI) are included/
I have the following concerns:
1. Can someone the value that should go in the "root" field of the "module" parameter? What value should this contain. Is it the "root path" from where the current OS is loading (or) "boot path" from where the current OS is loading? 2. When I reboot the machine and try loading XEN, the "VFS failure" error occurs. I understand this is because of the wrong value in the "root" field.

Thanks in advance,


------------------------------------------------------------------------

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


--

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
        
                         Euripides



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

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