[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

[PATCH v2 1/1] loader/efi/linux: Enhance linux command error messages

2025-05-07 Thread khaliid caliy
On linux command also it requires to improve the way `StartImage and `LoadImage` is checked. But first there is things i need to point, while currently the command is did well by printing the hex value of the status of `StartImage` however some UEFI status code documentation is bad and not well do

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