Recovery Grub After Installing Windows In Ubuntu 10.10 (Maverick Meerkat)

Has long this blog is not updated, I'm sorry I did not get to take care of this blog, now I promise, I will continue this blog for this blog is not abandoned.

In this time we will discuse about Recovery Grub After Installing Windows in Ubuntu 10.10 (Maverick Meerkat)
We needed LiveCD ubuntu 10.10.booting from LiveCD, After login, open terminal, login as root by type :

$ sudo su


Find Ubuntu partition by type :

$ fsdisk -l

See examples of partition in the image below :


In the picture above, the linux partition is on /dev/sda1. Create a directory to manipulate your ubuntu using  command :

$ mkdir /media/root
$ mount /dev/sda1 /media/root

If you have successfully mounted directory, then install grub by type :

$ grub-install --root-directory=/media/root /dev/sda

If everything is correct, then there is no error message and that is the message 'finish and no error report ", then reboot your computer by type :

$ reboot

Then you should direct automatically go to ubuntu and grub can not access the windows, go to the ubuntu. open a terminal and login as root and update grub :

$ sudo su 
$ update-grub

Now grub on your ubuntu is fixed.

Happy Testing...!!
Read More...!!