[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

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

2025-04-26 Thread khaliid caliy
whoops, I just realized the kernel image being transferred control with `StartImage()`, doesn't return a null-terminated string on failure when kernel efistub calls `Exit()` in case of failure. And the kernel always returns NULL in the place we expected string, in case of failure that makes the ker