plymouth only showing for a brief second on boot
Hi, I'm struggling to get plymouth fully working on openSUSE Tumbleweed on an RPI CM4, but I'm not sure this is specific to RPI4 at all, I usually use a verbose mode without plymouth on all my other opensuse machines. I'm using a modified JeOS image from https://en.opensuse.org/HCL:Raspberry_Pi4 with a seperate /boot partition and a encrypted root partition. It's supposed to show a png image during the whole boot process, but it's only show for a brief second after the LUKS partition is unlocked. On reboot however, it works perfectly. This works on Debian bookworm with the same configuration (on the same rpi), on Debian the logo is perfectly shown during the whole kernel boot process including the luks passphase. Here is the relevant configuration: /boot/efi/extraconfig.txt: dtparam=spi=on dtoverlay=dwc2,dr_mode=host dtoverlay=tpm-slb9670 dtoverlay=tpm-soft-spi disable_overscan=1 disable_splash=1 boot_delay=0 auto_initramfs=1 dtoverlay=disable-bt dtoverlay=disable-wifi GRUB_CMDLINE_LINUX_DEFAULT from /etc/default/grub looks like this: GRUB_CMDLINE_LINUX_DEFAULT="systemd.show_status=0 vt.global_cursor_default=0 plymouth.ignore-serial-consoles video=HDMI- A-1:1920x1080M@60,rotate=90 fsck.repair=yes cgroup_enable=memory swapaccount=1 net.ifnames=0 rd.neednet=1 ip=192.168.250.20::192.168.250.200:255.255.255.0::eth0:off quiet splash" Grub configuration was regenerated with: grub2-mkconfig -o /boot/grub2/grub.cfg The plymouth logo is a custom one placed under /usr/share/plymouth/themes/vendanor-logo with the following files: /usr/share/plymouth/themes/vendanor-logo/vendanor-logo.plymouth: [Plymouth Theme] Name=Vendanor Logo Description=Vendanor Logo ModuleName=script [script] ImageDir=/usr/share/plymouth/themes/vendanor-logo ScriptFile=/usr/share/plymouth/themes/vendanor-logo/vendanor- logo.script /usr/share/plymouth/themes/vendanor-logo/vendanor-logo.script: wallpaper_image = Image("vendanor-logo.png"); wallpaper_sprite = Sprite(wallpaper_image); It's set with: plymouth-set-default-theme -R vendanor-logo I've tried to look into the journalctl logs, but I don't see anything sticking out. Jonas
On Thu, 2024-05-23 at 16:57 +0200, Jonas Kvinge wrote:
Hi,
I'm struggling to get plymouth fully working on openSUSE Tumbleweed on an RPI CM4, but I'm not sure this is specific to RPI4 at all, I
Plymouth works on Leap 15.5, it's specific to Tumbleweed, there is an issue for it here: https://bugzilla.suse.com/show_bug.cgi?id=1193596 Does anyone have suggestions on what to try? Jonas
participants (1)
-
Jonas Kvinge