Re: [PATCH] efi/libstub: Allow EFI_NOT_FOUND on LOAD_FILE2_PROTOCOL calls for initrd

2020-12-14 Thread Ilias Apalodimas
On Mon, Dec 14, 2020 at 06:39:21PM +0100, Heinrich Schuchardt wrote: > On 14.12.20 18:01, Ilias Apalodimas wrote: > > At the moment the EFI stub tries to load an initrd from the > > cmdline provided option only if the LoadFile2 protocol does not exist > > on the initrd device path. > > > > This mig

Re: [PATCH] efi/libstub: Allow EFI_NOT_FOUND on LOAD_FILE2_PROTOCOL calls for initrd

2020-12-14 Thread Heinrich Schuchardt
On 14.12.20 18:01, Ilias Apalodimas wrote: > At the moment the EFI stub tries to load an initrd from the > cmdline provided option only if the LoadFile2 protocol does not exist > on the initrd device path. > > This might prove problematic for EFI installers that need their own > version of initrd t

[PATCH] efi/libstub: Allow EFI_NOT_FOUND on LOAD_FILE2_PROTOCOL calls for initrd

2020-12-14 Thread Ilias Apalodimas
At the moment the EFI stub tries to load an initrd from the cmdline provided option only if the LoadFile2 protocol does not exist on the initrd device path. This might prove problematic for EFI installers that need their own version of initrd to start the installation process and the firmware inst