Ich habe ein neues Ubuntu 14.04 als Xen-Server installiert und dabei festgestellt, dass sich beim Booten folgende Meldungen mehrfach wiederholten,[ 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/[...]
dann stoppte der Bootvorgang, um mindestens 10-15 Sekunden später normal weiterzufahren.
Um sicherzustellen, dass ich diese Meldungen eliminiere, habe ich im Internet gesucht und diese Seite gefunden, die eine sehr gute und einfache Lösung ist.
>http://www.unrelatedshit.com/2014/07/30/kvm-too-fast-for-plymouth-upstart-bridge/
Lösung:
Die Lösung ist ganz einfach:Um das Problem zu beheben, fügen Sie einfach eine sleep 2 hinzu zu Ihrer Datei /etc/init/plymouth-upstart-bridge.conf.
Beispiel:[...]
stop on (stopping plymouth
or stopping plymouth-shutdown)
console output
exec plymouth-upstart-bridge
sleep 2
Starten Sie neu und beobachten Sie das Booten … keine dummen Fehlermeldungen von plymouth-upstart-bridge mehr.