It turned out the configuration file /etc/init/plymouth-stop.conf is to blame:
when I replaced the lines 21-25 of the script:

pre-start script
    case "$JOB" in
    gdm|kdm|lightdm|ubiquity|oem-config)
    exit 0

with

pre-start script
    case "$JOB" in
    gdm|kdm|lightdm|ubiquity|oem-config|rc)
    exit 0

the bug ceased to reproduce. It seems the problem is that the script 
/usr/bin/ubiquity-dm
may be started after the script /etc/init.d/rc.

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

Title:
  plymouth outputs the message "Please remove installation media..."
  into a wrong console when Ubuntu 13.04 installation is finished

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

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to