Site icon LinuxAndUbuntu

Boot Repair Tool – Repair The Most Boot Related Problems

boot repair tool repair the most boot related problems

boot repair tool repair the most boot related problems

​We all encounter many times the boot related problems and most of them are simply related to GRUB. Many people find it way too hard sometimes to enter long commands or search forums to find the way they can solve it. Today I am going to tell you how to use a simple, small software to solve most of the boot related problems. This tool is known as Boot Repair Tool. Now no more talk and get to work.

How To Install And Use Boot Repair Tool In Linux

​You will need a live bootable pendrive or DVD of your installed OS, so at least you can install the application and use it. Boot into your OS and open terminal and enter the following commands –

sudo add-apt-repository -y ppa:yannubuntu/boot-repair
sudo apt-get update
sudo apt-get install -y boot-repair && boot-repair 

​After the installation is complete, you can launch Boot Repair Tool from the apps menu or any way you launch the app in your distro.

​You can see Boot Repair in the menu.

​Launch it, it will do some scanning. Wait for it to finish.

​You will see this screen now which will be saying recommended repair based on the scan. There will also be an advance option in the bottom in which you can configure the aspects of the application. I will recommend inexperienced users to go with recommended repair as it is easy and in most cases does the job.

​After choosing recommended updates, it will start the repair. Wait for the further process.

​You will see an instruction screen now. Now it is time for our work. Open the terminal and copy and paste the highlighted command in terminal one by one.

​After the commands are done you will see a screen asking for confirmation like mentioned above. Select yes by using arrow keys or tab buttons and hit enter to select. Now in Boot Repair Tool screen hit forward.

​You will see this screen. Copy the command mentioned there and paste it into terminal and hit enter and let it do the job. It will take some time so be patient. It will download GRUB, kernel or whatever required to repair your boot.

​You may see some options to configure where to install GRUB now. Choose yes and then hit enter and you will see the above screen. Use spacebar to select an option and TAB to navigate through options.

After choosing and installation of GRUB is finished, you can close Terminal. Now select the forward option in Boot Repair Tool screen.

​Now it will do some scanning. It will ask you some options regarding confirmation. Select Yes for every option.

It will show you a successful confirmation message. If not and shows a failed message then a linked will be generated. Go on that link for more assistance.

After success, reboot your PC. You will see GRUB when you will reboot. You have successfully repaired your PC. Have Fun.  

Advance Tips For Boot Repair

​It happened with me that on repair when my PC was on dual boot, it failed to recognize Windows 7 installed on another partition. Here is a simple tip on how to fix it.Open a terminal and install os-prober. It is simple and can be found in either software center or via terminal.

os-prober helps you recognize other OS installed in your PC.

​After os-prober is installed, run it via terminal by typing os-prober. If failed then trying running it root. After that run update-grub command. That is all you will get the option to boot into Windows from GRUB.

Conclusion

​That is all. Now you have successfully repaired your PC. Go now enjoy tweaking around. I will also love to hear your experiences with Boot Repair Tool. Comment below, I am listening.  

Exit mobile version