> -----Mensaje original----- > De: Gabriel Bueno [mailto:[EMAIL PROTECTED] > Enviado el: Jueves, 6 de Septiembre de 2007 17:22 > Para: Lista Debian > Asunto: RE: [OT] Cosa rara con GRUB > > > > -----Mensaje original----- > > De: Pablo Trujillo [mailto:[EMAIL PROTECTED] > > Enviado el: Jueves, 6 de Septiembre de 2007 16:48 > > Para: debian-user-spanish > > Asunto: Re: [OT] Cosa rara con GRUB > > > > > > 2007/9/6, Gabriel Bueno <[EMAIL PROTECTED]>: > > > > > > Listeros, tengo un pequeño "problema" con grub. > > > > > > Resulta que no me arranca automáticamente a los 5 segundos, tal > > como esta en > > > el /boot/grub/menu.lst > > > Busque en el google pero no encontré nada, en el man de grub y > > update-grub > > > tampoco. > > > > > > Es algo que no debería fallar nunca....pero a mi no me esta > > funcionando ??? > > > > > > Alguna idea ??? > > > > > > > > > cat /boot/grub/menu.lst | grep -v "#" | grep . > > > > > > ----------------------------------------------- > > > default 0 > > > timeout 5 > > > color cyan/blue white/blue > > > title Debian GNU/Linux, kernel 2.6.18-5-686 > > > root (hd0,0) > > > kernel /boot/vmlinuz-2.6.18-5-686 root=/dev/hdc1 ro > > > initrd /boot/initrd.img-2.6.18-5-686 > > > savedefault > > > title Debian GNU/Linux, kernel 2.6.18-5-686 > (single-user mode) > > > root (hd0,0) > > > kernel /boot/vmlinuz-2.6.18-5-686 root=/dev/hdc1 ro single > > > initrd /boot/initrd.img-2.6.18-5-686 > > > savedefault > > > title Debian GNU/Linux, kernel 2.6.18-4-686 > > > root (hd0,0) > > > kernel /boot/vmlinuz-2.6.18-4-686 root=/dev/hdc1 ro > > > initrd /boot/initrd.img-2.6.18-4-686 > > > savedefault > > > title Debian GNU/Linux, kernel 2.6.18-4-686 > (single-user mode) > > > root (hd0,0) > > > kernel /boot/vmlinuz-2.6.18-4-686 root=/dev/hdc1 ro single > > > initrd /boot/initrd.img-2.6.18-4-686 > > > savedefault > > > ------------------------------------------------------ > > > > > > Saludos y gracias > > > > > > > > > -- > > > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > > > with a subject of "unsubscribe". Trouble? Contact > > [EMAIL PROTECTED] > > > > > > > > > > y con otros valores? 10, 2, 8 > > > > Probe con otros valores de timeout y de default pero nada, se queda > esperando el "Enter".... > Muy raro, ahora voy a probar sacarle el kernel 2.6.18-4-686. > Seguro que va a > arrancar, es solo una prueba. > > Si alguien tuvo este problema alguna vez le agradeceria alguna sugerencia. > > Saludos > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED]
Ahora tengo esto: default 0 timeout 10 color cyan/blue white/blue title Debian GNU/Linux, kernel 2.6.18-5-686 root (hd0,0) kernel /boot/vmlinuz-2.6.18-5-686 root=/dev/hdc1 ro initrd /boot/initrd.img-2.6.18-5-686 savedefault title Debian GNU/Linux, kernel 2.6.18-5-686 (single-user mode) root (hd0,0) kernel /boot/vmlinuz-2.6.18-5-686 root=/dev/hdc1 ro single initrd /boot/initrd.img-2.6.18-5-686 savedefault Y tampoco arranca automatico, ni 10 ni 2 ni 5.... -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

