| Summary: | LVM decryption prompt missing text on boot since Plasma 5.15 upgrade | ||
|---|---|---|---|
| Product: | [KDE Neon] neon | Reporter: | Nick <mobile.harvey> |
| Component: | general | Assignee: | Scarlett Moore <sgmoore> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | jr, neon-bugs-null, sitter |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Neon | ||
| OS: | Linux | ||
| Latest Commit: | https://packaging.neon.kde.org/kde/breeze-plymouth.git/commit/?h=Neon/unstable&id=b6609f47a8acd4229fe24d79f83732c27b218310 | Version Fixed/Implemented In: | unstable |
| Sentry Crash Report: | |||
| Attachments: | Photo of problem | ||
|
Description
Nick
2019-02-12 13:50:11 UTC
Created attachment 118002 [details]
Photo of problem
Please edit /usr/share/initramfs-tools/hooks/plymouth_breeze and put #!/bin/sh set -ex at the very top of the file and save it. Then run `sudo update-initramfs -u` and post to the output of that command here. Hi Harald. Here is the output: sudo update-initramfs -u update-initramfs: Generating /boot/initrd.img-4.15.0-45-generic + OPTION=FRAMEBUFFER + PREREQ=plymouth + prereqs + echo plymouth + exit 0 W: plymouth: The plugin label.so is missing, the selected theme might not work as expected. W: plymouth: You might want to install the plymouth-themes and plymouth-label package to fix this. W: plymouth: The plugin label.so is missing, the selected theme might not work as expected. W: plymouth: You might want to install the plymouth-themes and plymouth-label package to fix this. + OPTION=FRAMEBUFFER + PREREQ=plymouth + . /usr/share/initramfs-tools/hook-functions + update-alternatives --query default.plymouth + sed -e /^Value:/!d -e s/^Value: \(.*\)/\1/ + THEME_PATH=/usr/share/plymouth/themes/breeze/breeze.plymouth + basename /usr/share/plymouth/themes/breeze/breeze.plymouth .plymouth + THEME=breeze + rm -f /var/tmp/mkinitramfs_ktCArY/usr/share/plymouth/ubuntu-logo.png + rm -f /var/tmp/mkinitramfs_ktCArY/usr/share/plymouth/themes/breeze-text/preview.png /var/tmp/mkinitramfs_ktCArY/usr/share/plymouth/themes/breeze/preview.png + [ -e /usr/share/fonts/truetype/noto/NotoSans-Regular.ttf ] + [ -e /etc/fonts/conf.d/56-neon-noto.conf ] + rm -rf /var/tmp/mkinitramfs_ktCArY/usr/share/fonts/truetype/ubuntu + rm -f /var/tmp/mkinitramfs_ktCArY/etc/fonts/conf.d/60-latin.conf + rm -rf /var/tmp/mkinitramfs_ktCArY/usr/share/fonts/truetype/dejavu + mkdir -p /var/tmp/mkinitramfs_ktCArY/etc/fonts/conf.d/ + cp -L /etc/fonts/conf.d/56-neon-noto.conf /var/tmp/mkinitramfs_ktCArY/etc/fonts/conf.d/ + mkdir -p /var/tmp/mkinitramfs_ktCArY/usr/share/fonts/truetype/noto/ + cp -L /usr/share/fonts/truetype/noto/NotoSans-Regular.ttf /var/tmp/mkinitramfs_ktCArY/usr/share/fonts/truetype/noto/ + cp -L /usr/share/fonts/truetype/noto/NotoSerif-Regular.ttf /var/tmp/mkinitramfs_ktCArY/usr/share/fonts/truetype/noto/ Thanks. Please install the package plymouth-label and check if that fixes your issue. That worked. Interestingly I ran a sudo apt autoremove after updating to 5.15 which, amongst other packages, deleted plymouth-label: Start-Date: 2019-02-12 11:51:54 Commandline: apt autoremove Requested-By: nharvey (1000) Remove: gtk3-engines-breeze:amd64 (5.14.5-0xneon+18.04+bionic+build21), plymouth-label:amd64 (0.9.3-1ubuntu7.18.04.1), apt-config-icons-large-hidpi:amd64 (0.12.3-1+18.04+bionic+build1), fonts-ubuntu:amd64 (0.83-2), gtk2-engines-pixbuf:amd64 (2.24.32-1ubuntu1), libkdecorations2private5v5:amd64 (4:5.14.5-0xneon+18.04+bionic+build22) End-Date: 2019-02-12 11:51:56 Perhaps this was not a good idea...?! Nick Yeah, unfortunately some issues sneaked into a merge we did prior to 5.15. |