KI and other things.
I'd appreciate to hear your thoughts on how we can move forward and
implement driver loading for both SB/shim and non-sb cases.
Nikita
[1] https://lists.gnu.org/archive/html/grub-devel/2019-05/msg00132.html
>
> On Tue, Sep 24, 2024 at 6:31 PM Nikita Travkin via Gr
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
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
avnish писал(а) 24.09.2024 14:46:
> On 2024-09-22 21:30, grub-devel-requ...@gnu.org wrote:
>>
>> Message: 1
>> Date: Sun, 22 Sep 2024 13:05:07 +0500
>> From: Nikita Travkin
>> To: grub-devel@gnu.org
>> Cc: Nikita Travkin
>> Subject: [PATCH] loader/efi/chainloader: Add efidriver command
>> Messag
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