Ubuntu 8.10 x86_64.

OpenSuse 11.1 me dió demasiados problemas, así que ahora estoy trabajando con Ubuntu 8.10 x86_64.

Así es como luce el escritorio ahora:



Sí, soy un adicto a "Call of Duty", jugar en línea contra otros para mí es como el oso que va al panal de abejas por la miel.

En fin, que Ubuntu se ha mantenido estable, excepto un detalle el día de hoy, reinicie el equipo para arrancar Windows XP y perdí el gestor de arranque.

¿El motivo? Lo ignoro, pero como el disco de instalación me permite arrancar una sesión "en vivo", pude navegar un rato y aplicar una solución para reinstalar GRUB usando el "Live-CD".

Una búsqueda rápida en Google:

http://www.google.com.mx/search?hl=es&q=grub+reinstall+live&btnG=Buscar+con+Google&meta=

Me lleva a los foros de Ubuntu y:

Service Temporarily Unavailable

The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.


Apache/2.2.8 (Ubuntu) Server at ubuntuforums.org Port 80

Veo si el caché de Google tiene la respuesta aún y sí. He aquí la respuesta:

How to restore Grub from a live Ubuntu cd.

This will restore grub if you already had grub installed but lost it to a windows install or some other occurence that erased/changed your MBR so that grub no longer appears at start up or it returns an error.

(This how to is written for Ubuntu but should work on other systems. The only thing to take note of, when you see "sudo" that will mean to you that the following command should be entered at a root terminal.)

Boot into the live Ubuntu cd. This can be the live installer cd or the older live session Ubuntu cds.

When you get to the desktop open a terminal and enter. (I am going to give you the commands and then I will explain them later)

Code:
sudo grub
This will get you a "grub>" prompt (i.e. the grub shell). At grub >. enter these commands

Code:
find /boot/grub/stage1
This will return a location. If you have more than one, select the installation that you want to provide the grub files.
Next, THIS IS IMPORTANT, whatever was returned for the find command use it in the next line (you are still at grub>. when you enter the next 3 commands)

Code:
root (hd?,?)
Again use the value from the find command i.e. if find returned (hd0,1) then you would enter root (hd0,1)

Next enter the command to install grub to the mbr

Code:
setup (hd0)
Finally exit the grub shell
Code:
quit
That is it. Grub will be installed to the mbr.
When you reboot, you will have the grub menu at startup.

El mensaje contiene más información, pero a mí me sirvió con lo que se menciona anteriormente.

Si desean/necesitan ver el resto del mensaje, se encuentra aquí.

No hay comentarios.:

// Cookie consent