Hi expert,
I need your help. I am facing problem with recovering windows MBR. How can I recover windows MBR using Ubuntu?
I don’t know how to do it and I never did it before. So, please tell me in detail and step by step as I can solve the problem easily.
I use windows 7.
Thanks in advance
How can I recover Windows mbr using Ubuntu?
Hi Elijah,
To fix MBR using Ubuntu you firstly need to have an Ubuntu Live CD/USB. If you do not, visit their website and download the .ISO image for free and burn it onto a CD-ROM.
Boot the computer with Ubuntu Live CD-ROM.
Once it's booted, open the Terminal (little black box that looks like a Windows command prompt) and write in the following.Â
sudo apt-get install lilo Â
This will install a program called lilo.
After the installation write in the following.Â
sudo lilo -M /dev/sda mbr
And there you have it, your MBRÂ is fixed.
Good luck!