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: [RFC] split floppy support off biosdisk
Date: Mon, 16 Jun 2008 23:31:16 +0200	[thread overview]
Message-ID: <20080616213116.GC6108@thorin> (raw)
In-Reply-To: <ca0f59980806160537k2f0f9171je3c70250f255b811@mail.gmail.com>

On Mon, Jun 16, 2008 at 08:37:43PM +0800, Bean wrote:
> 
> But do we really need those space ?

The typical use case where space is a PITA is boot an LVM system without a
separate /boot partition.  There we don't have the ressort of using a
blocklist (which is already bad), so embedding core.img is mandatory, but
at the same time, we have to load lvm.mod in (possibly raid.mod as well),
and then you see where I'm going...

For example, with current CVS:

$ ./grub-mkimage -d . biosdisk pc ext2 lvm -o /tmp/core.img && du -b /tmp/core.img
30511   /tmp/core.img

$ ./grub-mkimage -d . biosdisk pc ext2 lvm raid -o /tmp/core.img && du -b /tmp/core.img
32940   /tmp/core.img

The first is close to the limit (32256 B) and the second surpasses it, so
boot from LVM on RAID with DOS label and ext2 is a use case we can't support
right now.

> I think lzo is working fine, we
> should avoid switching unless there is a good reason to do so.

ISTR Okuji didn't like it;  can't remember why.

-- 
Robert Millan

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



  reply	other threads:[~2008-06-16 21:31 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-15 17:48 [RFC] split floppy support off biosdisk Robert Millan
2008-06-16  0:32 ` Pavel Roskin
2008-06-16  6:30   ` Bean
2008-06-16  9:15     ` Robert Millan
2008-06-16 11:03       ` Bean
2008-06-16 11:20         ` Javier Martín
2008-06-16 11:47           ` Bean
2008-06-16 12:09             ` Javier Martín
2008-06-16 12:37               ` Bean
2008-06-16 21:31                 ` Robert Millan [this message]
2008-06-17  2:03                   ` Bean
2008-06-17  2:47                     ` Javier Martín
2008-06-17  3:06                       ` Bean
2008-06-17 14:39                         ` Javier Martín
2008-06-17 14:52                           ` Bean
2008-06-17 17:23                             ` Javier Martín
2008-06-17 17:35                               ` Bean
2008-06-18  3:14                                 ` Javier Martín
2008-06-18  3:49                                   ` Pavel Roskin
2008-06-18  6:55                                     ` Bean
2008-06-18  7:36                                       ` Pavel Roskin
2008-06-18  8:01                                         ` Bean
2008-06-18 11:29                                         ` Bean
2008-06-18 17:37                                       ` Robert Millan
2008-06-18 11:40                                     ` Javier Martín
2008-06-18 13:12                                       ` Bean
2008-06-18 13:28                                         ` Bean
2008-06-18 13:33                                         ` Javier Martín
2008-06-18 17:32                                           ` Isaac Dupree
2008-06-18 17:38                                             ` Robert Millan
2008-06-18  3:48                                 ` Javier Martín
2008-06-17 15:02                           ` Bean
2008-06-17 15:54                             ` Pavel Roskin
2008-06-18 17:53                               ` Yoshinori K. Okuji
2008-06-17 12:22                     ` Robert Millan
2008-06-17 12:33                       ` Robert Millan
2008-06-17 12:54                         ` Robert Millan
2008-06-18 17:52                           ` Yoshinori K. Okuji
2008-06-18 22:15                             ` Robert Millan
2008-06-18 23:56                               ` Pavel Roskin
2008-06-19  2:14                                 ` Yoshinori K. Okuji
2008-06-19  2:37                                   ` Pavel Roskin
2008-06-19 12:20                                     ` Robert Millan
2008-06-19 19:22                                       ` Pavel Roskin
2008-06-16 13:06               ` Pavel Roskin
2008-06-16 14:06                 ` Bean
2008-06-16 14:38                   ` Pavel Roskin
2008-06-16 21:13           ` Robert Millan
2008-06-16 21:12         ` 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=20080616213116.GC6108@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.