All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Millan <rmh@aybabtu.com>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: LVM on debian
Date: Tue, 8 Jan 2008 10:24:31 +0100	[thread overview]
Message-ID: <20080108092431.GB4044@thorin> (raw)
In-Reply-To: <1199745077.7025.38.camel@localhost.localdomain>

On Mon, Jan 07, 2008 at 11:31:17PM +0100, Martin Braure de Calignon wrote:
> 
> Of course. One possible temporary solution would be to insert all
> customization variables in 10_linux and other files in /etc/default/grub
> with no value no and a simple comment over it (all the common used
> variables).

I don't like it.  10_linux is technicaly a config file, but it's also a script,
which means it's much more likely to be updated (causing upgrade conflicts for
those who modify it) than /etc/default/grub.

Also, /etc/default/grub is provided by debian, while 10_linux is not.  We
wouldn't want to put "GRUB_DISTRIBUTOR=Debian" in 10_linux would we ?

And not all variables in /etc/default/grub are meant for 10_linux.  Some are
there for 00_header.  And even GRUB_DISTRIBUTOR is also used by 10_hurd.

> Is it complicated to convert kopt= options in grub menu.lst to the
> GRUB_CMDLINE_LINUX ? in postinst ?

Maybe.  It's basicaly just some sedding, but you have to be careful to get all
the corner cases right.  I didn't do it because I didn't consider it important,
but feel free to send a patch.

> > There's something wrong here.  update-grub is supposed to detect when your
> > /usr is inaccessible and disable font automaticaly.  You mean that it
> > falls back to text mode, or that it won't install/boot at all?
> 
> Well, when I tried, I had a graphical menu with no entry. I had to type
> 'ESC' and try to find what was wrong (that's where I discover insert
> lvm). If you wan't me to try again somes things, I can. I think it
> disable font but try to load graphic mode without font. Is it possible ?

Yes, but first I need to understand better what you saw.  Does "graphical"
mean it was in VESA mode?  You can tell that because "terminal" command would
return "gfxterm" rather than "console".  Or does it simply mean you had a
menu?

When you say "with no entry", does this mean you didn't see any text at all
(including the messages at the top and bottom)?  Or just that there were no
options in the menu?

-- 
Robert Millan

<GPLv2> I know my rights; I want my phone call!
<DRM> What use is a phone call, if you are unable to speak?
(as seen on /.)



  parent reply	other threads:[~2008-01-08  9:26 UTC|newest]

Thread overview: 62+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-07 20:10 LVM on debian Martin Braure de Calignon
2008-01-07 22:07 ` Robert Millan
2008-01-07 22:31   ` Martin Braure de Calignon
2008-01-07 23:20     ` Luca Capello
2008-01-08  9:24     ` Robert Millan [this message]
2008-01-08 10:21       ` Martin Braure de Calignon
2008-01-08 12:10         ` debian upgrades and extracting kopt from menu.lst (Re: LVM on debian) Robert Millan
2008-01-08 12:13         ` LVM on debian Robert Millan
2008-01-08 13:00           ` Martin Braure de Calignon
2008-01-08 13:06             ` Bean
2008-01-08 13:11               ` Bean
2008-01-08 13:20                 ` Martin Braure de Calignon
2008-01-08 13:28                   ` Bean
2008-01-08 14:26                   ` Robert Millan
2008-01-08 15:01                   ` [PATCH] force load of lvm and raid before entering normal mode (Re: LVM on debian) Robert Millan
2008-01-08 15:21                     ` Robert Millan
2008-01-08 16:06                       ` Martin Braure de Calignon
2008-01-08 21:05                       ` Jan Nieuwenhuizen
2008-01-08 21:44                         ` Robert Millan
2008-01-08 22:18                           ` Jan Nieuwenhuizen
2008-01-08 23:33                             ` Robert Millan
2008-01-09  9:08                               ` Jan Nieuwenhuizen
2008-01-09 10:35                                 ` Robert Millan
2008-01-09 10:53                                   ` Jan Nieuwenhuizen
2008-01-09 11:48                                     ` Robert Millan
2008-01-09 13:07                                       ` Jan Nieuwenhuizen
2008-01-09 14:29                                         ` Robert Millan
2008-01-08 22:52                           ` Martin Braure de Calignon
2008-01-08 23:35                             ` Robert Millan
2008-01-08 21:55                         ` Robert Millan
2008-01-09  9:00                           ` Jan Nieuwenhuizen
2008-01-09 11:41                             ` Robert Millan
2008-01-09 13:36                               ` Jan Nieuwenhuizen
2008-01-09 14:32                                 ` Robert Millan
2008-01-09 13:40                               ` Martin Braure de Calignon
2008-01-09 13:50                                 ` Martin Braure de Calignon
2008-01-09 14:34                                   ` Robert Millan
2008-01-09 14:55                                     ` Martin Braure de Calignon
2008-01-09 15:36                                       ` Robert Millan
2008-01-09 16:27                                         ` Martin Braure de Calignon
2008-01-09 23:49                                           ` [PATCH] fix `lvm' and `raid' loading for grub-install/core.img and update-grub/grub.cfg problems Robert Millan
2008-01-10 12:43                                             ` Robert Millan
2008-01-12 15:10                                               ` Robert Millan
2008-01-15 11:23                                               ` Marco Gerards
2008-01-15 11:56                                                 ` Robert Millan
2008-01-15 12:17                                                   ` Marco Gerards
2008-01-15 12:27                                                     ` Robert Millan
2008-01-10 13:24                                             ` Jan Nieuwenhuizen
2008-01-09 13:56                               ` [PATCH] force load of lvm and raid before entering normal mode (Re: LVM on debian) Martin Braure de Calignon
2008-01-09 14:34                                 ` Robert Millan
2008-01-08 15:25                     ` Jan Nieuwenhuizen
2008-01-08 15:39                       ` Robert Millan
2008-01-08 16:07                     ` Martin Braure de Calignon
2008-01-08 20:53                       ` Robert Millan
2008-01-08 13:14               ` LVM on debian Robert Millan
2008-01-08 13:18                 ` Bean
2008-01-08 14:27                   ` Robert Millan
2008-01-15 12:18                     ` Marco Gerards
2008-01-08 13:13             ` Robert Millan
2008-01-08 14:01               ` Martin Braure de Calignon
2008-01-08 14:21                 ` Martin Braure de Calignon
2008-01-08 14:29                 ` Robert Millan

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=20080108092431.GB4044@thorin \
    --to=rmh@aybabtu.com \
    --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.