Re: [PATCH v1 11/15] grub-install: disable support for EFI platforms

2024-11-04 Thread Leo Sandoval
On Sun, Nov 3, 2024 at 7:08 PM Neal Gompa wrote: > > On Thu, Oct 31, 2024 at 3:43 PM Leo Sandoval wrote: > > > > From: Jan Hlavac > > > > For each platform, GRUB is shipped as a kernel image and a set of > > modules. These files are then used by the grub-install utility to > > install GRUB on a

Re: [PATCH v1 11/15] grub-install: disable support for EFI platforms

2024-11-03 Thread Neal Gompa
On Thu, Oct 31, 2024 at 3:43 PM Leo Sandoval wrote: > > From: Jan Hlavac > > For each platform, GRUB is shipped as a kernel image and a set of > modules. These files are then used by the grub-install utility to > install GRUB on a specific device. However, in order to support UEFI > Secure Boot,

[PATCH v1 11/15] grub-install: disable support for EFI platforms

2024-10-31 Thread Leo Sandoval
From: Jan Hlavac For each platform, GRUB is shipped as a kernel image and a set of modules. These files are then used by the grub-install utility to install GRUB on a specific device. However, in order to support UEFI Secure Boot, the resulting EFI binary must be signed by a recognized private ke