All of lore.kernel.org
 help / color / mirror / Atom feed
* Way to change $scan_dev_for_boot search sequence?
@ 2021-09-10  0:09 Qu Wenruo
  0 siblings, 0 replies; only message in thread
From: Qu Wenruo @ 2021-09-10  0:09 UTC (permalink / raw)
  To: U-Boot-Denx

Hi,

Is there any way to change the $scan_dev_for_boot search sequence?

Currently it always go extlinux first, then scripts, and finally EFI.


Normally this is completely fine, as one system should only have one of 
these, thus search sequence makes no difference.


But for certain distros, like Manjaro ARM, may migrate from current 
extlinux config to UEFI payload (like GRUB or systemd-boot, to provide a 
better way to choose from different boot configs).


Thus current extlinux->scritps->EFI search priority makes it much harder 
to make EFI to be the default boot option.


It looks like config_distro_bootcmd.h is here to define the sequence, 
and I see no config option to modify that.

So I guess if we want to config the sequence, we have to modify that 
header, right?

Thanks,
Qu


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-09-10  0:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-10  0:09 Way to change $scan_dev_for_boot search sequence? Qu Wenruo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.