GRUB Issues
Hello, Everyone!
I've been a LILO user for years now, but just recently I decided to try out GRUB. Unfortunately, I cannot quite understand its naming syntax for hard disks / partitions. Below is my grub.conf:
Upon trying to boot either selection from the bootup menu I receive an error, "Filesystem type unknown", followed by, "Cannot mount selected partition".
Below is my parition layout:
/dev/hda1 (windows)
/dev/hda2 /boot
/dev/hda3 swap
/dev/hda4 /
Any suggestions? Thanks!
I've been a LILO user for years now, but just recently I decided to try out GRUB. Unfortunately, I cannot quite understand its naming syntax for hard disks / partitions. Below is my grub.conf:
default 0
timeout 30
title=Gentoo Linux 2.6.11-r6
root (hd0,0)
kernel /kernel-2.6.11-gentoo-r6 root=/dev/hda2
title=Windows XP Professional
rootnoverify (hd0,0)
makeactive
chainloader +1
Upon trying to boot either selection from the bootup menu I receive an error, "Filesystem type unknown", followed by, "Cannot mount selected partition".
Below is my parition layout:
/dev/hda1 (windows)
/dev/hda2 /boot
/dev/hda3 swap
/dev/hda4 /
Any suggestions? Thanks!
