I would like to get plymouth to appear during a resumption from hibernation, however it does not appear to run, although i see evidence that this is an option somehow, though cannot find any info on that option. Any advice?
@beefox ,
Supposing you are using systemd and swap with hibernation of Titan
su
I added the quiet splash to
options nvme_load=YES nowatchdog rw quiet splash ..
in
/efi/loader/entries/ *.conf
dracut --add-drivers plymouth --force
cat /etc/dracut.conf.d/cmdline.conf
kernel_cmdline+=" splash quiet "
modified
/usr/lib/plymouth/plymouth-update-initrd
#!/bin/bash
dracut-rebuild
then
plymouth-set-default-theme spinner
plymouth-set-default-theme -R
What did I forget?
I can’t seem to find /efi/loader/entries, i didn’t install through the titan image but i am up to date with my updates. i also can’t run the command dracut --add-drivers plymouth --force, it tries and fails to write to /boot/efi/f4772f59e51748eea94b6130edf40ebd/6.18.13-arch1-1 due to the file existing.
I am using grub as my bootloader, and i do have quiet splash on my default options. Plymouth works fine on startup and shutdown, just not on resume
The first thing I set before testing resume is
Desktop Session > Session Restore > Start with an empty session
BTW in quiet mode the information that it is resumed is not shown on the screen.
Edit: So, dear @beefox
Let’s take hibernation. Resume is a system boot with a pre-prepaired image.
If resume works Plymouth appears as well.
I checked it with Grub. It’s OK.