How to reinstall grub by ubuntu 14.04 live CD? Could you show me the installed steps?
Thanks.
Regards, David
This should let you install GRUB onto your computer.
Boot from the LiveCD and select the "Try Ubuntu" option.
Once booted, open a terminal, either by searching for it or pressing Ctrl + Alt + T.
From the terminal, run
sudo grub-install /dev/sdX
Search for Gparted in the Live Environment, open it and let it scan.
Once it's finished scanning, look at the top right corner of the Gparted window.
There should be a drive name here, most likely /dev/sda
. It might be sdb
or sdc
, though.
Whatever the letter happens to be, use that in place of X in the command above.
If you have any questions, just ask.