|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Installation issue
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
|
|
|
|
|