Bugzilla – Bug 1216366
YaST installation with sd-boot: Disabling the menu timeout is not possible
Last modified: 2024-02-27 10:47:15 UTC
To disable the timeout for the systemd-boot menu, "menu-force" needs to be used, but YaST only allows integer values for the timeout. When -1 is entered, systemd-boot prints an error message that this is an invalid value. Either YaST should explicitly support menu-force or translate -1 to menu-force internally.
Hm, as far I see menu-force is only in EFI variable LoaderConfigTimeout defined. The timeout will be set in /boot/efi/loader/loader.conf in which you cannot set any menu-force entry. Currently YaST do not handle EFI variable so far I see. But I think it is worth for a feature :-)
(In reply to Stefan Schubert from comment #1) > Hm, as far I see menu-force is only in EFI variable LoaderConfigTimeout > defined. > The timeout will be set in /boot/efi/loader/loader.conf in which you cannot > set any menu-force entry. The setting for loader.conf is "timeout menu-force".
Fixed with: https://github.com/yast/yast-bootloader/pull/695 Thank you !