Re: [PATCH v2] loader/efi/chainloader: Add efidriver command

2024-11-02 Thread Nikita Travkin via Grub-devel
Hi! Thanks for looking at this! Mate Kukri писал(а) 02.11.2024 12:47: > I think this is not really compatible with shim signing, which is how > UEFI GRUB is usually used in the Linux world. > Are you trying to get an MS UEFI CA signed dtbloader and use that with GRUB? > FWIW at a first stage I'd

Re: [PATCH v2] loader/efi/chainloader: Add efidriver command

2024-11-02 Thread Mate Kukri
I think this is not really compatible with shim signing, which is how UEFI GRUB is usually used in the Linux world. Are you trying to get an MS UEFI CA signed dtbloader and use that with GRUB? The planned shim loader protocol changes will break that when used with shim, because all LoadImage calls

Re: [PATCH v2] loader/efi/chainloader: Add efidriver command

2024-10-25 Thread Nikita Travkin via Grub-devel
Nikita Travkin писал(а) 24.09.2024 21:29: > Sometimes it's useful to load EFI drivers. Since loading a driver is > the same as starting it and UEFI handles cleanup after on it's own, we > can piggy back on existing chainloader command and just start the image > immediately instead of defering to "b

[PATCH v2] loader/efi/chainloader: Add efidriver command

2024-09-24 Thread Nikita Travkin via Grub-devel
Sometimes it's useful to load EFI drivers. Since loading a driver is the same as starting it and UEFI handles cleanup after on it's own, we can piggy back on existing chainloader command and just start the image immediately instead of defering to "boot". Conveniently this also means that grub can a