Skip to content

Instantly share code, notes, and snippets.

@piotrpolak
Last active July 17, 2023 12:24
Show Gist options
  • Save piotrpolak/5d37bc4880f079c16ac2d67837e9bf35 to your computer and use it in GitHub Desktop.
Save piotrpolak/5d37bc4880f079c16ac2d67837e9bf35 to your computer and use it in GitHub Desktop.
sudo apt-add-repository ppa:yannubuntu/boot-repair && \
sudo apt-get update && \
sudo apt-get install -y boot-repair && \
boot-repair
sudo apt-get install os-prober && \
sudo os-prober && \
sudo update-grub
// https://help.ubuntu.com/community/Boot-Repair
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment