(In reply to Gerald Pfeifer from comment #43) > (In reply to Cliff Zhao from comment #41) > > It's strange, so what will output when you run: > > :~> sudo lsinitrd /boot/initramfs-`uname -r`.img |grep 'otf\|label' > > I don't have /boot/initramfs* on my system. > > % ll /boot/init* > lrwxrwxrwx 1 root root 23 Mai 22 09:40 /boot/initrd -> > initrd-5.12.4-1-default > -rw------- 1 root root 19M Mai 30 10:32 /boot/initrd-5.12.3-1-default > -rw------- 1 root root 19M Mai 30 10:33 /boot/initrd-5.12.4-1-default > > Trying to adjust your command accordingly I get the following: > > % lsinitrd /boot/initrd | egrep 'otf|label' > rootfs-block > -rwxr-xr-x 1 root root 1242 Mar 3 13:38 > lib/dracut/hooks/initqueue/timeout/99-rootfallback.sh > -rwxr-xr-x 1 root root 4152 Mar 3 13:38 > usr/lib/systemd/system-generators/dracut-rootfs-generator > > > Does that give you any ideas? > > (To be clear, I never "played" with initrd, drakut or the likes, which might > be a cause for some non-standard behavior.) Yes, understand. Plymouth does show the prompt because the label is not compressed into the image file. Could you please run the below command: :~> sudo cat /etc/dracut.conf