[Tutorial] Convert to systemd-boot

sudo bootctl set-default @current should set the currently booted kernel as default.
I guess it needs to be repeated if one boots into another kernel and wants that as default unless there is a similar way to make it permanent like in grub with:

GRUB_DEFAULT="saved"

GRUB_SAVEDEFAULT="true"
1 Like