I installed gentoo linux on my second hdd. I skipped the grub install step in the Amd64 Gentoo Handbook
because i want to just use the bootloader on my Fedora install.
But when i try to boot gentoo i get a grub error.
This is my hdd info:
CODE
Disk /dev/sda: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x1f1f1f1f
Device Boot Start End Blocks Id System
/dev/sda1 * 1 25 200781 83 Linux
/dev/sda2 26 38913 312367860 8e Linux LVM
Disk /dev/sdb: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x4b36bdea
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 123 987966 83 Linux
/dev/sdb2 124 246 987997+ 82 Linux swap / Solaris
/dev/sdb3 247 19457 154312357+ 83 Linux
Disk /dev/dm-0: 317.7 GB, 317726916608 bytes
255 heads, 63 sectors/track, 38628 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000
Disk /dev/dm-0 doesn't contain a valid partition table
Disk /dev/dm-1: 2080 MB, 2080374784 bytes
255 heads, 63 sectors/track, 252 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x30307800
Disk /dev/dm-1 doesn't contain a valid partition table
This is my grub.conf:
CODE
# EDITED BY DELTA
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd1,0)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/sdb
default=0
timeout=5
splashimage=(hd1,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.24.4-64.fc8)
root (hd1,0)
kernel /vmlinuz-2.6.24.4-64.fc8 ro root=/dev/VolGroup00/LogVol00
initrd /initrd-2.6.24.4-64.fc8.img
title Fedora (2.6.23.1-42.fc8)
root (hd1,0)
kernel /vmlinuz-2.6.23.1-42.fc8 ro root=/dev/VolGroup00/LogVol00
initrd /initrd-2.6.23.1-42.fc8.img
title Gentoo (kernel-2.6.19-gentoo-r5)
root (sd1,0)
kernel /boot/kernel-2.6.19-gentoo-r5 root=/dev/sdb3
My gentoo install is located on /dev/sdb
Is my grub.conf written correctly?
Or is it something else?
On alot of parts of the grub install i was confused by the options so i chose the default option whenever i
didn't know what to do.
Thanks guys.