Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
15
rated 0 times [  15] [ 0]  / answers: 1 / hits: 13818  / 2 Years ago, mon, january 17, 2022, 1:02:52

I have also tried following these commands:



update-alternatives --display default.plymouth
sudo update-alternatives --config default.plymouth
sudo update-initramfs -u


and these:



sudo rm /etc/alternatives/default.plymouth
sudo ln -s /lib/plymouth/themes/ubuntu-logo/ubuntu-logo.plymouth /etc/alternatives/default.plymouth


I have also found a wonderful boot animation (Earth-sunrise link http://www.istitutomajorana.it/scarica2/Animazione-Plus8.tar.gz) with a script inside with these commands:



sudo cp -R ~/Animazione-Plus8/Earth-sunrise/ /lib/plymouth/themes/
sudo update-alternatives --install /lib/plymouth/themes/default.plymouth default.plymouth /lib/plymouth/themes/Earth-sunrise/Earth-sunrise.plymouth 100
sudo update-alternatives --config default.plymouth
sudo update-initramfs -u


after all the default kubuntu logo didn't change, so I removed all alternatives with this:



sudo update-alternatives --remove-all default.plymouth
sudo update-initramfs -u


but I still have the same logo. I think it's a kde situation.
So how can I change that boot animation with that one I got (Earth-sunrise.plymouth)?



edit:
it doesn't work for real during ubuntu boot , only virtual boot animation works:/ I have followed all the steps but nothing has changed in boot animation.



I don't know maybe my problem is with ATI driver I have or with grub settings. What is the right configuration of grub I should have? I have also grub customizer installed in my distro maybe I have to change something.
this is my /etc/default/grub if it helps: http://paste.ubuntu.com/1587147/



Right now I don't have now boot animation, there only a black screen with some text.



edit2:
Ok I found my problem, it's about my gpu (msi 6870 Hawk) and the proprietary ati drivers:
I unistalled old 12.8 (even with those the plymouth animation was not working) because I wanted to update my drivers and while I was with open drivers I finally saw the animation on boot, the problem is that I need ati driver and I had to install new 13.1 and infact now plymoth animation doesn't work any more.
So is there a way to solve the problem, now that I found what it is about?
Thanks


More From » kubuntu

 Answers
6

  1. Download the Earth-sunrise theme.


  2. Unpack it


  3. Copy the Earth-sunrise folder to /lib/plymouth/themes/Earth-sunrise.
    Note ! Ubuntu 16.04 and later are using /usr/share/plymouth/themes/. More: Unable to use a custom splash screen in Ubuntu 16.04LTS


  4. Change the distro_logo.png and the distro_name.png



    enter image description here


  5. Add the Earth-sunrise theme to the Plymouth 'alternatives'.



    sudo update-alternatives --install /lib/plymouth/themes/default.plymouth 
    default.plymouth /lib/plymouth/themes/Earth-sunrise/Earth-sunrise.plymouth 50

  6. Set the Earth-sunrise theme as the default



    sudo update-alternatives --config default.plymouth

    There are 3 choices for the alternative default.plymouth
    (providing /lib/plymouth/themes/default.plymouth).

    Selection Path Priority Status
    ------------------------------------------------------------
    0 /lib/plymouth/themes/kubuntu-logo/kubuntu-logo.plymouth 150 auto mode
    1 /lib/plymouth/themes/Earth-sunrise/Earth-sunrise.plymouth 50 manual mode
    2 /lib/plymouth/themes/kubuntu-logo/kubuntu-logo.plymouth 150 manual mode
    * 3 /lib/plymouth/themes/my-plymouth/my-plymouth.plymouth 50 manual mode

    Press enter to keep the current choice[*], or type selection number: 1
    update-alternatives: using /lib/plymouth/themes/Earth-sunrise/Earth-sunrise.plymouth to provide /lib/plymouth/themes/default.plymouth (default.plymouth) in manual mode.

  7. Update the initramfs



    sudo update-initramfs -u

  8. Test the theme (install plymouth-x11 Install plymouth-x11)




    • Konsole #1



      sudo plymouthd --debug --tty=`tty` --no-daemon

    • Konsole #2



      sudo plymouth show-splash



    There are two (malformed) test konsoles.



    enter image description here



    Stopping the test with the command:



    sudo plymouth --quit

  9. Reboot



    enter image description here




Seems to work at here.



References




[#32973] Tuesday, January 18, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
suitman

Total Points: 487
Total Questions: 105
Total Answers: 98

Location: India
Member since Wed, Aug 4, 2021
3 Years ago
;