Size: 2881
Comment: link to upstream for instructions, do not recommend outdated PPA
|
Size: 4075
Comment: warning dvd (the DVD may not boot in EFI mode)
|
Deletions are marked like this. | Additions are marked like this. |
Line 14: | Line 14: |
There is an old PPA available however it has not been kept update with items like EUFI/Encryption and possibly more. | {{http://pix.toile-libre.org/upload/original/1335260967.png}} |
Line 18: | Line 18: |
== get a disk including Boot-Repair == | == 1st option : get a disk including Boot-Repair == |
Line 20: | Line 20: |
The easiest way to use Boot-Repair is to burn one of the following disks and boot on it. | The easiest way to use Boot-Repair is to create a disk containing the tool (eg [[http://sourceforge.net/p/boot-repair-cd/home|Boot-Repair-Disk]], a disk starting Boot-Repair automatically), and boot on it. |
Line 22: | Line 22: |
* [[http://sourceforge.net/p/boot-repair-cd/home|Boot-Repair-Disk]] is a disk starting Boot-Repair automatically. The instructions for use are also here. * Boot-Repair is also included in [[LinuxSecureRemix|Linux-Secure-Remix]] and various other distributions. |
Remark : it is recommended to install the ISO on a [[Installation/FromUSBStick|live-USB]] (eg via [[http://unetbootin.sourceforge.net/|UnetBootin]] or [[http://www.linuxliveusb.com/|LiliUSB]] or [[http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/|Universal USB Installer]]). Do not burn it on a DVD if your computer has Windows8 pre-installed, or if your boot is in [[EFI]] mode. |
Line 25: | Line 24: |
Remark : you can also install the ISO on a [[Installation/FromUSBStick|live-USB]] (eg via [[http://unetbootin.sourceforge.net/|UnetBootin]] or [[http://www.linuxliveusb.com/|LiliUSB]] or [[http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/|Universal USB Installer]]). | == 2nd option : install Boot-Repair in Ubuntu == - either from an Ubuntu live-session ([[https://help.ubuntu.com/community/BootFromCD|boot your computer on a Ubuntu live-CD or live-USB]] then choose "Try Ubuntu") or from your installed Ubuntu session (if you can access it) - connect to the Internet - open a new [[Terminal]], then type the following commands (press Enter after each line): For Ubuntu 12.04 {{{ sudo add-apt-repository ppa:yannubuntu/boot-repair }}} For Ubuntu 14.04 and newer {{{ sudo add-apt-repository ppa:kranich/cubuntu }}} - then type: {{{ sudo apt-get update sudo apt-get install -y boot-repair && (boot-repair &) }}} - After using the tool in an installed Ubuntu session, remove the PPA from your Software Sources. = Using Boot-Repair = == Recommended repair == * launch Boot-Repair from either : * the Dash (the Ubuntu logo at the top-left of the screen) * or by typing 'boot-repair' in a terminal * Then click the "Recommended repair" button. When repair is finished, note the URL ('''paste.ubuntu.com/XXXXX''') 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. |
Line 30: | Line 65: |
|
Boot-Repair is a simple tool to repair frequent boot issues you may encounter in Ubuntu like when you can't boot Ubuntu after installing Windows or another Linux distribution, or when you can't boot Windows after installing Ubuntu, or when GRUB is not displayed anymore, some upgrade breaks GRUB, etc.
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 (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.
Boot-Repair is a free software, licensed under GNU-GPL.
Getting Boot-Repair
1st option : get a disk including Boot-Repair
The easiest way to use Boot-Repair is to create a disk containing the tool (eg Boot-Repair-Disk, a disk starting Boot-Repair automatically), and boot on it.
Remark : it is recommended to install the ISO on a live-USB (eg via UnetBootin or LiliUSB or Universal USB Installer). Do not burn it on a DVD if your computer has Windows8 pre-installed, or if your boot is in EFI mode.
2nd option : install Boot-Repair in Ubuntu
- either from an Ubuntu live-session (boot your computer on a Ubuntu live-CD or live-USB then choose "Try Ubuntu") or from your installed Ubuntu session (if you can access it)
- connect to the Internet
- open a new Terminal, then type the following commands (press Enter after each line):
For Ubuntu 12.04
sudo add-apt-repository ppa:yannubuntu/boot-repair
For Ubuntu 14.04 and newer
sudo add-apt-repository ppa:kranich/cubuntu
- then type:
sudo apt-get update sudo apt-get install -y boot-repair && (boot-repair &)
- After using the tool in an installed Ubuntu session, remove the PPA from your Software Sources.
Using Boot-Repair
Recommended repair
- launch Boot-Repair from either :
- the Dash (the Ubuntu logo at the top-left of the screen)
- or by typing 'boot-repair' in a terminal
Then click the "Recommended repair" button. When repair is finished, note the URL (paste.ubuntu.com/XXXXX) 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.
Advanced options
Warning: the default settings are the ones used by the "Recommended Repair". Changing them may worsen your problem. Don't modify them before creating a BootInfo URL, and asking for advice on Ubuntu Forums Absolute Beginners Section or in Installation and Upgrades.
External Links
Topic "Boot-repair: Graphical tool to repair the PC boot in 1 click !" - on Ubuntu forum, for any questions/comments.