-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Description
Is your feature request related to a problem? Please describe.
I'm trying to create 2 loader-entry files (eg. <ESP>/loader/entries/*.conf) in such a way that the one with boot-try counters gets selected before the one that has no boot-try counters but has its file name extended with other chars, fe:
<ESP>/loader/entries/kubuntu+3.conf(withversion 5.4.0-40-latest)<ESP>/loader/entries/kubuntu-prev.conf(withversion 5.4.0-40-prev)<ESP>/loader/entries/kubuntu-old.conf(withversion 5.4.0-28)
But using default kubuntu* or default kubuntu as setting inside <ESP>/loader/loader.conf is not showing the first as default when checking with bootctl list.
- Files, 1&2, have almost identical contents with the exception of
versionas shown above plus differentinitrdvalue. - Same goes for file 3 plus different
linuxandinitrdvalues.
The first IS shown as default when that entry has no boot-try counter though.
Describe the solution you'd like
bootctl and by extension systemd-bootx64.efi should select the first as default even with boot-try counters.
(Except when it is flagged as bad by the boot-try logic)
Describe alternatives you've considered
Still spinning my mind about how to accomplish this, any help appreciated...