Monday, October 8, 2012

Fixing the Windows MBR using a Ubuntu Live CD or USB

The method to fix the MBR is:
1. Boot the machine using the Live USB/CD.
2. Install lilo
sudo apt-get install lilo

3. Fix the MBR using lilo using the command:
sudo lilo -M /dev/sda mbr
Reboot your system, Bingo works like charm!!!!

No comments:

Post a Comment