Hi. On Wed, 20 May 2026 13:18:35 +1000 [email protected] wrote: > Looking slowly though the boot messages I saw: > 2026-05-19T11:50:10+10:00 e4.eyal.emu.id.au > systemd-system-update-generator[445]: Offline system update overridden by > runlevel "5" on the kernel command line > This is not an option in my /etc/default/grub. I used it once from > the grub boot menu and it seems that it remembered it for many > months and updates!
I doubt that. You perhaps used grubby to set this 5 runlevel, and grubby failed to update /etc/default/grub as it does now, not sure if it did that update in the past. IIRC grub2-mkconfig as well as grubby updates now: /etc/default/grub /etc/kernel/cmdline /boot/loader/entries/* A real nightmare :-( I personally prefer to edit /etc/default/grub and call grub2-mkconfig instead of using grubby. You can then use a version control system like git to keep track of the changes in /etc/default/grub. -- francis -- _______________________________________________ users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
