How to repair GRUB boot loader in ubuntu

In this tutorial we will see how to use this GUI tool called boot-repair which fixes most of the common grub related problems.

The most common problem is the overwriting of the GRUB bootloader by the windows bootloader when windows is installed after ubuntu. or overwrite your MBR. And also if your GRUB has broken you won't be able to access your operating systems.

Read more »

Comments

Popular posts from this blog

How to Install Antlr4 in Ubuntu/Linux

How to install python-gst (pygst) in ubuntu 16.04

How to make a gui Calculator in Python using Tkinter