• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Dual booting w/GRUB

Tiger

Platinum Member
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.

 
Back
Top