Translation(s): English
Boot-Repair is a simple tool generally used in live session, to repair frequent boot issues you may encounter in Debian like when you can't boot Debian after installing Windows or another Linux distribution, or when you can't boot Windows after installing Debian, or when GRUB is not displayed anymore, some upgrade breaks GRUB, etc.
Contents
Presentation
Boot-Repair lets you fix these issues with a simple click, which generally reinstalls GRUB and restores access to the operating systems you had installed before the issue.
Boot-Repair also has advanced options to back up table partitions, back up bootsectors, create a Boot-Info diagnosis (to get help by email or forum), or change the default repair parameters: configure GRUB, add kernel options (acpi=off ...), purge GRUB, change the default OS, restore a Windows-compatible MBR, repair a broken filesystem, specify the disk where GRUB should be installed, etc.
This tool is aimed entirely at those new to Debian who want to get past their booting issues and enjoy using Linux. For the purpose of helping the forum and IRC members help you diagnose issues with your boot setup, Boot-Repair creates a Boot-Info diagnosis for you to share that allows experienced members to see what's wrong with your boot. The tool systematically asks if you want to upload this diagnosis to a pastebin or keep it local. The Pastebin is not easily searchable and automatically expires after some days, but for confidentiality purpose you may prefer to keep the report local.
Boot-Repair is a free software, licensed under GNU-GPL.
Installation
- either from an Debian live-session (boot your computer on a Debian live-USB then choose "Live system") or from your installed Debian session (if you can access it)
- connect to the Internet
- open a new Terminal, then type the following commands (press Enter after each line):
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
Usage
- Start the app either via the Debian app menu, or via the 'boot-repair' command.
- Click the Create a Boot-Info Summary button, this will create a Boot-Info diagnosis. A pop-up will ask if you want to upload the report online in order to share it more easily.
Check the diagnosis contents. If any doubt, you can share it on Debian Forums along with a description of your boot issue, so that experienced forum members can advise.
- Once you get green light from experienced forum members, click the Recommended repair button. When repair is finished, note the new URL that appeared on a paper, then reboot and check if you recovered access to your OSs. If the repair did not succeed, indicate the URL to people who help you by email or forum.
See also