Skip to content

Instantly share code, notes, and snippets.

@ankur-gupta
Created November 12, 2017 02:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ankur-gupta/589b1c1424e738cea8026a0e69eb2a01 to your computer and use it in GitHub Desktop.
Save ankur-gupta/589b1c1424e738cea8026a0e69eb2a01 to your computer and use it in GitHub Desktop.
Run boot repair from a Ubuntu Live USB session
#!/bin/sh
# From 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment