Hello
I do about the same thing with two hard drives. This is my grub.conf:
# 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 (hd1,4)
# kernel /boot/vmlinuz-version ro root=/dev/sdb5
# initrd /boot/initrd-version.img
#boot=/dev/sda
default=2
timeout=5
splashimage=(hd1,4)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.10-1.766_FC3)
root (hd1,4)
kernel /boot/vmlinuz-2.6.10-1.766_FC3 vga=ask ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.10-1.766_FC3.img
title Fedora Core (2.6.9-1.667)
root (hd1,4)
kernel /boot/vmlinuz-2.6.9-1.667 vga=793 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.9-1.667.img
title Windows
rootnoverify (hd0,0)
chainloader +1
As you can see, it was generated by anaconda when I installed FC3.
Have a lot of fun
Koen
|