I can reproduce a bug but I want to verify it's the same bug...

When you say:

  [Actual result]
  Black screen and need to press "Enter" to reboot.

Do you mean a totally "black screen", or one with logos? Because I get
one with logos and that doesn't seem to have anything spinning. Maybe
it's the bgrt theme and not the spinner theme...

Also, the relevant code in casper seems to be unchanged between eoan and
focal:

    MSG="Please remove the installation medium, then press ENTER: "
    MSG_FALLBACK="Please remove the installation medium, then reboot."

    if [ "$prompt" ]; then
        if [ -x /bin/plymouth ] && plymouth --ping; then
            chvt 63
            plymouth message --text="$MSG"

So either:

 * one of those commands above are failing; or
 * plymouthd is starting too late to receive the commands (a race); or
 * there's a bug in plymouthd, but I first need to find out how/where plymouthd 
is being launched. Any idea?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1867909

Title:
  plymouth spinner can not show the messages after installation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1867909/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to