From: Robert Millan <rmh@aybabtu.com>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: [PATCH] force load of lvm and raid before entering normal mode (Re: LVM on debian)
Date: Wed, 9 Jan 2008 15:29:05 +0100 [thread overview]
Message-ID: <20080109142905.GA2684@thorin> (raw)
In-Reply-To: <1199884040.12433.45.camel@peder.flower>
On Wed, Jan 09, 2008 at 02:07:20PM +0100, Jan Nieuwenhuizen wrote:
> Robert Millan writes:
>
> > The problem with that is it can't really solve the problem, only provide a
> > half-baked solution. If you include pc and gpt, you're misusing space in
> > a component where it's really critical, and you still don't support all
> > partitions GRUB might be installed on. For that, you'd have to load _all_
> > partition maps, which means even more space.
>
> I understand, and I've been wondering about this. As I do not have much
> if any knowledge for the sizing constraints of a bootloader, so I cannot
> appreciate the efforts of reducing space.
The mission of core.img is being able to access /boot/grub, from where you can
load anything you want. It has to be as small as possible, because if it won't
fit in partition boot record, this can be a significant inconvenient.
Ironicaly, the big problem is for LVM/RAID users themselves:
if (must_embed && !able_to_embed)
grub_util_error ("Can't embed the core image, but this is required when\n"
"the root device is on a RAID array or LVM volume.");
> As a (blonde) user,
Uhm how is the color of your hear related to this? :-)
> I would think that you'd want to use *as much*
> rather than as little space you can. Why not (from a sizing pov,
> stability could be another issue), after core.img contains
> all necessary modules, fill up any `remaining' space (if that is how it
> works) with extra non-essential modules? Little harm in the ability
> to read more devices, I would say?
No, the goal in core.img is not to provide useful features, just access
/boot/grub. It has to be as small as possible. The smaller, the more
chances it'll work.
--
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 /.)
next prev parent reply other threads:[~2008-01-09 14:30 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
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 [this message]
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=20080109142905.GA2684@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.