我已经在我的Ubuntu上安装了Macbuntu16.04转换包。启动期间不显示启动屏幕(或启动屏幕)。它只是显示一个黑色的屏幕,然后lightdm-webkit-greeter出现。但是在关闭的时候,效果很好。
我试着重新配置它。所以在终端机我输入:
sudo update-alternatives --config default.plymouth它显示:
There are 4 choices for the alternative default.plymouth (providing /usr/share/plymouth/themes/default.plymouth).
Selection Path Priority Status
------------------------------------------------------------
0 /usr/share/plymouth/themes/macbuntu/macbuntu.plymouth 100 auto mode
* 1 /usr/share/plymouth/themes/macbuntu/macbuntu.plymouth 100 manual mode
2 /usr/share/plymouth/themes/spinner/spinner.plymouth 70 manual mode
3 /usr/share/plymouth/themes/ubuntu-logo/ubuntu-logo-scale-2.plymouth 99 manual mode
4 /usr/share/plymouth/themes/ubuntu-logo/ubuntu-logo.plymouth 100 manual mode
Press <enter> to keep the current choice[*], or type selection number: 1然后出现提示符,没有任何错误。
然后我打字:
sudo update-initramfs -u其结果是:
update-initramfs: Generating /boot/initrd.img-4.13.0-37-generic然后再次显示用户提示符,没有任何错误。
当我重新启动时,它不会在启动时显示引导屏幕。
发布于 2018-03-27 06:45:37
我发现了错误..。
在配置过程中,我刚刚把数字从1改为0,它对我起了作用。
https://askubuntu.com/questions/1019539
复制相似问题