Instalé un nuevo Ubuntu 14.04 como servidor Xen y descubrí que al arrancar los siguientes mensajes se repetían muchas veces,[ 2.811553] init: plymouth-upstart-bridge main process (191) terminated with status 1
[ 2.812789] init: plymouth-upstart-bridge main process ended, respawning
[ 2.874117] init: plymouth-upstart-bridge main process (210) terminated with status 1
[ 2.875167] init: plymouth-upstart-bridge main process ended, respawning
[ 2.904155] init: plymouth-upstart-bridge main process (217) terminated with status 1
[ 2.905289] init: plymouth-upstart-bridge main process ended, respawning
[ 2.928618] init: plymouth-upstart-bridge main process (221) terminated with status 1
[ 2.929713] init: plymouth-upstart-bridge main process ended, respawning
[ 49.975826] Adding 2093052k swap on /dev/mapper/[...]
entonces el arranque se detuvo para reanudarse normalmente al menos 10-15 segundos después.
Para asegurarme de eliminar esos mensajes, busqué en la red y encontré este sitio que es una solución muy buena y simple.
>http://www.unrelatedshit.com/2014/07/30/kvm-too-fast-for-plymouth-upstart-bridge/
La solución es bastante simple:para solucionarlo, simplemente agregue un sleep 2 a su archivo /etc/init/plymouth-upstart-bridge.conf.
Ejemplo:[...]
stop on (stopping plymouth
or stopping plymouth-shutdown)
console output
exec plymouth-upstart-bridge
sleep 2
Reinicie y observe el arranque... no más mensajes de error tontos de plymouth-upstart-bridge.