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

2025-04-18 Thread Daniel Kiper via Grub-devel
On Sat, Apr 12, 2025 at 03:53:11AM +, Alec Brown 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 it. Li

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

2025-04-11 Thread Alec Brown via Grub-devel
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 it. Signed-off-by: Alec Brown --- docs/grub.texi | 26 +++