* How to deal with `multiboot` and compressed files
@ 2017-04-15 16:47 Paul Menzel
2017-04-15 16:58 ` Andrei Borzenkov
2017-04-15 17:01 ` Vladimir 'phcoder' Serbinenko
0 siblings, 2 replies; 3+ messages in thread
From: Paul Menzel @ 2017-04-15 16:47 UTC (permalink / raw)
To: grub-devel
[-- Attachment #1: Type: text/plain, Size: 899 bytes --]
Dear GRUB folks,
The payloads for coreboot are normally LZMA compressed, as there is
only little room on a flash ROM chip. Vladimir adapted SeaBIOS so it’s
Multiboot compatible, so that SeaBIOS and the VGA Option can be easily
loaded from the hard disk, and not the flash ROM chip.
Trying to load such a compressed with the multiboot command¹, it does
abort with the message, that the Multiboot header cannot be found.
Is the the multiboot command supposed to be able to deal with
compressed files?
If not, could you please tell me, if there is a way to load such a
compressed file, and how?
Thanks,
Paul
¹ By the way, the command `multiboot` and `multiboot2` are not listed
in the overview of the GRUB manual [1].
[1] https://www.gnu.org/software/grub/manual/html_node/Command_002dline-and-menu-entry-commands.html#Command_002dline-and-menu-entry-commands
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 195 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: How to deal with `multiboot` and compressed files
2017-04-15 16:47 How to deal with `multiboot` and compressed files Paul Menzel
@ 2017-04-15 16:58 ` Andrei Borzenkov
2017-04-15 17:01 ` Vladimir 'phcoder' Serbinenko
1 sibling, 0 replies; 3+ messages in thread
From: Andrei Borzenkov @ 2017-04-15 16:58 UTC (permalink / raw)
To: grub-devel
[-- Attachment #1.1: Type: text/plain, Size: 748 bytes --]
15.04.2017 19:47, Paul Menzel пишет:
> Dear GRUB folks,
>
>
> The payloads for coreboot are normally LZMA compressed, as there is
> only little room on a flash ROM chip. Vladimir adapted SeaBIOS so it’s
> Multiboot compatible, so that SeaBIOS and the VGA Option can be easily
> loaded from the hard disk, and not the flash ROM chip.
>
> Trying to load such a compressed with the multiboot command¹, it does
> abort with the message, that the Multiboot header cannot be found.
>
> Is the the multiboot command supposed to be able to deal with
> compressed files?
>
> If not, could you please tell me, if there is a way to load such a
> compressed file, and how?
>
Try
insmod xzio
before multiboot command.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: How to deal with `multiboot` and compressed files
2017-04-15 16:47 How to deal with `multiboot` and compressed files Paul Menzel
2017-04-15 16:58 ` Andrei Borzenkov
@ 2017-04-15 17:01 ` Vladimir 'phcoder' Serbinenko
1 sibling, 0 replies; 3+ messages in thread
From: Vladimir 'phcoder' Serbinenko @ 2017-04-15 17:01 UTC (permalink / raw)
To: The development of GNU GRUB
[-- Attachment #1: Type: text/plain, Size: 1247 bytes --]
On Sun, Apr 16, 2017, 02:48 Paul Menzel <paulepanter@users.sourceforge.net>
wrote:
> Dear GRUB folks,
>
>
> The payloads for coreboot are normally LZMA compressed, as there is
> only little room on a flash ROM chip. Vladimir adapted SeaBIOS so it’s
> Multiboot compatible, so that SeaBIOS and the VGA Option can be easily
> loaded from the hard disk, and not the flash ROM chip.
>
> Trying to load such a compressed with the multiboot command¹, it does
> abort with the message, that the Multiboot header cannot be found.
>
Coreboot SELF format is not multiboot-compatible.
>
> Is the the multiboot command supposed to be able to deal with
> compressed files?
>
> If not, could you please tell me, if there is a way to load such a
> compressed file, and how?
>
>
> Thanks,
>
> Paul
>
>
> ¹ By the way, the command `multiboot` and `multiboot2` are not listed
> in the overview of the GRUB manual [1].
>
>
> [1]
> https://www.gnu.org/software/grub/manual/html_node/Command_002dline-and-menu-entry-commands.html#Command_002dline-and-menu-entry-commands
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/grub-devel
>
[-- Attachment #2: Type: text/html, Size: 2036 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-04-15 17:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-15 16:47 How to deal with `multiboot` and compressed files Paul Menzel
2017-04-15 16:58 ` Andrei Borzenkov
2017-04-15 17:01 ` Vladimir 'phcoder' Serbinenko
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.