Hi
I've made a SBL build using UEFI payload from the edk2
The boot options from the SBL .dlt file are not making any changes, because UEFI start
booting from the first available device
How can I create the boot option table using UEFI payload ?
Andrey
Show replies by date
Hi Andrey,
The boot option for UEFI payload is decided by UEFI payload itself. The UEFI payload will
automatically detect the boot devices and add them to the boot options (saved to UEFI
variable). It is same with EDKII BIOS on the boot option.
The SBL boot option dlt file is used only for Osloader payload.
Thanks,
Guo
> -----Original Message-----
> From: avinok(a)gmail.com <avinok(a)gmail.com>
> Sent: Thursday, April 30, 2020 8:45 AM
> To: sbl-devel(a)lists.01.org
> Subject: [Sbl-devel] UEFI payload boot options not available in SBL
>
> Hi
>
> I've made a SBL build using UEFI payload from the edk2 The boot options
> from the SBL .dlt file are not making any changes, because UEFI start booting
> from the first available device How can I create the boot option table using
> UEFI payload ?
>
> Andrey
> --
> Sbl-devel mailing list -- sbl-devel(a)lists.01.org To unsubscribe send an email
> to sbl-devel-leave(a)lists.01.org
Looks like I get it, it will take the grub from every available device
Thank you for your answer