Re: [PATCH] verifiers: Don't return error for deferred image

2023-01-05 Thread Leo Yan
Hi Boyang, On Fri, Dec 30, 2022 at 08:56:59PM +0800, Zhang Boyang wrote: [...] > > > I'd like to ask what kind of image you are trying to boot/execute? If it > > > is > > > an EFI application, I think you can "chainloader" it and forget U-boot (if > > > U-boot have no verification in it self).

Re: [PATCH] verifiers: Don't return error for deferred image

2022-12-30 Thread Zhang Boyang
Hi, On 2022/12/26 16:13, Leo Yan wrote: Hi Boyang, On Thu, Dec 22, 2022 at 10:37:01PM +0800, Zhang Boyang wrote: [...] On 2022/12/22 19:14, Leo Yan wrote: When boot from menu and the flag GRUB_VERIFY_FLAGS_DEFER_AUTH is set, grub returns error: Booting a command list error: verifi

Re: [PATCH] verifiers: Don't return error for deferred image

2022-12-26 Thread Leo Yan
Hi Boyang, On Thu, Dec 22, 2022 at 10:37:01PM +0800, Zhang Boyang wrote: [...] > > > On 2022/12/22 19:14, Leo Yan wrote: > > > > When boot from menu and the flag GRUB_VERIFY_FLAGS_DEFER_AUTH is set, > > > > grub returns error: > > > > > > > >Booting a command list > > > > > > > >error:

Re: [PATCH] verifiers: Don't return error for deferred image

2022-12-22 Thread Zhang Boyang
Hi, On 2022/12/22 20:22, Leo Yan wrote: Hi Boyang, On Thu, Dec 22, 2022 at 07:25:13PM +0800, Zhang Boyang wrote: Hi, On 2022/12/22 19:14, Leo Yan wrote: When boot from menu and the flag GRUB_VERIFY_FLAGS_DEFER_AUTH is set, grub returns error: Booting a command list error: verificatio

Re: [PATCH] verifiers: Don't return error for deferred image

2022-12-22 Thread Leo Yan
Hi Boyang, On Thu, Dec 22, 2022 at 07:25:13PM +0800, Zhang Boyang wrote: > Hi, > > On 2022/12/22 19:14, Leo Yan wrote: > > When boot from menu and the flag GRUB_VERIFY_FLAGS_DEFER_AUTH is set, > > grub returns error: > > > > Booting a command list > > > > error: verification requested but n

Re: [PATCH] verifiers: Don't return error for deferred image

2022-12-22 Thread Zhang Boyang
Hi, On 2022/12/22 19:14, Leo Yan wrote: When boot from menu and the flag GRUB_VERIFY_FLAGS_DEFER_AUTH is set, grub returns error: Booting a command list error: verification requested but nobody cares: (hd0,gpt1)/Image. Press any key to continue... In this case, the image should be defe

[PATCH] verifiers: Don't return error for deferred image

2022-12-22 Thread Leo Yan
When boot from menu and the flag GRUB_VERIFY_FLAGS_DEFER_AUTH is set, grub returns error: Booting a command list error: verification requested but nobody cares: (hd0,gpt1)/Image. Press any key to continue... In this case, the image should be deferred for authentication, grub should return th