Re: [PATCH v3 1/3] xen/efi: Handle cases where file didn't come from ESP

2025-06-26 Thread Frediano Ziglio
On Thu, Jun 26, 2025 at 1:53 PM Jan Beulich wrote: > > On 25.06.2025 09:34, Frediano Ziglio wrote: > > A boot loader can load files from outside ESP. > > I think it would have helped if you said somewhere what ESP is. People may > think of this as UEFI System Partition (or some such), which doesn'

Re: [PATCH v3 1/3] xen/efi: Handle cases where file didn't come from ESP

2025-06-26 Thread Jan Beulich
On 25.06.2025 09:34, Frediano Ziglio wrote: > A boot loader can load files from outside ESP. I think it would have helped if you said somewhere what ESP is. People may think of this as UEFI System Partition (or some such), which doesn't collapse to the acronym used. > --- a/xen/common/efi/boot.c

[PATCH v3 1/3] xen/efi: Handle cases where file didn't come from ESP

2025-06-25 Thread Frediano Ziglio
A boot loader can load files from outside ESP. In these cases device could be not provided or path could be something not supported. In these cases allows to boot anyway, all information could be provided using UKI or using other boot loader features. Signed-off-by: Frediano Ziglio Acked-by: Mare