mrboss
Fri May 24, 2013 7:59:29 pm
Hi Guys
today i have an easy way to Repair Grub or Restore Windows MBR
Step 1 : get a live version of linux
You need a live version of linux (distro doesnt matter) to install the application
you can burn linux on cd or usb and start live
Step 2 : install Boot-Repair in live linux
open a new Terminal (Ctrl+Alt+T), then type/copy/paste :
Step 3 : Using Boot-Repair
1. launch OS-Uninstaller (System->Administration->Boot-Repair)
2. you got two choice Recommend Repair & Advance Repair
Recommended repair
launch Boot-Repair from System->Administration->Boot-Repair
or by typing 'boot-repair' in a terminal
Then click the "Recommended repair" button. When repair is finished, then reboot and check if you recovered access to your OSs.
Advanced options
Warning: the default settings are the ones used by the "Recommended Repair". Changing them may worsen your problem.
Don't modify them if you dont know what you do ! .
thats all
i tested the application by myself but not the installation method cu it was already installed on another distro
also i founded ubuntu secure disk which integrate by default os-uninstaller & boot-repair you can found it here :
hope u like it
mr.boss
today i have an easy way to Repair Grub or Restore Windows MBR
Step 1 : get a live version of linux
You need a live version of linux (distro doesnt matter) to install the application
you can burn linux on cd or usb and start live
Step 2 : install Boot-Repair in live linux
open a new Terminal (Ctrl+Alt+T), then type/copy/paste :
- Code:
sudo add-apt-repository ppa:yannubuntu/boot-repair
- Code:
sudo apt-get update
- Code:
sudo apt-get install -y boot-repair
Step 3 : Using Boot-Repair
1. launch OS-Uninstaller (System->Administration->Boot-Repair)
2. you got two choice Recommend Repair & Advance Repair
Recommended repair
launch Boot-Repair from System->Administration->Boot-Repair
or by typing 'boot-repair' in a terminal
Then click the "Recommended repair" button. When repair is finished, then reboot and check if you recovered access to your OSs.
Advanced options
Warning: the default settings are the ones used by the "Recommended Repair". Changing them may worsen your problem.
Don't modify them if you dont know what you do ! .
thats all
i tested the application by myself but not the installation method cu it was already installed on another distro
also i founded ubuntu secure disk which integrate by default os-uninstaller & boot-repair you can found it here :
hope u like it
mr.boss