Re: [PATCH v2 1/2] efi_loader: bootbin: do not load an initrd if none is provided

2025-04-29 Thread Heinrich Schuchardt
On 4/29/25 08:24, Ilias Apalodimas wrote: On Mon, 28 Apr 2025 at 17:53, Adriano Cordova wrote: Do not try to create an initrd device path nor try to register an initrd with the EFI_LOAD_FILE2_PROTOCOL if none is provided. Handle initrd installation in efi_binary_run_dp with efi_install_initrd

Re: [PATCH v2 1/2] efi_loader: bootbin: do not load an initrd if none is provided

2025-04-28 Thread Ilias Apalodimas
On Mon, 28 Apr 2025 at 17:53, Adriano Cordova wrote: > > Do not try to create an initrd device path nor try to register > an initrd with the EFI_LOAD_FILE2_PROTOCOL if none is provided. > > Handle initrd installation in efi_binary_run_dp with > efi_install_initrd, imitating what is done for the fd