grub does not timeout

Using applications, configuring, problems
Post Reply
Message
Author
RickyVaio
Posts: 37
Joined: Sat 12 May 2007, 19:13

grub does not timeout

#1 Post by RickyVaio »

My grub config does not start the countdown to boot automatically an entry... Any ideas?

The menu.lst is "timeout 10"; Grub says it will start countdown, but it does not... stays always in 10 seconds. Other than that, it works OK... What can it be?

User avatar
paulh177
Posts: 975
Joined: Tue 22 Aug 2006, 20:41

#2 Post by paulh177 »

post your menu.lst here to see if someone can spot a problem which you're not seeing at the moment

RickyVaio
Posts: 37
Joined: Sat 12 May 2007, 19:13

#3 Post by RickyVaio »

This is it...

# GRUB configuration file '/boot/grub/menu.lst'.
# generated by 'grubconfig'. Sun May 20 17:13:13 2007
#
# The backup copy of the MBR for drive '/dev/hda' is
# here '/boot/grub/mbr.hda.17506'. You can restore it like this.
# dd if=/boot/grub/mbr.hda.17506 of=/dev/hda bs=512 count=1
#
# Start GRUB global section
default 0
timeout 10

color light-gray/blue black/light-gray
# End GRUB global section
# Other bootable partition config begins
title Windows
rootnoverify (hd0,0)
makeactive
chainloader +1
# Other bootable partition config ends
# Linux bootable partition config begins
title Linux
root (hd0,4)
kernel /boot/vmlinuz root=/dev/hda5 ro vga=normal
# Linux bootable partition config ends

ICPUG
Posts: 1308
Joined: Mon 25 Jul 2005, 00:09
Location: UK

#4 Post by ICPUG »

RickyVaio

My menu.lst (using Grub4DOS) has:

default=0
timeout=10


Is the '=' sign important?

ICPUG

amigo
Posts: 2629
Joined: Mon 02 Apr 2007, 06:52

#5 Post by amigo »

You need to leave out the '=' characters for it to work -replace them with a space.

RickyVaio
Posts: 37
Joined: Sat 12 May 2007, 19:13

#6 Post by RickyVaio »

Um... Now I'm confused. Do I use the = or not?
I'm not using it and it is not working, but Grub recognizes the command... Only it does not start the countdown.

User avatar
Béèm
Posts: 11763
Joined: Wed 22 Nov 2006, 00:47
Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win

#7 Post by Béèm »

RickyVaio wrote:Um... Now I'm confused. Do I use the = or not?
I'm not using it and it is not working, but Grub recognizes the command... Only it does not start the countdown.
You can always try with the = and report back, so everybody knows.
Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
[url=http://puppylinux.org/wikka/HomePage]Consult Wikka[/url]
Use peppyy's [url=http://wellminded.com/puppy/pupsearch.html]puppysearch[/url]

muggins
Posts: 6724
Joined: Fri 20 Jan 2006, 10:44
Location: hobart

#8 Post by muggins »

I've no idea why your timeout isn't working. Here they think the problem could be related to a dead cmos battery.

Whereas this one reportedly had their bios putting a keystroke into the buffer, & grub was reading that as a keypress.

RickyVaio
Posts: 37
Joined: Sat 12 May 2007, 19:13

#9 Post by RickyVaio »

Oh well. I'll do it manually then.

Thanks!
RickyVaio

Post Reply