Mina Michael Asked: 2014-06-29 22:06:20 +0800 CST2014-06-29 22:06:20 +0800 CST 2014-06-29 22:06:20 +0800 CST How do I change the Ubuntu loading screen? [duplicate] 772 After I installed "kubuntu-desktop" my loading screen was changed: to this: How do I change it back? kubuntu 1 Answers Voted Best Answer user287062 2014-06-29T22:37:00+08:002014-06-29T22:37:00+08:00 You can do this using the update-alternatives command. You'll need to do this twice -- once to select the graphical boot splash, and once to select the fall-back text boot splash. Open a console window and run: sudo update-alternatives --config default.plymouth Enter the selection number for the line containing ubuntu-logo.plymouth. Next, run: sudo update-alternatives --config text.plymouth Enter the selection number for the line containing ubuntu-text.plymouth. Finally, update your initramfs. Run: sudo update-initramfs -u Reboot your PC, and you should see the Ubuntu boot splash return.
You can do this using the
update-alternatives
command. You'll need to do this twice -- once to select the graphical boot splash, and once to select the fall-back text boot splash.Open a console window and run:
Enter the selection number for the line containing
ubuntu-logo.plymouth
.Next, run:
Enter the selection number for the line containing
ubuntu-text.plymouth
.Finally, update your initramfs. Run:
Reboot your PC, and you should see the Ubuntu boot splash return.