Dual booting w/GRUB

Tiger

Platinum Member
Oct 9, 1999
2,312
0
0
Is anybody out there dual booting any flavor of Linux and Win2K using GRUB?
I'm fixing to do an Gentoo stage1 install and need to get the skinny on GRUB.
All I've ever used for dual booting is LILO but for some strange reason some Gentoo users have been having trouble using LILO.

Here's my proposed /boot/grub/menu.lst

default 0
timeout 5
splashimage=(hd0,5)/boot/grub/splash.xpm.gz

title=Gentoo Linux
root (hd0,7)
kernel /boot/bzImage root=/dev/hda8

# Below needed for dual boot
title=Windows 2000 Pro
root (hd0,0)
chainloader +1

Any input would be appreciated.