On Sat, 29 Nov 2025 at 18:00, Cyril Brulebois <kibi@debian.org> wrote:
Andrei POPESCU <andreimpopescu@gmail.com> (2025-11-29):
As far as I know grub adds 'quiet' by default, so systemd-boot should do
the same.
That seems to be done via grub-installer, which checks `user-params` to
see if the installer was booted with `quiet`. If (and only if, by the
looks of it, but I didn't double check the runtime) that's the case, the
option gets propagated to the installed system.
I just tested, and when selecting grub the command line in the final system
will contain 'quiet' even when using expert mode (which boots without it,
double-checked in a console during install).
(systemd-boot /does/ pick-up 'quiet'
from the current system when installed in an existing system).
It seems to me there are different mechanisms used during install and on manual
installation of systemd-boot, because the former ends up with
/etc/kernel/cmdline
(containing only 'root=UUID=<UUID>'), but the latter doesn't.