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
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
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