如何修复 raspi-config "The splash screen is not installed so cannot be activated"

问题:

你想使用 raspi-config 在 Raspberry Pi 上启用启动画面,但你看到此错误消息:

启动画面未安装,因此无法激活 raspi-config 错误:启动画面未安装,因此无法激活

接着是 运行选项 B3 启动画面时出错 raspi-config 错误:运行选项 B3 启动画面时出错

解决方案

从阅读 raspi-config 源代码可以发现,它检查 /usr/share/plymouth/themes/pix/pix.script 是否存在。为了安装此文件,安装 rpd-plym-splash 包:

install_rpd_plym_splash.sh
sudo apt -y install rpd-plym-splash

Check out similar posts by category: Embedded, Linux, Raspberry Pi