Foros del Web

Foros del Web (http://www.forosdelweb.com/)
-   Unix / Linux (http://www.forosdelweb.com/f41/)
-   -   problema GRUB menu (http://www.forosdelweb.com/f41/problema-grub-menu-386296/)

kevingoris 17/04/2006 15:14

problema GRUB menu
 
hola....
instale el ubuntu y el grub al parecer no sirve como deberia ... enves de aparecer directamente, aparece la parte de los comandos creo que asi se dice y ahi debo de apretar TAB y ESC para poder asi cargar la parte donde aparecen los sistemas operativos.....
¿COMO AGO PARA Q APARESCA SOLO?????

kevingoris 21/04/2006 17:45

¿alguna ayuda de alguien?

ociomax 22/04/2006 16:58

Postea el contenido de tu archivo de configuración de GRUB (usualmente /boot/grub/menu.lst).

kevingoris 23/04/2006 13:34

# menu.lst - See: grub(Cool, info grub, update-grub(Cool
# grub-install(Cool, grub-floppy(Cool,
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-doc/.

## default num

default 0

## timeout sec

timeout 10

## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu

# Pretty colours
#color cyan/blue white/blue

#
# 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/hdd3 ro

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd1,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 ##

# on /dev/hda1
title Microsoft Windows XP Professional
root (hd0,0)
savedefault
makeactive
chainloader +1

title Ubuntu, kernel 2.6.10-5-386
root (hd1,2)
kernel /boot/vmlinuz-2.6.10-5-386 root=/dev/hdd3 ro quiet splash
initrd /boot/initrd.img-2.6.10-5-386
savedefault
boot

title Ubuntu, kernel 2.6.10-5-386 (recovery mode)
root (hd1,2)
kernel /boot/vmlinuz-2.6.10-5-386 root=/dev/hdd3 ro single
initrd /boot/initrd.img-2.6.10-5-386
savedefault
boot

### END DEBIAN AUTOMAGIC KERNELS LIST

-Defero- 23/04/2006 13:46

Yo no veo nada raro en tu "menu.lst". De todas maneras, hay algo que me gustaría que explicaras:

Cita:

aparece la parte de los comandos creo que asi se dice y ahi debo de apretar TAB y ESC
¿Cómo es eso que te aparece al principio, eso que llamas "la parte de los comandos"? ¿Qué se puede ver o leer ahí exactamente? ¿Cómo has sabido que tenías que pulsar TAB y ESC?

kevingoris 24/04/2006 14:20

por ahora lo que piden ya lo habia hecho en otro foro pero haber si aca descubren el problema

1º:
GRUB loading Stage 1.5

2º:
GNU GRUB version 0.95 (639k lower/ 359360k uppermemory)
[Minimal BASH-line editing is supported. For the first word, TAB
list posible command completions. Any where else TAB list the possible
completions of a divice / filename.]
grub>

(apreto Tab y aparece)
3º:
Possible commands are: background blocklist boot cat chainloader clear cmpcol
or configfile debug displayamp displaymem embed find foreground fstest geometry
hald help hide impsprobe inited intall inprobe kernel lock makeactive map md5
crypt module modulnonzip pager partnew partype password pause read reboot ro
or rootnoverify savedefault serial setkey setup splashimage terminal terminfo t
estload testvbe unhide uppermem vbe probe.
(ahora aprieto ESC aunque no lo diga y aparece la lista donde abajo dice si aprietas c aparece en modo texto o algo asi. y aparece)

4º:
GNU GRUB version 0.95 (639k lower/ 359360k uppermemory)
[Minimal BASH-line editing is supported. For the first word, TAB
list posible command completions. Any where else TAB list the possible
completions of a divice / filename. ESC at any time exits]

(las primeras veces antes de apretar TAB, escribia root y despues apretaba ESC. Apretando botones aprendi a pasar a la parte de la lista)

kevingoris 30/04/2006 02:26

ya alguien sabe que es lo que le pasa al grub que no quiere mostrar la lista de los SO directamente????????????:'(

Acron_0248 30/04/2006 08:50

Pues como ya te han dicho, no pareciera haber nada "inusual" en el menu.lst, tal vez el problema sea del MBR si es que lo instalaste ahí


De todas maneras, podrías probar reinstalar el grub en el MBR usando grub-install



Salu2


La zona horaria es GMT -6. Ahora son las 03:01.

Desarrollado por vBulletin® Versión 3.8.7
Derechos de Autor ©2000 - 2026, Jelsoft Enterprises Ltd.