Diferència entre revisions de la pàgina «En:Supergrub»
(Es crea la pàgina amb «{{Note | No hay you wish to use this program if it is not necessary. Recommendations from the same creator.}} == == Consíguelo http://www.visualbeta.es/246/software-li...».) |
(→To restore Grub after installing Windows on a partition now) |
||
Línia 20: | Línia 20: | ||
now | now | ||
− | <pre> $ sudo grub </ pre> | + | <pre> $ sudo grub </pre> |
− | <pre> $ root (hd0, 1) </ pre> | + | <pre> $ root (hd0, 1) </pre> |
− | <pre> $ setup (hd0) | + | <pre> $ setup (hd0)</pre> |
− | <pre> $ quit </ pre> | + | <pre> $ quit </pre> |
{{Note | 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. }} | {{Note | 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. }} | ||
Línia 31: | Línia 31: | ||
now | now | ||
− | Another valid | + | ==Another valid explication== |
− | * | + | * Open the terminal and write it follows: |
− | sudo grub- | + | <pre>sudo grub-mkconfig </pre> |
− | <pre> sudo grub-install / dev / sda (sda is normally or sada1, etc.) </ pre> | + | <pre> sudo grub-install /dev/sda (sda is normally or sada1, etc.) </pre> |
− | <pre> sudo update-grub </ pre> | + | <pre> sudo update-grub </pre> |
* Restart your computer. | * Restart your computer. |
Revisió del 16:40, 7 des 2010
== == Consíguelo
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
Arrancamos * Live-CD
- Menu System-> Administration-> Gnome partition editor (*)
- Abrimos ejecutamos a terminal and the commands:
now
$ sudo grub
$ root (hd0, 1)
$ setup (hd0)
$ quit
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.