Diff for "Boot-Repair"


Differences between revisions 1 and 11 (spanning 10 versions)
Revision 1 as of 2011-06-02 12:15:09
Size: 2969
Editor: i222-150-207-78
Comment: creation
Revision 11 as of 2011-09-05 06:50:51
Size: 2803
Editor: yannubuntu
Comment: screenshot
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
title Texmaker #title Recover access to your operating systems with Boot-Repair
Line 7: Line 7:
'''Boot-Repair''' is a small graphical tool to repair frequent boot problems : '''Boot-Repair''' is a small graphical tool to repair frequent boot problems.
Line 9: Line 9:
 * Repair the boot when an OS does not boot any more after installing Ubuntu
 * Repair the boot when access to GRUB and any OS is lost (may be due to a [[https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/441941|Windows software that wrote into the MBR gap]], or a OEM MBR lock),
 * Allow to reinstall [[GRUB]] bootloader easily
 * Allow to restore the original bootsector (MBR) if it has been saved by [[https://launchpad.net/~yannubuntu/+archive/clean-ubiquity|Clean-Ubiquity]]
 * Easy-to-use (repair in 1 click ! )
 * Can recover access to one or several operating systems
 * Options to reinstall GRUB2 boot-loader easily (OS by default, purge, unhide, kernel options..)
 * Create a Boot-Info-Script summary in 1 click
Line 14: Line 14:
Boot-Repair is a free software, licenced under GNU-GPL. Boot-Repair is a free software, licensed under GNU-GPL.
Line 16: Line 16:
{{http://pix.toile-libre.org/upload/original/1299426403.png}} {{http://pix.toile-libre.org/upload/img/1315191717.png}}
Line 25: Line 25:
 * If the system you want to repair is 32 bits, download and burn a CD of [[http://ubuntuforums.org/showpost.php?p=10084551&postcount=1|Ubuntu Secured]] (32bits)
 * If the system you want to repair is 64 bits, download and burn a CD of [[http://ubuntuforums.org/showpost.php?p=10084551&postcount=1|Ubuntu Secured 64bits]]
 * [[https://sourceforge.net/projects/boot-repair-cd/files/|Boot-Repair-Disk]] is the official CD containing the very last version of Boot-Repair
 * Boot-Repair is also included in all [[http://ubuntuforums.org/showpost.php?p=10084551&postcount=1|Ubuntu Secured CDs]]
Line 34: Line 34:
  * sudo add-apt-repository ppa:yannubuntu/boot-repair
  * sudo apt-get update && sudo apt-get install boot-repair-ubuntu
{{{
sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo apt-get update && sudo apt-get install -y boot-repair && boot-repair
}}}
Line 38: Line 40:
Boot-Repair can be installed & used from any Ubuntu session (normal session, or live-CD, or live-USB).

PPA packages are available for Ubuntu 10.04, 10.10 and 11.04.
Boot-Repair can be installed & used from any Ubuntu session (normal session, or live-CD, or live-USB). PPA packages are available for Ubuntu 10.04, 10.10, 11.04 and 11.10.
Line 44: Line 44:
 * if you use Gnome (default in Ubuntu 10.10 and previous versions): launch Boot-Repair from System->Administration->Boot-Repair menu
 * if you use Unity (Ubuntu 11.04): search "boot" in the dash.
== Standard repair ==
 * launch Boot-Repair from either :
    * the dash (Unity)
    * System->Administration->Boot-Repair menu (Gnome)
    * by typing 'gksu boot-repair' in a terminal
Line 47: Line 50:
Then follow the menus...  * Then try "First repair. When repair is finished, reboot and check if you recovered access to your OSs. If not, run Boot-Repair again and try the "Second repair" option.
If both repairs did not succeed, copy-paste the URL that appeared in order to get help on Ubuntu forums.
Line 49: Line 53:
Remark : if you want to repair a 64bits system, you need to use Boot-Repair from a 64bits system. Same for 32bits.

Example : Boot-repair can be used to reinstall [[GRUB2|GRUB]] easily. In the example below the BIOS is set to boot on first hard disk (sda), so the user chooses "Place GRUB into : sda".

{{http://pix.toile-libre.org/upload/original/1306401412.png}}

= See Also =

 * [[GRUB2]] - Ubuntu bootloader
== Advanced options ==
 
{{http://pix.toile-libre.org/upload/img/1312988935.png}}
{{http://pix.toile-libre.org/upload/img/1313715508.png}}
{{http://pix.toile-libre.org/upload/img/1312988983.png}}
{{http://pix.toile-libre.org/upload/img/1312989003.png}}
Line 61: Line 62:
 * [[https://launchpad.net/~yannubuntu/+archive/boot-repair|Official website of Boot-Repair]]
 * [[http://ubuntuforums.org/showpost.php?p=10871917&postcount=1|Topic "Boot-repair: Graphical tool to repair the PC boot in 1 clic !"]] - on Ubuntu forum, for any questions/comments.
 * [[https://sourceforge.net/p/boot-repair/|Official website of Boot-Repair]]
 * [[http://ubuntuforums.org/showthread.php?p=10871917#post10871917|Topic "Boot-repair: Graphical tool to repair the PC boot in 1 clic !"]] - on Ubuntu forum, for any questions/comments.

Introduction

Boot-Repair is a small graphical tool to repair frequent boot problems.

  • Easy-to-use (repair in 1 click ! )
  • Can recover access to one or several operating systems
  • Options to reinstall GRUB2 boot-loader easily (OS by default, purge, unhide, kernel options..)
  • Create a Boot-Info-Script summary in 1 click

Boot-Repair is a free software, licensed under GNU-GPL.

http://pix.toile-libre.org/upload/img/1315191717.png

Getting Boot-Repair

1st option : get a CD including Boot-Repair

Remark : you can also install the ISO on a live-USB.

2nd option : install Boot-Repair in Ubuntu

Either add ‘ppa:yannubuntu/boot-repair’ to your Software Sources via the Software Centre or, for speeds-sake, add it using a new Terminal session:

sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo apt-get update && sudo apt-get install -y boot-repair && boot-repair

Boot-Repair can be installed & used from any Ubuntu session (normal session, or live-CD, or live-USB). PPA packages are available for Ubuntu 10.04, 10.10, 11.04 and 11.10.

Using Boot-Repair

Standard repair

  • launch Boot-Repair from either :
    • the dash (Unity)
    • System->Administration->Boot-Repair menu (Gnome)

    • by typing 'gksu boot-repair' in a terminal
  • Then try "First repair. When repair is finished, reboot and check if you recovered access to your OSs. If not, run Boot-Repair again and try the "Second repair" option.

If both repairs did not succeed, copy-paste the URL that appeared in order to get help on Ubuntu forums.

Advanced options

http://pix.toile-libre.org/upload/img/1312988935.png http://pix.toile-libre.org/upload/img/1313715508.png http://pix.toile-libre.org/upload/img/1312988983.png http://pix.toile-libre.org/upload/img/1312989003.png

External Links

Boot-Repair (last edited 2022-01-18 23:30:53 by yannubuntu)