From: "Albert Bicchi" <bicchi@gmail.com>
To: "Miguel González Castaños" <mgc@tid.es>
Cc: linux-admin@vger.kernel.org
Subject: Re: problems with grub
Date: Sat, 7 Oct 2006 20:47:16 -0400 [thread overview]
Message-ID: <b5752e190610071747y61ee2ba9xddeafec92f1de2ab@mail.gmail.com> (raw)
In-Reply-To: <4527BE41.3090709@tid.es>
You have a line that says: default=10
I assume that you have at least 10 kernel boot entries on your grub
menu. Also, the "default" number starts counting from 0 and not from
1.
Here is my entry on Ubuntu; perhaps it can help in some way. Notice
the 'boot' option after savedefault.
title Ubuntu, kernel 2.6.15-27-amd64-k8 Previous
root (hd0,1)
kernel /boot/vmlinuz.old root=/dev/sda2 ro quiet splash
initrd /boot/initrd.img.old
savedefault
boot
On 10/7/06, Miguel González Castaños <mgc@tid.es> wrote:
> Hello,
>
> I have Debian testing and I do not know what is happening but when I boot, instead that grub runs the default kernel after the set timeout, grub keeps waiting...Herewith my grub
>
>
> default=10
>
> ## timeout sec
> # Set a timeout, in SEC seconds, before automatically booting the
> default entry
> # (normally the first entry defined).
> timeout=3
>
> # Pretty colours
> color cyan/blue white/blue
>
> [...]
>
> title Debian GNU/Linux, kernel 2.6.18 Default
> root (hd0,1)
> kernel /boot/vmlinuz root=/dev/hda2 ro
> savedefault
>
> and then the rest of kernels...
>
> Regards,
>
> Miguel
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
--
Albert S. Bicchi
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
prev parent reply other threads:[~2006-10-08 0:47 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-07 14:48 problems with grub Miguel González Castaños
2006-10-08 0:47 ` Albert Bicchi [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=b5752e190610071747y61ee2ba9xddeafec92f1de2ab@mail.gmail.com \
--to=bicchi@gmail.com \
--cc=linux-admin@vger.kernel.org \
--cc=mgc@tid.es \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).