Try One -
1]
First complete uninstall the Grub. Then use the Live Ubuntu 9.10 CD to doot. Use the following command to boot the CD
$ sudo fdisk -l
after the complete boot check where the Ubuntu is installed and note down the location. Then mount it using this command-
$ sudo mount -t ext3 /dev/sda2 /mnt
Next change the Location or Directory which is of your choice.
$ /dev/sda2
Now install the Grub again
$ sudo grub-install --root-directory=/mnt/ /dev/sda
2]
Restart the system and boot from Ubuntu 9.10. After the boot you will need to edit the grub. Now the computer is booting to grub. Create new command line to edit the grub. Use these commands as given below-
root (hd0,0)
kernel /vmlinux-version ro root = /dev/hdaN
initrd /initrd-version
At the end press ctrl+x to boot it properly. In the system level you will need to upgrade the GRUB. To do this use the Following command-
$ upgrade-grub