|
|
|
|
Outline ·
[ Estándar ] ·
Lineal+
Problema con Grub de Ubuntu, No muestra el menú
| LordSauron |
May 18 2006, 03:55 PM
|
Señor Oscuro

Grupo: Admin
Mensajes: 4.784
Registrado: 21-October 04
Desde: Un diminuto punto en el Universo
Miembro nº: 27.156

|
Bueno, pues hace poco instalé mi enésimo SO en el ordenador: el Windows Server 2003. Como con el resto, pues he creado la partición he instalao el SO y he reinstalado el GRUB una vez que se lo ha cargado la instalación del Windows, el problema es que esta vez no me muestra nada. Es decir, arranca el GRUB, pero no se ve nada, sólo el típico guión parpadeando arriba a la izquierda de la pantalla. La cosa es que el menú está ahí, porque yo puedo elegir el SO y todo, pero sin verlo. Es como si a menu.lst le faltara una línea que fuera "mostrar el menú"...pero yo no he visto nada raro en el archivo...aunque tampoco tengo mucha experiencia. Alguna idea?? Os pongo una copia del archivo por si lo necesitáis: CODE # menu.lst - See: grub(8), info grub, update-grub(8) # grub-install(8), grub-floppy(8), # grub-md5-crypt, /usr/share/doc/grub # and /usr/share/doc/grub-doc/.
##Imagen que aparecerá en el GRUB splashimage=(hd0,2)/boot/grub/Imagenes/fenix.xpm.gz #splashimage=(hd0,2)/boot/grub/Imagenes/tuxbsdxp.xpm.gz
## default num # Set the default entry to the entry number NUM. Numbering starts from 0, and # the entry number 0 is the default if the command is not used. # # You can specify 'saved' instead of a number. In this case, the default entry # is the entry saved with the command 'savedefault'. default 0
## timeout sec # Set a timeout, in SEC seconds, before automatically booting the default entry # (normally the first entry defined). timeout 10
## hiddenmenu # Hides the menu by default (press ESC to see the menu) #hiddenmenu
# Pretty colours #color cyan/blue white/blue
## password ['--md5'] passwd # If used in the first section of a menu file, disable all interactive editing # control (menu entry editor and command-line) and entries protected by the # command 'lock' # e.g. password topsecret # password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/ # password topsecret
# # examples # # title Windows 95/98/NT/2000 # root (hd0,0) # makeactive # chainloader +1 # # title Linux # root (hd0,1) # kernel /vmlinuz root=/dev/hda2 ro #
# # Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST
### BEGIN AUTOMAGIC KERNELS LIST ## lines between the AUTOMAGIC KERNELS LIST markers will be modified ## by the debian update-grub script except for the default optons below
## DO NOT UNCOMMENT THEM, Just edit them to your needs
## ## Start Default Options ## ## default kernel options ## default kernel options for automagic boot options ## If you want special options for specifiv kernels use kopt_x_y_z ## where x.y.z is kernel version. Minor versions can be omitted. ## e.g. kopt=root=/dev/hda1 ro # kopt=root=/dev/hda3 ro
## default grub root device ## e.g. groot=(hd0,0) # groot=(hd0,2)
## should update-grub create alternative automagic boot options ## e.g. alternative=true ## alternative=false # alternative=true
## should update-grub lock alternative automagic boot options ## e.g. lockalternative=true ## lockalternative=false # lockalternative=false
## altoption boot targets option ## multiple altoptions lines are allowed ## e.g. altoptions=(extra menu suffix) extra boot options ## altoptions=(recovery mode) single # altoptions=(recovery mode) single
## nonaltoption boot targets option ## This option controls options to pass to only the ## primary kernel menu item. ## You can have ONLY one nonaltoptions line # nonaltoptions=quiet splash
## controls how many kernels should be put into the menu.lst ## only counts the first occurence of a kernel, not the ## alternative kernel options ## e.g. howmany=all ## howmany=7 # howmany=all
## should update-grub create memtest86 boot option ## e.g. memtest86=true ## memtest86=false # memtest86=true
## ## End Default Options ##
# This entry automatically added by the Debian installer for a non-linux OS # on /dev/hda1 title Windows XP root (hd0,0) savedefault makeactive chainloader +1
title Ubuntu root (hd0,2) kernel /boot/vmlinuz-2.6.10-5-386 root=/dev/hda3 ro quiet splash initrd /boot/initrd.img-2.6.10-5-386 savedefault boot
# This is a divider, added to separate the menu items below from the Debian # ones. title OTROS WINDOWS: root
# This entry automatically added by the Debian installer for a non-linux OS # on /dev/hdb1 title Ghost root (hd1,0) savedefault makeactive chainloader +1
# This entry automatically added by the Debian installer for a non-linux OS # on /dev/hdb1 title Copia de Seguridad root (hd1,1) savedefault makeactive chainloader +1
# This is a divider, added to separate the menu items below from the Debian # ones. title OTROS KERNELS DE UBUNTU: root
title Ubuntu, kernel 2.6.10-5-386 (recovery mode) root (hd0,2) kernel /boot/vmlinuz-2.6.10-5-386 root=/dev/hda3 ro single initrd /boot/initrd.img-2.6.10-5-386 savedefault boot
title Ubuntu, kernel memtest86+ root (hd0,2) kernel /boot/memtest86+.bin savedefault boot
### END DEBIAN AUTOMAGIC KERNELS LIST
#Divisor para separar otros modos de arranque title OTROS: #color cyan/green black/cyan root
#Arranque con Disquete title Disco arranque DOS chainloader (fd0)+1
#Arranque con CD title CD arranque DOS chainloader (hdc0)+1
Un saludo
|
|
|
|
|
| LordSauron |
May 26 2006, 10:53 AM
|
Señor Oscuro

Grupo: Admin
Mensajes: 4.784
Registrado: 21-October 04
Desde: Un diminuto punto en el Universo
Miembro nº: 27.156

|
Perdona por tardar tanto en responder Pues efectivamente, comentando la línea que no está comentada de esas tres, me vuelve aparecer el GRUB, pero evidentemente, no me aparece la imagen de fondo que está especificada en esa línea. He estado mirando por si acaso la imagen se había destruído o algo y por eso no me sacaba nada en el GRUB, pero la imagen está perfecta. A qué se puede deber que me saque el GRUB mal con la imagen?? Un saludo P.D.: No he vuelto a poner la imagen todavía, así que no sé si al volverla a poner se habrá arreglado, pero cuando lo mire ya os digo.
|
|
|
|
|
| Sr. Aldaco |
May 26 2006, 07:38 PM
|
°°¬Sr. Aldaco+++

Grupo: Miembros Vitalicios
Mensajes: 1.062
Registrado: 25-June 04
Desde: México, DF.
Miembro nº: 3.385

|
Hola, pues de hecho ahí tienes especificadas dos imágenes distintas, no sé si el problema sea por eso, aunque no creo. Lo más probable es que el error esté en "(hd0,2), por si a caso hazle un sudo fdisk para que veas donde está instalada, y pues para ponerle la imagen puedes revisar el tutorial que hice y empezar desde cero a ver que tal queda. http://www.trucoswindows.net/foro/topico-3...en-el-grub.htmlsaluditos. XD
|
|
|
|
|
| LordSauron |
Jun 21 2006, 04:32 PM
|
Señor Oscuro

Grupo: Admin
Mensajes: 4.784
Registrado: 21-October 04
Desde: Un diminuto punto en el Universo
Miembro nº: 27.156

|
Perdona que haya tardado tanto tiempo en escribir, pero es que hasta ahora he tenido muy poco tiempo para tocar cosas de estas. Weno, pues he quitado una de las imágenes del archivo, y sigue sin funcionar, lo cual me parece normal teniendo en cuenta que al comentarla ocurre lo mismo. No creo que sea lo de la dirección de la imagen, pues si no estuviera en la partición (hd0,2) tampoco arrancaría el Ubuntu, pero arranca: QUOTE title Ubuntu root (hd0,2) kernel /boot/vmlinuz-2.6.10-5-386 root=/dev/hda3 ro quiet splash initrd /boot/initrd.img-2.6.10-5-386 savedefault boot Y la dirección no ha cambiado. He pensado que de alguna manera han podido joderse las imágenes, aunque no me explico cómo. Probaré ha copiarlas de nuevo en cuanto pueda. Miraré tb el tuto Un saludo
|
|
|
|
|
| LordSauron |
Jul 12 2006, 08:00 PM
|
Señor Oscuro

Grupo: Admin
Mensajes: 4.784
Registrado: 21-October 04
Desde: Un diminuto punto en el Universo
Miembro nº: 27.156

|
Bueno, perdonad que escriba de higos a brevas, pero es que de verdad que tengo muy poco tiempo para el linux. En fin, al tema. Después de descomentar las líneas que decía ornitorrinco's y que no me funcionó, ya no volvía tocar el grub ni nada. El caso es que cuando hoy he intentado meterme en Ubuntu para modificar las imágenes o para rehacer el grub según el tuto, pues me ha saltado esta imagen que intuyo que quiere decir que esa no es la partición correcta del Ubuntu. Sin embargo, desde la última vez que entré aquí no he tocado nada y sí que podía entrar antes. Cómo es posible que haya podido cambiarse?? Por otro lado, si trato de meterme en la partición que se supone que está el Ubuntu, me sale este otro error. Qué ha pasado?? Hay algo que pueda hacer accediendo a Ubuntu desde Windows (tengo el driver adecuado para hacerlo)?? Un saludo y gracias
|
|
|
|
|
Suscribirse a esta discusión
Recibirás una notificación vía correo cuando haya una respuesta y no estés activos en los foros.
Suscribirse a este foro
Recibirás una notificación vía correo cuando haya una nueva discusión y no estés activo en los foros.
Bajar/imprimir
Podrás bajar esta discusión en varios formatos o ver una versión apta para impresora.

Topicos similares

Topicos similares
|