From: adrian15 <adrian15@raulete.net>
To: grub-devel@gnu.org
Subject: idea for storing menu.lst with 1_5 stage or equivalent on grub2
Date: Mon, 20 Feb 2006 09:28:15 +0100 [thread overview]
Message-ID: <43F97D9F.7040905@raulete.net> (raw)
This is a idea for making installations of Grub safer.
It is based on Grub Legacy but I think you will find an equivalent on grub2.
Most people ask about grub showing grub> and not knowing what do to do
when that happens. (Usually when they remove Linux from pc).
If I understand it correctly that means that 1_5 stage has been loaded
but it does not have found /boot/grub/menu.lst because it does not exist.
My idea is that when embedd 1_5 stage we should also add a configuration
file with the following contents:
timeout 0
default 0
title correct install
configfile /boot/grub/menu.lst
HERE GOES CONTENTS of /boot/grub/menu.lst
from the first title.
This way if the file /boot/grub/menu.lst is there it is loaded but if it
does not exists its backup is loaded.
So... everyone is happy.
adrian15
next reply other threads:[~2006-02-20 8:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-20 8:28 adrian15 [this message]
2006-02-20 11:54 ` idea for storing menu.lst with 1_5 stage or equivalent on grub2 Marco Gerards
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=43F97D9F.7040905@raulete.net \
--to=adrian15@raulete.net \
--cc=grub-devel@gnu.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.