Hello Xen Users,
I am facing a problem getting my installation of XEN boot up
on a Red Hat Linux Guest OS. What’s happening is that the grub loader
tries to install Xen but after a while it crashes and starts rebooting
recursively. I have tried both the entries listed below. I am using the
following entries in the grub.conf file:
title Xen-bhatia 3.0 / XenLinux-bhatia 2.6.16
root (hd0,0)
kernel
/bhatia/boot/xen-3.0.gz dom0_mem=262144 console=ttyS0,9600n8 console=tty0
module
/bhatia/boot/vmlinuz-2.6-xen root=/dev/VolGroup00/LogVol00 rhgb quiet
console=ttyS0,9600n8 console=tty0
title Xen 3.0 / XenLinux 2.6.16
root (hd0,0)
kernel
/xen.gz dom0_mem=262144 console=ttyS0,9600n8 console=tty0
module
/vmlinuz-2.6-xen root=/dev/VolGroup00/LogVol00 rhgb quiet console=ttyS0,9600n8
console=tty0
module
/initrd-2.6.16-xen.img
Now I checked the grub.conf file on a
different machine and looks like (and this works) :
title Xen 3.0.2-3 / XenLinux 2.6.16.13
root (hd0,0)
kernel
/xen.gz dom0_mem=262144 console=ttyS0,9600n8 console=tty0
module
/vmlinuz-2.6.16.13-xen root=/dev/VolGroup00/LogVol00 rhgb quiet
console=ttyS0,9600n8 console=tty0
module
/initrd-2.6.16.13-xen.img
Can anyone see what’s the problem?
Thanks,
Nikhil