[Bug 1970069] Re: Annoying boot messages interfering with splash screen
Launchpad Bug Tracker
1970069 at bugs.launchpad.net
Wed Mar 27 17:59:27 UTC 2024
This bug was fixed in the package initramfs-tools - 0.142ubuntu23
---------------
initramfs-tools (0.142ubuntu23) noble; urgency=medium
[ Daniel van Vugt ]
* hooks/framebuffer: Only add simple/tiny framebuffer drivers. This is to
limit the size of initrd when FRAMEBUFFER=y is soon enabled for desktop
installations (LP: #1970069, #1869655).
[ Benjamin Drung ]
* autopkgtest: Increase QEMU timeouts on arm64/armhf
* hooks/framebuffer:
- Move adding framebuffer drivers into auto_add_modules
- Drop looking in $MODULESDIR/initrd/ for kernel modules
- Support MODULES=dep in framebuffer hook
initramfs-tools (0.142ubuntu22) noble; urgency=medium
* autopkgtest: update systemd-udevd path from /lib to /usr/lib
initramfs-tools (0.142ubuntu21) noble; urgency=medium
[ Benjamin Drung ]
* configure_networking:
- Increase minimum timeout to 30 seconds
- Fix configuring BOOTIF when using iSCSI (LP: #2056187)
- Set interface MTU if provided by the DHCP server (LP: #2056194)
- log sleep durations before retries
* Copy /etc/passwd into the initramfs to allow dhcpcd running as dhcpcd user
* Replace obsolete pkg-config build-dependency by pkgconf
[ Dan Bungert ]
* Restore nvdimm and dax pmem-related modules (LP: #1981385)
-- Benjamin Drung <bdrung at ubuntu.com> Thu, 21 Mar 2024 10:57:54 +0100
** Changed in: initramfs-tools (Ubuntu)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to plymouth in Ubuntu.
https://bugs.launchpad.net/bugs/1970069
Title:
Annoying boot messages interfering with splash screen
Status in initramfs-tools package in Ubuntu:
Fix Released
Status in linux package in Ubuntu:
Fix Committed
Status in plymouth package in Ubuntu:
Fix Committed
Status in systemd package in Ubuntu:
In Progress
Bug description:
[ Impact ]
Kernel (and systemd) log messages appear during boot for many
machines, when the user should be seeing only the BIOS logo and/or
Plymouth splash screens.
[ Workaround ]
On most machines you can hide the problem by using these kernel parameters together:
quiet splash loglevel=3 fastboot
[ Original Description ]
Since upgrading from 20.04.6 Desktop to 22.04, the boot screen is not
as clean as it used to be.
Basically, the flow used to be in 20.04:
GRUB > Splash screen > Login prompt
Currently in 22.04:
GRUB > Splash screen > Messages (in the attached file) > Splash screen
again for a sec > Login prompt
All of those messages already existed in 20.04, the difference is that
they were not appearing during boot.
I was able to get rid of the "usb" related messages by just adding
"loglevel=0" in GRUB. Currently is "quiet loglevel=0 splash".
Regarding the fsck related message, I can get rid of them by adding
"fsck.mode=skip".
However, I do not want to just disable fsck or set the loglevel to 0.
This is not a sustainable solution.
Something definitely changed here. These messages are not of enough
relevance to be shown at boot by default, and they should remain
hidden like they were in Focal.
Obviously a minor issue, but important to the whole look and feel of
the OS for desktop.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1970069/+subscriptions
More information about the foundations-bugs
mailing list