Re: [PATCH v2 3/3] blsuki: Add uki command to load Unified Kernel Image entries

2025-03-26 Thread Oliver Steffen via Grub-devel
On Tue, Mar 25, 2025 at 8:16 AM Alec Brown via Grub-devel wrote: > > A Unified Kernel Image is a single UEFI PE file that combines a UEFI boot > stub, > a Linux kernel image, an initrd, and further resources. The uki command will > locate where the uki file is and create a GRUB menu entry to load

Re: [PATCH v2 3/3] blsuki: Add uki command to load Unified Kernel Image entries

2025-04-22 Thread Oliver Steffen via Grub-devel
On Tue, Apr 1, 2025 at 12:36 PM Vladimir 'phcoder' Serbinenko wrote: > > > > Le jeu. 27 mars 2025, 23:44, Alec Brown a écrit : >> >> On Wed, Mar 26, 2025 at 5:43 AM, Vladimir 'phcoder' Serbinenko >> wrote: >> >> >> >> >> >> >> >> +#ifdef GRUB_MACHINE_EFI >> >> +#include >> >> +#include >> >>