| Wow! thank you very much for the fast response.
Here is the /sbin/fdisk -l command gives me:
Disk /dev/hda: 82.3 GB, 82348277760 bytes
255 heads, 63 sectors/track, 10011 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 5099 40957686 7 HPFS/NTFS
/dev/hda2 5100 10011 39455640 f W95 Ext'd (LBA)
/dev/hda5 5100 5361 2104483+ 82 Linux swap / Solaris
/dev/hda6 5362 7244 15125166 83 Linux
/dev/hda7 7245 8229 7911981 83 Linux
/dev/hda8 8230 10011 14313883+ 83 Linux
I beleive that SUSe 10.3 is on the hda1 and sure that the hda8 contains CentOS 5.1
Below is my menu file:
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You do not have a /boot partition. This means that
# all kernel and initrd paths are relative to /, eg.
# root (hd0,7)
# kernel /boot/vmlinuz-version ro root=/dev/hda8
# initrd /boot/initrd-version.img
#boot=/dev/hda
default=1
timeout=5
splashimage=(hd0,7)/boot/grub/splash.xpm.gz
hiddenmenu
title CentOS (2.6.18-53.1.21.el5xen)
root (hd0,7)
kernel /boot/xen.gz-2.6.18-53.1.21.el5 crashkernel=128M@16M
module /boot/vmlinuz-2.6.18-53.1.21.el5xen ro root=LABEL=/ rhgb quiet
module /boot/initrd-2.6.18-53.1.21.el5xen.img
title CentOS (2.6.18-53.el5xen)
root (hd0,7)
kernel /boot/xen.gz-2.6.18-53.el5 crashkernel=128M@16M
module /boot/vmlinuz-2.6.18-53.el5xen ro root=LABEL=/ rhgb quiet
module /boot/initrd-2.6.18-53.el5xen.img
title WindowsXP
rootnoverify (hd0,0)
chainloader +1
Thank you. |