Como recuperar Grub2 en pocos pasos

viernes, noviembre 27, 2009, Posted by FErArg, No Comment


1.- Iniciar desde LiveCD que tenga grub2 (LiveCD de Karmic por ejemplo)

2.- Ir a consola (alt+F2) y pasar a root, ejecutar:
    sudo su

3.- montar la particion donde esta el directorio "boot" en /media
    mount -t auto /dev/sdaX /media

4.- ejecutar los siguientes comandos:
    grub-install --root-directory=/media /dev/sda
    grub-install --recheck /dev/sda
    update-grub

5.- si todo fue bien, los comando anteriores pueden dar algún error, reiniciar y el grub2 reaparece
.
.
Creative Commons License


 
Creative Commons License
Blog de FErArg by FErArg is licensed under a Creative Commons Atribución-No Comercial-Compartir Obras Derivadas Igual 3.0 España License.
Based on a work at www.FErArg.com.
Permissions beyond the scope of this license may be available at ferarg.blogspot.com.