Afrikaans Arabic Breton ChineseSimpl. ChineseTrad. Croatian Czech Dutch English Estonian Finnish French Galician German Greek Hindi Hungarian Italian Japanese Korean Norwegian Polish Portuguese Romanian Russian Slovak Spanish Swedish Tagalog Telugu Turkish Ukrainian Vietnamese
GET BOOT-REPAIR: whatever the operating systems installed on your disk,
sudo apt install -y wget;
wget -O- https://sourceforge.net/projects/boot-repair/files/key.gpg | sudo tee /etc/apt/keyrings/boot-repair.gpg;
echo 'deb [signed-by=/etc/apt/keyrings/boot-repair.gpg] https://ppa.launchpadcontent.net/yannubuntu/boot-repair/ubuntu noble main' | sudo tee /etc/apt/sources.list.d/boot-repair.list;
sudo apt update && sudo apt install -y boot-repair
USE BOOT-REPAIR:
Launch Boot-Repair, then click the "Recommended repair" button. When repair is finished, note the URL (paste.ubuntu.com/XXXXX) that appears on a paper, then reboot and check if you recovered access to your OSs. If the repair did not succeed, indicate the URL to boot.repair@gmail.com in order to get help.
Warning: the default settings of the Advanced Options are the ones used by the "Recommended Repair". Changing them may worsen your problem. Don't modify them before asking advice.
GET HELP: by Email (boot.repair@gmail.com)
HELP THE PROJECT: Translate, Propose patches, donate via Paypal or Liberapay.
DISCLAIMER: Boot-Repair is distributed in the hope that it will be useful, but without any warranty. Please be aware that Boot-Repair writes logs&backups on disks, collects anonymous statistics about its use, and creates Pastebin containing basic system data such as partition labels, UUIDs and mount points.