Code: Select all
/dev/hda1 * ntfs
/dev/hda2 * /boot
/dev/hda3 swap
/dev/hda4 /
Code: Select all
default 0
timeout 10
splashimage=(hd0,1) /grub/splash.xpm.gz
title Gentoo Linux
root (hd0,1)
kernel /kernel root=/dev/hda4
title Windows XP Professional SP3
root (hd0,0)
makeactive
chainloader +1If I change
Code: Select all
kernel /kernel root=/dev/hda4Code: Select all
kernel /kernel-2.6.25-gentoo-r4 root=/dev/hda4The other minor issue I've noticed is that I don't have a boot splash image even though the file /boot/grub/splash.xpm.gz exists.
Does anyone have some suggestions for me to try?
Thanks

