At least in the ARM64 distribution that I was dealing with, the kernel is
gzipped.  So doing an exec of an ARM64 as an EFI stub didn't work unless I
gunzipped the kernel ahead of time.

Contrast with x86_64, where the compressed kernel has EFI stub intact.

I'm presuming grub transparently gunzips the arm kernels and that's why
they don't bother making the compressed kernel efi stub...

Someone can let me know if I'm missing something, but gunzip leads to efi
stub working with ipxe, but obviously the download size impact is not
desirable...

On Mon, Jun 18, 2018 at 4:15 PM Geert Stappers <stapp...@stappers.nl> wrote:

> On Mon, Jun 18, 2018 at 04:01:44PM -0400, Jarrod Johnson wrote:
> > So grub can boot a gzipped kernel, I was wondering if there's a syntax
> I'm
> > missing to acheive the same end in ipxe?
>
> Please elaborate what you want to achieve.
>
>
> Groeten
> Geert Stappers
> --
> Leven en laten leven
> _______________________________________________
> ipxe-devel mailing list
> ipxe-devel@lists.ipxe.org
> https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel
>
_______________________________________________
ipxe-devel mailing list
ipxe-devel@lists.ipxe.org
https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel

Reply via email to