[Bug 1183212] Re: plymouth outputs the message "Please remove installation media..." into a wrong console when Ubuntu 13.04 installation is finished
regmka
regmka at gmail.com
Tue Jun 4 05:56:13 UTC 2013
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
Foundations Bugs, which is subscribed to plymouth in 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
Status in “plymouth” package in Ubuntu:
New
Bug description:
The Ubuntu 13.04 installer outputs the message "Please remove installation media..." into a wrong console
while finishing installation in VirtualBox: the message is shown in the 7th console while the active console is the 1st
(see screenshots attached).
The same problem is encountered by other people:
* https://forums.virtualbox.org/viewtopic.php?f=3&t=55324,
* http://askubuntu.com/questions/289722/ubuntu-13-04-stops-working-when-installing-on-virtualbox.
I can share the VM snapshot if required.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1183212/+subscriptions
More information about the foundations-bugs
mailing list