My grub.conf is
Code:
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You do not have a /boot partition. This means that
# all kernel and initrd paths are relative to /, eg.
# root (hd0,1)
# kernel /boot/vmlinuz-version ro root=/dev/hda2
# initrd /boot/initrd-version.img
#boot=/dev/hda
default=0
timeout=10
splashimage=(hd0,1)/boot/grub/splash.xpm.gz
title BLAG (2.4.20-30.9)
root (hd0,1)
kernel /boot/vmlinuz-2.4.20-30.9 ro root=LABEL=/ hdd=ide-scsi
initrd /boot/initrd-2.4.20-30.9.img
title Windows
rootnoverify (hd0,0)
chainloader +1
My partitions are
Code:
Disk /dev/hda: 122.9 GB, 122942324736 bytes
255 heads, 63 sectors/track, 14946 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 5099 40957686 7 HPFS/NTFS
/dev/hda2 5100 14754 77553787+ 83 Linux
/dev/hda3 14755 14945 1534207+ 82 Linux swap
Disk /dev/hdb: 40.9 GB, 40982151168 bytes
255 heads, 63 sectors/track, 4982 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 2 4982 40009882+ f Win95 Ext'd (LBA)
/dev/hdb5 2 4982 40009851 b Win95 FAT32
Hope this helps.