Repair a non booting GRUB installation


1 min read

Today I had to fix two issues with my computer not booting through grub
bootloader.
One of the reasons was a failed installation of Ubuntu due to using an
USB stick with a corrupt image on it.

A little Google query found a page with info about boot-repair,
describing a great tool to fix grub boot problems.

I used the 2nd option, simply boot into a live Ubuntu installation and
run these two commands.
Then follow the steps given.

https://help.ubuntu.com/community/Boot-Repair

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

Related Articles

Enable Google Authenticator 2FA for SSH
1 min read
Misc Linux tips and tricks
2 min read
Virtualbox PCI Passthrough Notes
1 min read

Virtualbox Admin

I run several machines on top of Virtual Box on Debian (headless). Here some notes I made... Install latest version

2 min read

GO TOP