如何在 ubuntu 12.04 中恢复启动屏幕?

如何在 ubuntu 12.04 中恢复启动屏幕?

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

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

我怎样才能恢复 Ubuntu 登录?

Nvidia 驱动程序!

谢谢

答案1

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

sudo update-alternatives --config default.plymouth

sudo update-initramfs -u

不得不重新启动几次,但一切都恢复了。

答案2

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

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

答案3

plymouth-theme-kubuntu-logo您可以通过删除和包来完全删除 Kubuntu 启动屏幕plymouth-theme-kubuntu-text

在终端中输入这些来删除这些包:

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

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

答案4

这些对我有用:

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

相关内容