Ladies and gentlemen,
After searching the ussual dual boot grub threads nothing seems to help this time around. I'm sure its simple however no matter what I set in the menu.lst for the w2k partition it does not boot. The Debian partition boots just fine
Output as follows for $ fdisk -l
Disk /dev/hdc: 80.0 GB, 80054059008 bytes
16 heads, 63 sectors/track, 155114 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes
Device Boot Start End Blocks Id System
/dev/hdc1 * 1 107897 54379993+ 7 HPFS/NTFS
/dev/hdc2 107897 155114 23797400 f W95 Ext'd (LBA)
/dev/hdc5 * 107897 153064 22764073+ 83 Linux
/dev/hdc6 153064 155104 1028128+ 82 Linux swap / Solaris
/dev/hdc7 155105 155114 5008+ 83 Linux
Disk /dev/hde: 20.4 GB, 20490559488 bytes
16 heads, 63 sectors/track, 39703 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes
Device Boot Start End Blocks Id System
/dev/hde1 * 1 39703 20010280+ 83 Linux
Disk /dev/hdf: 20.4 GB, 20490559488 bytes
16 heads, 63 sectors/track, 39703 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes
Device Boot Start End Blocks Id System
/dev/hdf1 1 39703 20010280+ 83 Linux
Output as follows for menu.lst
title Debian GNU/Linux, kernel 2.6.12-1-k7
root (hd0,4)
kernel /boot/vmlinuz-2.6.12-1-k7 root=/dev/hdc5 ro
initrd /boot/initrd.img-2.6.12-1-k7
savedefault
boot
title Debian GNU/Linux, kernel 2.6.12-1-k7 (recovery mode)
root (hd0,4)
kernel /boot/vmlinuz-2.6.12-1-k7 root=/dev/hdc5 ro single
initrd /boot/initrd.img-2.6.12-1-k7
savedefault
boot
title Debian GNU/Linux, kernel 2.6.8-1-386
root (hd0,4)
kernel /boot/vmlinuz-2.6.8-1-386 root=/dev/hdc5 ro
initrd /boot/initrd.img-2.6.8-1-386
savedefault
boot
title Debian GNU/Linux, kernel 2.6.8-1-386 (recovery mode)
root (hd0,4)
kernel /boot/vmlinuz-2.6.8-1-386 root=/dev/hdc5 ro single
initrd /boot/initrd.img-2.6.8-1-386
savedefault
boot
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/hdc1
title Microsoft Windows 2000 Professional
rootnoverify (hd2,0)
makeactive
chainloader +1
map (hd0) (hd2)
map (hd2) (hd0)
the w2k partition is on /dev/hdc1 hense the (hd2,0)
does the three bootable partitions make conflict?
thanks in advance!!!