9

I am running Ubuntu 16.04 and when I add and choose another Plymouth theme other then the default added ones, when rebooting to test I see it during the shut down process, but when booting back up, after grub I get a black screen with nothing on it until I get to the login screen.

  • pls tell us where and how you set this other plymouth theme. – d1bro Nov 07 '16 at 12:58
  • Copy custom_theme_directory to /usr/share/plymouth/themes. 2. Install the theme. 3. Set the theme using sudo update-alternatives --config default.plymouth . 4. sudo update-initramfs -u
  • – kashish Nov 07 '16 at 13:15
  • Theme is installed using the command sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/custom_theme_directory/ubuntu-logo.plymouth 100
  • – kashish Nov 07 '16 at 13:21