From: "'Heinisch, Alexander' via isar-users" <isar-users@googlegroups.com>
To: "Bezdeka, Florian" <florian.bezdeka@siemens.com>,
"amikan@ilbers.de" <amikan@ilbers.de>,
"isar-users@googlegroups.com" <isar-users@googlegroups.com>,
"Prusty, Badrikesh" <badrikesh.prusty@siemens.com>
Subject: Re: [PATCH] installer: suppress kernel info/debug messages
Date: Fri, 9 Jan 2026 12:14:23 +0000 [thread overview]
Message-ID: <71ae0b06efe90d1704585438c8fb98403acf0696.camel@siemens.com> (raw)
In-Reply-To: <e6ace7a34fbb8b4b77f228dfe505468bd565c3f1.camel@siemens.com>
On Fri, 2026-01-09 at 12:03 +0100, Florian Bezdeka wrote:
> On Fri, 2026-01-09 at 10:54 +0000, Heinisch, Alexander (FT RPD CED
> SES-
> AT) wrote:
> > On Mon, 2026-01-05 at 11:24 +0200, Anton Mikanovich wrote:
> > > Applied to next, thanks.
> > Sry for the late reply - holiday season :-)
> >
> > >
> > > 23/12/2025 04:15, 'Badrikesh Prusty' via isar-users wrote:
> > > > Lower the kernel log level to 4 to suppress notice, info, and
> > > > debug
> > > > messages on the console.
> > > > This prevents audit and driver messages from cluttering the
> > > > screen
> > > > while keeping critical errors and systemd service status output
> > > > visible, resulting in a cleaner installer UI.
> > > >
> > > > Signed-off-by: Badrikesh Prusty <badrikesh.prusty@siemens.com>
> > > > ---
> > > > meta-isar/recipes-core/images/isar-image-installer.bb | 3 ++-
> > > > 1 file changed, 2 insertions(+), 1 deletion(-)
> > > >
> > > > diff --git a/meta-isar/recipes-core/images/isar-image-
> > > > installer.bb
> > > > b/meta-isar/recipes-core/images/isar-image-installer.bb
> > > > index 3511f3f6..a58f8849 100644
> > > > --- a/meta-isar/recipes-core/images/isar-image-installer.bb
> > > > +++ b/meta-isar/recipes-core/images/isar-image-installer.bb
> > > > @@ -11,7 +11,8 @@ DESCRIPTION = "Example of a ISAR based
> > > > Installer
> > > > Image"
> > > > INSTALLER_WKS_FILE ??= "installer-efi.wks.in"
> > > > WKS_FILE = "${INSTALLER_WKS_FILE}"
> > > >
> > > > -ADDITIONAL_KERNEL_CMDLINE ??= ""
> > > > +# Hide kernel warning/info/debug messages
> > > > +ADDITIONAL_KERNEL_CMDLINE ??= "loglevel=4"
> > > >
> >
> > I guess the reason for that is to have readable output while
> > running
> > the target bootstrapper?
> > As for the installer image this service is run pretty late, maybe
> > you
> > could reduce kernel logs when starting that service? (e.g.
> > PreStart=...)
>
> Which service? We're talking about kernel cmdline arguments here.
> Those
> have impact on system startup/boot already. PreStart= seems to point
> into the direction of systemd, which is involved way later in the
> boot
> process.
Prusty mentioned "... resulting in a cleaner installer UI.", so I was
assuming he is concerned about the installer / target-bootstrapper
output.
If so reducing/limiting kernel logs from the execution of the target-
bootstrapper service (and yes that's a systemd service) onwards should
be sufficient for the specific case, while preserving default logs
during boot.
Else, if not, and the kernel log itself is for some reason too
cluttered for audit aso., then why should it only be appled to the
installer image and not in general?
>
> >
> > > >
> > > > OVERRIDES .= "${@':unattended-installer' if
> > > > bb.utils.to_boolean(d.getVar('INSTALLER_UNATTENDED')) else ''}"
> > > > ADDITIONAL_KERNEL_CMDLINE:append:unattended-installer = " \
> >
> >
--
Alexander Heinisch
Siemens AG
www.siemens.com
--
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/71ae0b06efe90d1704585438c8fb98403acf0696.camel%40siemens.com.
prev parent reply other threads:[~2026-01-09 12:14 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-23 2:15 'Badrikesh Prusty' via isar-users
2026-01-05 9:24 ` Anton Mikanovich
2026-01-05 15:16 ` 'Florian Bezdeka' via isar-users
2026-01-05 15:24 ` 'Badrikesh Prusty' via isar-users
2026-01-05 15:35 ` Anton Mikanovich
2026-01-05 15:46 ` 'Florian Bezdeka' via isar-users
2026-01-09 10:54 ` 'Heinisch, Alexander' via isar-users
2026-01-09 11:03 ` 'Florian Bezdeka' via isar-users
2026-01-09 12:14 ` 'Heinisch, Alexander' via isar-users [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=71ae0b06efe90d1704585438c8fb98403acf0696.camel@siemens.com \
--to=isar-users@googlegroups.com \
--cc=alexander.heinisch@siemens.com \
--cc=amikan@ilbers.de \
--cc=badrikesh.prusty@siemens.com \
--cc=florian.bezdeka@siemens.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox