Thursday, August 17, 2017
Tutorial Repair GRUB Using Tool Boot Repair
Tutorial Repair GRUB Using Tool Boot Repair
Boot-Repair is a free software (licensed under GNU-GPL) to repair boot loader GRUB in Ubuntu . This usually happen when you cant boot Ubuntu after installing Windows or another distro Linux, or when you cant boot Windows after installing Ubuntu, or when GRUB is not displayed anymore, some upgrade breaks GRUB, etc.
In the previous article, has written about How to Fix Broken Ubuntu Boot GRUB using terminal command. In this article, we will fix the problem boot GRUB with a simple click using Boot-Repair.
In the previous article, has written about How to Fix Broken Ubuntu Boot GRUB using terminal command. In this article, we will fix the problem boot GRUB with a simple click using Boot-Repair.
Boot-Repair also has advanced options to backup table partitions, backup bootsectors, create a Boot-Info, restore a Windows-compatible MBR, etc.
Install Boot-Repair
- Boot your computer on a Ubuntu live-CD or live-USB.
- Choose Try Ubuntu.
- Connect internet to your computer, because installation Boot-Repair need connect to repository server using internet connection.
- Run Terminal, then type the following command:
sudo add-apt-repository ppa:yannubuntu/boot-repair && sudo apt-get update
- Then press Enter.
- Then type this command in Terminal:
sudo apt-get install -y boot-repair && (boot-repair &)
- Then press Enter.
- Wait after finished installation.
Using Boot-Repair to repair GRUB in Ubuntu
- Run application Boot-Repair by typing "boot-repair" in a Terminal.
- After Boot-Repair is running, click "Recommended repair" button.
- After repair is finished, reboot your system.
- If repair didnt succeed, please try using "Advanced option"
- Look at "Advanced option" this screenshot:
download file now