From: Robert Millan <rmh@aybabtu.com>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: [PATCH] memdisk plus lnxboot extension
Date: Thu, 24 Jan 2008 16:16:33 +0100 [thread overview]
Message-ID: <20080124151633.GA9904@thorin> (raw)
In-Reply-To: <ca0f59980801240657p7500c4a2m6db97a31d4b1177f@mail.gmail.com>
On Thu, Jan 24, 2008 at 10:57:46PM +0800, Bean wrote:
> >
> > However, my point is more about the loadee than the loader. We provide a
> > multiboot image, which can also be a linux image with lnxboot.img, however,
> > this image needs to be very small, because it's intended usage is with
> > grub-setup, and that is why we only put the minimal stuff in it, and compress
> > it.
> >
> > You want to add a feature that only works when you have the ability to load
> > images of an arbitrary size. However, if we had this ability we wouldn't have
> > to compress core.img, or make it small in the first place. We would then
> > just create core.img of an arbitrary size, and include a memdisk of an
> > arbitrary size in it. But then we wouldn't need a feature to work around the
> > size restriction in memdisk!
> >
> > I think we need to discuss more about the situation you want to solve. Who
> > is going to load GRUB in lnxboot form + memdisk image? Where is it going to
> > load that from? If GRUB can access the same media, why not use loopback
> > to add a virtual disk based on the filesystem image, instead of loading it
> > in memory?
>
> i'm thinking about the situation where the boot media is not
> accessible, like pxe/cdrom. in this case, we can create core.img that
> contain minimum modules, and initrd that contain other modules plus
> font files and other data file. then, we can use loader like
> pxelinux/isolinux to load them at the same time.
We almost have support for cdrom already: ata.mod can access it, although it
lacks PCI support, but Marco is working on that.
As for PXE, it's a planned feature. I'm not sure if it makes sense to add
this hack as a workaround for our lack of proper PXE support.
How useful is having this feature in the described situation? If I'm guessing
right, what you want is to do the same pxelinux can do for you, but with the
added beauty of graphical menu or utf-8 charset support? (I recall grub4dos
had Chinese charset support; do we have those characters in grub2's unifont?)
Marco, Okuji, what do you have to say?
--
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-24 15:19 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-29 9:05 [PATCH] memdisk plus lnxboot extension Bean
2007-12-30 13:48 ` Robert Millan
2008-01-20 23:24 ` Robert Millan
2008-01-22 4:25 ` Bean
2008-01-22 13:57 ` Robert Millan
2008-01-22 16:22 ` Bean
2008-01-22 16:51 ` Robert Millan
2008-01-22 17:17 ` Bean
2008-01-22 19:53 ` Robert Millan
2008-01-23 8:54 ` Marco Gerards
2008-01-23 16:18 ` Bean
2008-01-23 19:01 ` Bean
2008-01-23 19:14 ` Robert Millan
2008-01-23 19:24 ` Bean
2008-01-23 20:15 ` Robert Millan
2008-01-23 21:04 ` Bean
2008-01-23 21:15 ` Robert Millan
2008-01-24 3:40 ` Bean
2008-01-24 11:32 ` Robert Millan
2008-01-24 11:49 ` Bean
2008-01-24 14:25 ` Robert Millan
2008-01-24 14:57 ` Bean
2008-01-24 15:16 ` Robert Millan [this message]
2008-01-24 16:55 ` Robert Millan
2008-01-24 17:04 ` Bean
2008-01-24 17:21 ` Robert Millan
2008-01-24 18:06 ` Marco Gerards
2008-01-24 21:23 ` Yoshinori K. Okuji
2008-01-23 19:10 ` Robert Millan
2008-01-23 8:48 ` 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=20080124151633.GA9904@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.