plymouthd stürzt beim Start ab – Intel HD 3000 – 15.10

plymouthd stürzt beim Start ab – Intel HD 3000 – 15.10

Nach dem Upgrade von 15.04 auf 15.10 bekam ich bei jedem Start einen Segmentierungsfehler in plymouthd.

Folgendes kann ich im Syslog finden:

Nov 11 12:22:26 H3A2764 systemd[1]: plymouth-start.service: Main process exited, code=dumped, status=11/SEGV
Nov 11 12:22:26 H3A2764 systemd[1]: plymouth-start.service: Unit entered failed state.
Nov 11 12:22:26 H3A2764 systemd[1]: plymouth-start.service: Failed with result 'core-dump'.

ich habe es hochgeladen/var/crash/_sbin_plymouthd.0.crash Hier.

Antwort1

Die Lösung bestand für mich darin, Plymouth mit diesen Schritten anzuweisen, den Framebuffer zu verwenden:

echo "FRAMEBUFFER=y" | sudo tee -a /etc/initramfs-tools/conf.d/splash && sudo update-initramfs -u -k all

verwandte Informationen