plymouth and initramfs error on apt update

Ubuntu 20.04 LTS で、比較的大きなパッケージ変更を行った後、アップデート後の initramfs 生成でエラーが生じるようになった。
アップデート自体が不良と思われているようだし、面倒だが、修正に時間を要したので、簡単に手順と参考文献を共有する。

結論から言うと:

sudo apt purge --reinstall plymouth plymouth-theme-ubuntu-text libplymouth5

で自分の環境では修正された。
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1866377
に掲載されていた情報である。

出ていたエラーは

plymouth module (/usr/lib/x86_64-linux-gnu/plymouth//.so) missing, skipping that theme.

/usr/share/initramfs-tools/hooks/plymouth failed with return 127.

grep: /usr/share/plymouth/themes/bgrt/bgrt.plymouth: No such file or directory

等であった。

出ているエラーは
http://www.routereflector.com/2016/11/plymouth-module-missing-on-ubuntu/
https://askubuntu.com/questions/775301/unable-to-use-a-custom-splash-screen-in-ubuntu-16-04lts
と同じ。

https://forums.linuxmint.com/viewtopic.php?t=219977
install --reinstall を勧めているが、設定ファイルがおかしかったためか、purge --reinstall でないとダメだった。

Linux

Posted by tako