Re: [PATCH v2] efi_loader: change the error message when storing EFI variables

2024-04-19 Thread Ilias Apalodimas
Heinrich Please ignore this, I missed that we already report that in efi_set_blk_dev_to_system_partition() Apologies for the noise /Ilias On Fri, Apr 19, 2024 at 12:45:45PM +0300, Ilias Apalodimas wrote: > When we try to store EFI variables on a file, we need to use an ESP. > if an ESP is not

[PATCH v2] efi_loader: change the error message when storing EFI variables

2024-04-19 Thread Ilias Apalodimas
When we try to store EFI variables on a file, we need to use an ESP. if an ESP is not found, variables will change in memory, but U-Boot won't be able to restore them across reboots. Adjust the error message so users can understand what's going on Signed-off-by: Ilias Apalodimas --- Changes