yawningdogge
01-03-2005, 10:54 AM
Let's start with Grub. My grub.conf file isn't working. I'm setting up a dual boot system with w2k pro. I boot up to a grub prompt instead of a splash screen. I can boot either OS using grub commands, but that sucks. The file reads thus
default 0
timeout 30
splashimage=(hd0,1)/grub/splash.xpm.gz
title=Gentoo Linux 2.4.26-r14
root (hd0,1)
kernel /kernel-2.4.26-gentoo-r6 root=/dev/hda4
title=Windows 2k pro
rootnoverify (hd0,0)
makeactive
chainloader +1
NTFS partition is /dev/hda1
boot partition is /dev/hda2 mounted at /boot
root partition is /dev/hda4 mounted at /
/dev/hda3 is swap
The commands in the file are exactly the commands I use to start the systems manually. What gives?
default 0
timeout 30
splashimage=(hd0,1)/grub/splash.xpm.gz
title=Gentoo Linux 2.4.26-r14
root (hd0,1)
kernel /kernel-2.4.26-gentoo-r6 root=/dev/hda4
title=Windows 2k pro
rootnoverify (hd0,0)
makeactive
chainloader +1
NTFS partition is /dev/hda1
boot partition is /dev/hda2 mounted at /boot
root partition is /dev/hda4 mounted at /
/dev/hda3 is swap
The commands in the file are exactly the commands I use to start the systems manually. What gives?