Tuesday, May 7, 2024
 Popular · Latest · Hot · Upcoming
15
rated 0 times [  15] [ 0]  / answers: 1 / hits: 18796  / 2 Years ago, fri, april 15, 2022, 9:43:00

I am on 11.04.My Ubuntu splash screen was replaced by Kubuntu after I installed Kubuntu-desktop.I followed the answer of daniel kullmann by mistake in this askubuntu link and I lost splash screen.Now it shows only a blank screen after boot menu until login screen.I entered the other commands from the same post but changed nothing.How can I get back the splash screen back?


More From » plymouth

 Answers
0

Open the terminal and type:



sudo update-alternatives --config default.plymouth


Select the original default and then



sudo update-initramfs -u


Reboot.






If it still doesn't appear then open a terminal and type the following command:



sudo -H gedit /etc/initramfs-tools/conf.d/splash


or this command by Alt+F2



gksu gedit /etc/initramfs-tools/conf.d/splash


This file may not exist, so you may be creating it from scratch now.
Enter the following content on the file you opened on the previous step:



FRAMEBUFFER=y


Close and save the file.
Now, run the following command to commit the change:



sudo update-initramfs -u


Reboot and enjoy your Plymouth splash screen.


[#38722] Sunday, April 17, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
kilusy

Total Points: 171
Total Questions: 110
Total Answers: 128

Location: Cayman Islands
Member since Sat, Dec 5, 2020
3 Years ago
kilusy questions
;