Re: [PATCH v2 0/1] loader/efi/chainloader: Enhance error message of chainloader

2025-05-08 Thread Vladimir 'phcoder' Serbinenko
I believe haphazard ad-hoc approach is not a way to go. I see 2 valid approaches: * Have a central EFI to grub error converter that would print error code and message * Just print EFI error code in hex and tell that only experts are interested in those details Regards Vladimir 'phcoder' Serbinenko

Re: [PATCH v2 0/1] loader/efi/chainloader: Enhance error message of chainloader

2025-05-07 Thread Ross Philipson via Grub-devel
On 5/7/25 9:21 AM, khaliid caliy wrote: This patch addresses some undescriptive error messages that grub chainloader command returns when issue encountered, specifically during the loading of the uefi image or starting the image. As per uefi UEFI specification (2.11) boot service functions `Star

[PATCH v2 0/1] loader/efi/chainloader: Enhance error message of chainloader

2025-05-07 Thread khaliid caliy
This patch addresses some undescriptive error messages that grub chainloader command returns when issue encountered, specifically during the loading of the uefi image or starting the image. As per uefi UEFI specification (2.11) boot service functions `StartImage()` and `LoadImage` return error cod