Diferència entre revisions de la pàgina «En:Supergrub»
(→To restore Grub after installing Windows on a partition now) |
|||
(5 revisions intermèdies per 2 usuaris que no es mostren) | |||
Línia 1: | Línia 1: | ||
− | {{ | + | {{Nota | You wish to use this program if it is not necessary. Recommendations from the same creator.}} |
− | == == | + | ==Get it == |
http://www.visualbeta.es/246/software-libre/super-grub-disk-restaura-el-arranque-de-nuestro-sistema/ | http://www.visualbeta.es/246/software-libre/super-grub-disk-restaura-el-arranque-de-nuestro-sistema/ | ||
Línia 15: | Línia 15: | ||
== To restore Grub after installing Windows on a partition now == | == To restore Grub after installing Windows on a partition now == | ||
− | + | Put on | |
+ | * Live-CD | ||
* Menu System-> Administration-> Gnome partition editor (*) | * Menu System-> Administration-> Gnome partition editor (*) | ||
− | * | + | * We execute a terminal and the commands: |
now | now | ||
Línia 26: | Línia 27: | ||
− | {{ | + | {{Nota|In step root (hd0, 1), corresponding to the first disco duro hd0 (sda), if our outside sdb or sdc disco pondríamos HD1 or HD2 1, respectively corresponding to the end that in reality sda2 ya empieza grub 0 and not afraid to tell by the hare as the first to gparted. Elegimos (hd0, 1) Because We have installed is the partition where the directory "/" in our system. }} |
− | {{ | + | {{Nota|If not us shows up System-> Administration-> Gnome partition editor, a terminal and abrimos instalamos GParted (sue aptitude install gparted) and ya aparecerá us the menu. "}} |
now | now | ||
Línia 46: | Línia 47: | ||
[[Category: LliureX]] [[Category: Linux]] [[Category: from starting]] [[Category: Software]] | [[Category: LliureX]] [[Category: Linux]] [[Category: from starting]] [[Category: Software]] | ||
− | {{Languages | Supergrub}} | + | {{Languages|Supergrub}} |
Revisió de 16:57, 7 des 2010
You wish to use this program if it is not necessary. Recommendations from the same creator. |
Get it
http://www.visualbeta.es/246/software-libre/super-grub-disk-restaura-el-arranque-de-nuestro-sistema/
now
== Steps == now to restore Grub
1. Copy menu.lst which is / System Files / grub now 2. Start computer with live-cd now 3. Copy copy menu.lst in / System Files / grub now 4. Restart computer.
now
To restore Grub after installing Windows on a partition now
Put on
- Live-CD
- Menu System-> Administration-> Gnome partition editor (*)
- We execute a terminal and the commands:
now
$ sudo grub
$ root (hd0, 1)
$ setup (hd0)
$ quit
If not us shows up System-> Administration-> Gnome partition editor, a terminal and abrimos instalamos GParted (sue aptitude install gparted) and ya aparecerá us the menu. " |
now
Another valid explication
- Open the terminal and write it follows:
sudo grub-mkconfig
sudo grub-install /dev/sda (sda is normally or sada1, etc.)
sudo update-grub
- Restart your computer.