I've resisted posting any question concerning grub and dual booting as most of the questions seem to have been answered before.And using these I managed to get Grub to boot and present me with two OS options , namely Fedora (hd2) and XP (hd0).
The problem is that when I try to boot the XP OS Grub just revert back to it prompt screen.. " Grub>"
I think I have my grub.conf confgured correctly but any errors spotted or suggestions to help solve the problem would be appreciated. m(_ _)m
///////////////////////////////////////////////////////////////////
#grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
#NOTICE: You have a /boot partition. This means that
# all kernek and initrd paths are relative to /boot/ , eg
# initrd /initrd-version.img
#boot=/dev/hda
default=0
timeout=5
splashimage=(hd2,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.11.-1.1369_FC4)
root (hd2,0)
kernel /vmlinuz-2.6.11-1.1369_FC4 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.11-1.1369_FC4.img
title Windows XP JPN
rootnoverify (hd0,0)
chainloader +1
////////////////////////////////////////////////////////////////
N.B
Primary M : XP (10gb)
Primary S : Shared Storage (120gb FAT32)
Secondary M : Fedora (10gb)
Secondary S : DVD-ROM drive
p4,2ghz 768mb ram.
Thanks again