Problema con Plymouth

Buenas tardes.

De un día para otro Plymouth se me ha dejado de mostrar, en la configuración del grub lo tengo como quiet splash, hasta hace unos días se veía, ahora cuando enciendo, reinicio o apago el ordenador no se muestra en pantalla, he intentado re-instalarlo pero nada… a ver si pueden ayudarme.

Saludos!!!

Google Translated:

Good afternoon.

Plymouth stopped showing up overnight. I’ve set it to Quiet Splash in my grub configuration. It was showing up until a few days ago. Now, when I turn on, restart, or shut down my computer, it doesn’t show up on the screen. I’ve tried reinstalling it, but nothing… I hope you can help me.

Greetings!!!

¿Has cambiado los temas últimamente?

¿Puede incluir su configuración de grub?
Muéstranos esto por favor:

sudo Update-Grub
cat /etc/default/grub

Esto podría ayudarnos.

Es posible que tenga que recargar la configuración de Grub Oringal, pero espere a eso antes de ver lo anterior primero.

Translated to English:
Have you changed themes lately?

Can you include your grub config?
Show us this please:

sudo update-grub
cat /etc/default/grub

This might help us.

You may have to reload grub oringal config, but wait to that before we see the above first.

If I’m busy later to do that, but please wait first:

sudo update-alternatives --config default.plymouth
[sudo] password for me: 
There are 3 choices for the alternative default.plymouth (providing /usr/share/plymouth/themes/default.plymouth).

  Selection    Path                                                                     Priority   Status
------------------------------------------------------------
  0            /usr/share/plymouth/themes/ubuntustudio-logo/ubuntustudio-logo.plymouth   150       auto mode
  1            /usr/share/plymouth/themes/bgrt/bgrt.plymouth                             110       manual mode
* 2            /usr/share/plymouth/themes/ubuntustudio-logo/ubuntustudio-logo.plymouth   150       manual mode
  3            /usr/share/plymouth/themes/xubuntu-logo/xubuntu-logo.plymouth             150       manual mode


1 Like

Buenas tardes

Primero, agradecer vuestra ayuda, recientemente no he cambiado de tema, me dí cuenta al hacer una imagen con Clonezilla del disco duro (Dual Boot) que cuando finalicé y reinicié ya no cargaba el tema de Plymouth, os dejo la configuración del grub:

If you change this file or any /etc/default/grub.d/*.cfg file,

run ‘update-grub’ afterwards to update /boot/grub/grub.cfg.

For full documentation of the options in these files, see:

info -f grub -n ‘Simple configuration’

GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=( . /etc/os-release; echo ${NAME:-Ubuntu} ) 2>/dev/null || echo Ubuntu
GRUB_THEME=/boot/grub/themes/fallout-grub-theme-master/theme.txt
GRUB_CMDLINE_LINUX_DEFAULT=“quiet splash”
GRUB_CMDLINE_LINUX=“”

If your computer has multiple operating systems installed, then you

probably want to run os-prober. However, if your computer is a host

for guest OSes installed via LVM or raw disk devices, running

os-prober can cause damage to those guest OSes as it mounts

filesystems to look for things.

GRUB_DISABLE_OS_PROBER=false

Uncomment to enable BadRAM filtering, modify to suit your needs

This works with Linux (no patch required) and with any kernel that obtains

the memory map information from GRUB (GNU Mach, kernel of FreeBSD …)

#GRUB_BADRAM=“0x01234567,0xfefefefe,0x89abcdef,0xefefefef”

Uncomment to disable graphical terminal

#GRUB_TERMINAL=console

The resolution used on graphical terminal

note that you can use only modes which your graphic card supports via VBE/GOP/UGA

you can see them in real GRUB with the command `videoinfo’

GRUB_GFXMODE=1024x768x32

Uncomment if you don’t want GRUB to pass “root=UUID=xxx” parameter to Linux

#GRUB_DISABLE_LINUX_UUID=true

Uncomment to disable generation of recovery mode menu entries

#GRUB_DISABLE_RECOVERY=“true”

Uncomment to get a beep at grub start

#GRUB_INIT_TUNE=“480 440 1”

Disable MEMTEST:

GRUB_DISABLE_MEMTEST=true

Translated:

First, thank your help, recently I have not changed the subject, I realized when making an image with clonezilla of the hard disk (Dual Boot) that when I finished and restarted I no longer loaded the theme of Plymouth, I leave you the configuration of the grub:

Has that ever worked? I would first remove that theme to check if plymouth is still ok.

Buenas tardes.

Sí, hasta hace poco funcionaba con ese tema, voy a probar a eliminarlo y ver si funciona.

Os lo hago saber.

Saludos!!!

Buenas noches.

He re-instalado el Grub y me ocurre lo mismo, sigue sin aparecerme la animación de Plymouth, ya me decís que pasos más seguir para intentar solventarlo.

Saludos!!!

I had to verify the theme myself, and it works:

I’m not sure what has happened from the Cloned Drive, but I’ll offer my install method first to see if it helps you.

  • First check
sudo ls /boot/grub/themes/
[sudo] password for me: 
fallout-grub-theme

I’m good there, so use this for re-install theme:

wget -P /tmp https://github.com/shvchk/fallout-grub-theme/raw/master/install.sh
  • Now install it:
bash /tmp/install.sh
  • Now be sure the theme line shows in grub
cat /etc/default/grub | grep GRUB_THEME
GRUB_THEME=/boot/grub/themes/fallout-grub-theme/theme.txt

  • Tell grub of the change:
sudo update-grub

Reboot Any Better?

Buenas noches.

El problema no lo tengo en el Grub que se me ve correcto, sino, en la animación de Plymouth tras el Grub que no se muestra, ¿hago los pasos que me has indicado?

Muchas gracias.

Saludos!!!

do I take the steps you have indicated? Yes please. :slight_smile:

Buenas noches.

He realizado los pasos indicados, el grub me carga correctamente pero sigue sin visualizarse la animación de Plymouth.

Intentaré hacer alguna pruebas más, y sino, lo dejaré estar.

Saludos!!!