El jue, 06-09-2007 a las 16:38 -0300, Gabriel Bueno escribió: > 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 > ------------------------------------------------------
Parece correcto lo que se ve. Quizás el problema esté en los comentarios, ya qye por debajo de a línea: ### BEGIN AUTOMAGIC KERNELS LIST Las líneas que empiecen por un solo '#' afectan a update-grub. Prueba a reinstalarlo como dicen (purgar y luego instalar) O bien mira si te sirven de referencia estas: # kopt=root=/dev/hdc1 ro # groot=(hd0,0) # alternative=true # lockalternative=false # lockold=false # howmany=all # updatedefaultentry=false ^^^^esta última nunca la he tocado, pero quizás si lo pones a true y le das a update-grub, te arregla el problema. > Saludos y gracias Saludos -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

