如何在ubuntu 12.04中恢复启动画面?

我在我的Ubuntu 12.04安装上安装了Kubuntu ……大错!

它现在已经改变了我的启动屏幕(在lightdm登录屏幕之前启动)

如何将此恢复为Ubuntu登录?

Nvidia司机!

谢谢

在这里找到了解决方案: http : //ubuntuforums.org/showthread.php?t = 1989879

sudo update-alternatives --config default.plymouth sudo update-initramfs -u 

不得不重启几次,但都重置了。

你可以更轻松地做同样的事情

 sudo apt-get install --reinstall plymouth-theme-ubuntu-logo 

您可以通过删除plymouth-theme-kubuntu-logoplymouth-theme-kubuntu-text软件包来完全删除Kubuntu Boot Screen。

在终端中键入以删除这些包:

 sudo apt-get --purge remove plymouth-theme-kubuntu-text sudo apt-get --purge remove plymouth-theme-kubuntu-logo 

如果终端找不到plymouth-theme-kubuntu-text包,请忽略它。

这些对我有用:

 sudo update-alternatives --get-selections | grep plymouth sudo update-alternatives --config default.plymouth sudo update-alternatives --config text.plymouth sudo update-initramfs -u