Re: [PATCH] xen/efi: Show error message for EFI_INVALID_PARAMETER error

2025-06-25 Thread Marek Marczykowski-Górecki
On Tue, Jun 24, 2025 at 07:35:39AM +0100, Frediano Ziglio wrote: > Show string message instead of code. > This happened trying some different ways to boot Xen, specifically > trying loading xen.efi using GRUB2 "linux" command. > > Signed-off-by: Frediano Ziglio Acked-by: Marek Marczykowski-Górec

[PATCH] xen/efi: Show error message for EFI_INVALID_PARAMETER error

2025-06-23 Thread Frediano Ziglio
Show string message instead of code. This happened trying some different ways to boot Xen, specifically trying loading xen.efi using GRUB2 "linux" command. Signed-off-by: Frediano Ziglio --- xen/common/efi/boot.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xen/common/efi/boot.c b/xen/