Wednesday, April 24, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 5594  / 3 Years ago, sun, may 2, 2021, 8:47:35

I have been messing around with Plymouth themes and have managed to bungle them. After some deleting and reinstalling, if I run the terminal line



sudo update-alternatives --config default.plymouth

I get the error message




update-alternatives: error: no alternatives for default.plymouth




I have the usr/bin/share/plymouth folder and everything should be running, but right now I don't have a splash screen and do not know how to get one. My boot-load time is pretty slow now.



Including Screenshots of requested commands



ScreenShot



After some fiddling, this is now the error I have which I think is the source of the problem
The problem does not rely on not having Plymouth installed


More From » boot

 Answers
7

ok by looking at your screenshot, I figured somethings out.




  • first: you doctored around alot,

  • second: the symbolic link "default.plymouth" is only pointing to the folder not a *.plymouth file therein.



So for a quick and dirty fix lets use the standard ubuntu one:




  • make sure it is installed: sudo apt install plymouth-theme-ubuntu-logo

  • remove the old symlinks:
    sudo rm /usr/share/plymouth/themes/default.plymouth and sudo rm /etc/alternatives/default.plymouth

  • now let's recreate them: sudo ln -s /usr/share/plymouth/themes/ubuntu-logo/ubuntu-logo.plymouth /etc/alternatives/default.plymouth and sudo ln -s /etc/alternatives/default.plymouth /usr/share/plymouth/themes/default.plymouth



As said this is only a dirty fix, for more keep commenting ;)


[#6679] Sunday, May 2, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
fittecanap

Total Points: 322
Total Questions: 100
Total Answers: 105

Location: Israel
Member since Tue, Nov 17, 2020
4 Years ago
;