Skip to content

Instantly share code, notes, and snippets.

@martwozniak
Forked from gpetuhov/ubuntu_boot_fix.txt
Created November 9, 2023 21:27
Show Gist options
  • Save martwozniak/e57738bd0a25c0c75bdb744fd6bbeb14 to your computer and use it in GitHub Desktop.
Save martwozniak/e57738bd0a25c0c75bdb744fd6bbeb14 to your computer and use it in GitHub Desktop.
Fix boot after Ubuntu install
To fix boot menu after installing Ubuntu (for example when installing along with Windows):
https://help.ubuntu.com/community/Boot-Repair
install Boot Repair:
sudo apt-add-repository ppa:yannubuntu/boot-repair
sudo apt-get update
sudo apt-get install -y boot-repair && boot-repair
Choose 'Recommended Repair'
This can be done after booting from USB-stick
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment