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] Installation issue

Subject: Re: [Xen-users] Installation issue
From: Paul Lee <admin@xxxxxxxxx>
Date: Sat, 02 Apr 2005 11:35:55 +0100
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Sat, 02 Apr 2005 10:36:28 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <b2c4cc230504020214449e2f91@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: z5net.com
References: <b2c4cc230504020214449e2f91@xxxxxxxxxxxxxx>
Reply-to: admin@xxxxxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla Thunderbird 0.7.1 (X11/20040626)
Ramesh Babu wrote:
Hi,

I installed 2.0.5 binary release of Xen in my FC3 , and below is my grub.conf


---- part of grub.conf --
title Fedora Core (2.6.10-1.766_FC3)
        root (hd0,7)
        kernel /vmlinuz-2.6.10-1.766_FC3 ro root=LABEL=/ rhgb quiet
        initrd /initrd-2.6.10-1.766_FC3.img
title Xen 2.0 / XenLinux 2.6.10
        root (hd0,7)
        kernel /boot/xen.gz dom0_mem=131072
        module /boot/vmlinuz-2.6.10-xen0 ro root=LABEL=/ rhgb quiet
----

While booting with Xen kernel , it stops at the very first step saying

Error 15 : File not found .
But the file /boot/xen.gz  and /boot/vmlinuz-2.6.10-xen0 are
accessible . Please let me know how to fix this issue.


>kernel /boot/xen.gz dom0_mem=131072
>module /boot/vmlinuz-2.6.10-xen0 ro root=LABEL=/ rhgb quiet

replace with:

kernel /xen.gz dom0_mem=131072
module /vmlinuz-2.6.10-xen0 ro root=LABEL=/ rhgb quiet

--
Best regards

Paul Lee


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

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