Last active
July 17, 2023 12:24
-
-
Save piotrpolak/5d37bc4880f079c16ac2d67837e9bf35 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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