Update-

This is how I fixed mine... Adapt to your own system.
# look at the old directory
ls -ltrd /lib/plymouth/themes
#look at the newer plymouth directory to compare
ls -ltrd /usr/share/plymouth/themes
if differerent, mobe the old to the newer...
sudo mv /lib/plymouth/themes /usr/share/plymouth/themes
sudo gedit /usr/share/plymouth/ubuntu-sunrise/ubuntu-sunrise.plymouth

At this point, I edited that theme file to change the two file path
references from "/lib/plymouth" to "/usr/share/plymouth". This is needed
for the script to find the new path to the themes in the newer
directory...

Note that this answer was given in response #14 but was incomplete. Once
you move the files, then you need to reset the update-alternatives for
the updated default.plymouth...

#add an updated update-alternatives link to the new plymouth file directory
sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth 
default.plymouth 
/usr/share/plymouth/themes/ubuntu-sunrise/ubuntu-sunrise.plymouth 100
#select that entry
sudo update-alternatives --config default.plymouth
# hinted at in response #13, the plymouth at boot, runs from the intramfs 
image, so the image needs to be updated first...
sudo update-initramfs -u
#then reboot to test
sudo shutdown -r now

If successful... mine was... then 
# remove the old default.plymouth entry from update alternatives... 
sudo update-alternatives --remove default.plymouth 
/usr/share/plymouth/ubuntu-sunrise/ubuntu-sunrise.plymouth
# check to ensure the extra entry is gone...
sudo update-alternatives --config default.plymouth

press enter to remain unchanged...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1525699

Title:
  Error message "/sbin/plymouthd: not found" is shown on booting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1525699/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to