Size: 3002
Comment: Clarified the 32-bit/64-bit CD usage remark.
|
Size: 2878
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
#title Repair your computer boot with Boot-Repair | #title Recover access to your operating systems with Boot-Repair |
Line 12: | Line 12: |
* Create a Boot-Info-Script summary in 1 click | |
Line 16: | Line 17: |
{{http://pix.toile-libre.org/upload/original/1299426403.png}} | {{http://pix.toile-libre.org/upload/img/1312988896.png}} |
Line 36: | Line 37: |
sudo apt-get update && sudo apt-get install -y boot-repair-ubuntu | sudo apt-get update && sudo apt-get install -y boot-repair |
Line 42: | Line 43: |
PPA packages are available for Ubuntu 10.04, 10.10 and 11.04. | PPA packages are available for Ubuntu 10.04, 10.10, 11.04 and 11.10. |
Line 51: | Line 52: |
Note: If you want to repair a 64-bit system, you need to use Boot-Repair from a 64-bit CD. Same for 32-bit. 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/1312988963.png}} {{http://pix.toile-libre.org/upload/img/1312988983.png}} {{http://pix.toile-libre.org/upload/img/1312989003.png}} |
Line 63: | Line 60: |
* [[https://launchpad.net/~yannubuntu/+archive/boot-repair|Official website of Boot-Repair]] | * [[https://launchpad.net/boot-repair|Official website of Boot-Repair]] |
Introduction
|
Boot-Repair is a small graphical tool to repair frequent boot problems :
- 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 Windows software that wrote into the MBR gap, or a OEM MBR lock),
Allow to reinstall GRUB bootloader easily
- Create a Boot-Info-Script summary in 1 click
Allow to restore the original bootsector (MBR) if it has been saved by Clean-Ubiquity
Boot-Repair is a free software, licenced under GNU-GPL.
Getting Boot-Repair
1st option : get a CD including Boot-Repair
If the system you want to repair is 32 bits, download and burn a CD of Ubuntu Secured (32bits)
If the system you want to repair is 64 bits, download and burn a CD of Ubuntu Secured 64bits
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 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
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.
Then follow the menus...
Advanced options :
External Links
Topic "Boot-repair: Graphical tool to repair the PC boot in 1 clic !" - on Ubuntu forum, for any questions/comments.