After the installation is successful, click on theBoot Repairiconin your application menu to get started.
After the utility has been started, select the repair type.For most users, the following repair type will be Recommended repair:
After selecting the repair type, you can boot the system by selecting Windows or Linux from the GRUB menu.This utility will also allow you to change or check some of the other options above if you need to repair the repair more complexly.To use the MBR tab, click "Restore MBR".
This is a slightly higher method, requiring you to work directly with the Terminal.If you are not really confident then follow the first method.
Open a terminal and type the following command:
sudo apt-get install syslinux
After the command completes, continue typing as follows, paying attention to changing the drive letter "sda" when needed:
sudo dd if = / usr / lib / syslinux / mbr.bin of = / dev / sda
Alternatively, you can restore MBR by entering the following command:
sudo apt-get install mbr
sudo install-mbr -i n -p D -t 0 / dev / sda
Boot the above mentioned live CD or live USB disk, and enter the following command in the terminal:
sudo apt-get install lilo
sudo lilo -M / dev / sda mbr
where "/ dev / sda" is your drive letter.
MBR is easily overwritten when you perform dual boot Windows and Linux.The above steps will help you recover your MBR.Good luck!
See more: