here's my grub.conf
Code: Select all
default 0
timeout 20
splashimage=(hd0,4)/grub/splash.xpm.gz
title=Gentoo Linux 2.6.5
root (hd0,4)
kernel /kernel-2.6.5 root=/dev/hda7
title=Windows XP
rootnoverify (hd0,0)
chainloader +1
My hard drive is set up as follows
C: - windows
extended partition
/dev/hda5 - /boot
/dev/hda6 - swap
/dev/hda7 - /
the last three are logical partitions, with my windows partition being primary. The numbers are messed up a bit, but there are no other partitions on the hd other than windows, the extended partition, and the three linux partitions.
Anything anyone can notice that is wrong?