Bugzilla – Bug 1221280
systemd-boot doesn't remember the choice of windowing system
Last modified: 2024-04-16 09:00:04 UTC
On grub, I chose Wayland once and it was used automatically ever since. Systemd-boot, on the other hand, defaults to X11 and I need to switch to Wayland manually on each log-in
I dont see how this setting can be related to the bootloader being used. Mickael, are you aware of any grub specificity that would explain the reported behavior ?
(In reply to Franck Bui from comment #1) > I dont see how this setting can be related to the bootloader being used. > > > Mickael, are you aware of any grub specificity that would explain the > reported behavior ? No, not exactly. The only thing that came to mind was GRUB_SAVEDEFAULT, but it appears we don’t have a bootloader menu entry for the Wayland session, or vice versa. It might be best to request additional information from Alakbarov. > ‘GRUB_SAVEDEFAULT’ > If this option is set to ‘true’, then, when an entry is selected, save it as a > new default entry for use by future runs of GRUB. This is only useful if > ‘GRUB_DEFAULT=saved’; it is a separate option because ‘GRUB_DEFAULT=saved’ is > useful without this option, in conjunction with grub-set-default. Unset by > default. This option relies on the environment block, which may not be > available in all situations (see Environment block). Thanks.
This problem has since disappeared. I would close the issue if that's okay