J'ai installé un nouvel Ubuntu 14.04 en tant que serveur Xen et j'ai découvert qu'au démarrage, les messages suivants se répétaient plusieurs fois,[ 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/[...]
puis le démarrage s'est arrêté pour reprendre normalement au moins 10-15 secondes plus tard.
Pour m'assurer d'éliminer ces messages, j'ai cherché sur le net et j'ai trouvé ce site qui est une très bonne et simple solution.
http://www.unrelatedshit.com/2014/07/30/kvm-too-fast-for-plymouth-upstart-bridge/
Solution :
La solution est assez simple :pour y remédier, il suffit d'ajouter un sleep 2 à votre fichier /etc/init/plymouth-upstart-bridge.conf.
Exemple :[...]
stop on (stopping plymouth
or stopping plymouth-shutdown)
console output
exec plymouth-upstart-bridge
sleep 2
Redémarrez et regardez le démarrage… plus de messages d'erreur idiots de plymouth-upstart-bridge.