Linux HardDisk is not connected as Primary Master.
How many Harddisks are plugged-in? fdisk is showing only one harddisk.
Code:
# cd /mnt/sysimage
# chroot /mnt/sysimage
# grub
execute 'find /boot/grub/stage1' and replace its output with 'root (hd0,0)'
Code:
> root (hd0,0) <-- output of 'find'
> kernel /vmlinuz-2.6.18-1.2798.fc6 root=/dev/hdc2
> initrd /initrd-2.6.18-1.2798.fc6.img
>boot
in case, this doesn't work, plug-in Linux disk as Primary Master. you can do this through Jumper Settings or Cable select. output of fdisk should list Linux disk as 'hda'.
post the contents of /boot/grub/device.map file.
Casper