Hi!
I installed F9 and XP in dual boot. I manually wrote "Fedora Core 9" and "Windows XP" as text in the GRUB, and it looked fine when starting.
Today, I discovered one more line in the GRUB, 1 for XP and 2 for Fedora. Indeed the grub.conf looks like this:
default=2
timeout=5
splashimage=(hd0,5)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.25.3-18.fc9.x86_64)
root (hd0,5)
kernel /vmlinuz-2.6.25.3-18.fc9.x86_64 ro root=UUID=8cdcbe7b-e2c5-4b5e-a
7ca-8d287a7e92cc rhgb quiet
initrd /initrd-2.6.25.3-18.fc9.x86_64.img
title Fedora Core 9 (2.6.25-14.fc9.x86_64)
root (hd0,5)
kernel /vmlinuz-2.6.25-14.fc9.x86_64 ro root=UUID=8cdcbe7b-e2c5-4b5e-a7c
a-8d287a7e92cc rhgb quiet
initrd /initrd-2.6.25-14.fc9.x86_64.img
title Windows XP
rootnoverify (hd0,1)
chainloader +1
Should I worry about it? It seems that doesn't matter which line of the 2 Fedora I choose... May I delete one of the 2 lines? which one?