Monday, May 20, 2019

plymouth - How do I change my boot animation back to the default after install of Lubuntu-desktop?


I am not talking about the login screen. This question has helped me fix that.


I am talking about the initial start up screen with incrementing anticipation dots during the boot. It says Lubuntu instead of Ubuntu. I'd like it to say Ubuntu if possible.


Where is this config file stored?


This is the screen I want to modify:


enter image description here



If you want to change your boot screen, run the below command:


sudo update-alternatives --config default.plymouth

This will bring up a prompt where you can select which boot animation you want to use. Choose the ubuntu-logo entry, and hit Enter.


When you're done, update your system's cache using this command:


sudo update-initramfs -u

Upon next boot, your boot animation will be back to normal.


(source)


No comments:

Post a Comment

11.10 - Can't boot from USB after installing Ubuntu

I bought a Samsung series 5 notebook and a very strange thing happened: I installed Ubuntu 11.10 from a usb pen drive but when I restarted (...