Linux Commands Examples

A great documentation place for Linux commands

boot-repair

Graphical tool to repair boot problems

Synopsis

boot-repair


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
if [[ "$APPNAME" = boot-repair ]];then
echo 'SET@_button_mainapply.hide()'
echo 'SET@_hbox_bootrepairmenu.show()'
[[ "$APPNAME" = boot-repair ]] && echo 'SET@_hbox_bootrepairmenu.hide()' && echo 'SET@_button_mainapply.show()'

description

In some situation, you might loose access to one or several of your operating systems, because of a buggy update, a bootloader problem, a broken filesystem, or after installing a new OS (e.g. installing Windows breaks Linux bootloader).
Boot-Repair is a graphical tool that will repair these problems, generally by reinstalling GRUB, which then restores access to the operating systems you had installed before the issue.
Boot-Repair also has advanced options for reinstalling GRUB, adding kernel options, restoring a generic MBR, or repair a broken filesystem. It can also restore the original bootsector if it has been saved previously by Clean-Ubiquity.

options

No command line options.


see also

https://sourceforge.net/p/boot-repair


authors

Yann MRN <yannubuntu[:at:]gmail[:dot:]com>

How can this site be more helpful to YOU ?


give  feedback