Well I test with this...

1. sudo mkdir /lib/plymouth/themes/simple

2. Find a wallpaper you like and copy it to
/lib/plymouth/themes/simple/wallpaper.png (must be a png!)

2. sudo gedit /lib/plymouth/themes/simple/simple.plymouth and paste the
following:

[Plymouth Theme]
Name=Simple
Description=Wallpaper only
ModuleName=script

[script]
ImageDir=/lib/plymouth/themes/simple
ScriptFile=/lib/plymouth/themes/simple/simple.script

3. sudo gedit /lib/plymouth/themes/simple/simple.script and paste the
following:

wallpaper_image = Image(“wallpaper.png”);
screen_width = Window.GetWidth();
screen_height = Window.GetHeight();
resized_wallpaper_image = wallpaper_image.Scale(screen_width,screen_height);
wallpaper_sprite = Sprite(resized_wallpaper_image);
wallpaper_sprite.SetZ(-100);

4. sudo update-alternatives --install
/lib/plymouth/themes/default.plymouth default.plymouth
/lib/plymouth/themes/simple/simple.plymouth 100


5. sudo update-alternatives --config default.plymouth (select simple from the 
list)


6. sudo update-initramfs -u

But in this point Fail with this error

plymouth module (/usr/lib/x86_64-linux-gnu/plymouth//.so) missing,
skipping that theme.

If I run sudo dpkg-reconfigure Plymouth Fail with the same error.

Then I found the paths in /usr/share/plymouth/themes so I replace point
4 with

sudo update-alternatives --install
/usr/share/plymouth/themes/default.plymouth default.plymouth
/usr/share/plymouth/themes/ubuntu-logo/ubuntu-logo.plymouth 200

At point 5 I select /usr/share/plymouth/themes/ubuntu-logo/ubuntu-
logo.plymouth           200       modo manual

I execute point 6 and reboot... I'm testing now.

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

Title:
  boot in xenial shows black screen instead of plymouth logo /
  encryption prompt

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

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

Reply via email to