plymouthd 在启动时崩溃 - Intel HD 3000 - 15.10

Alv*_*rik 3 plymouth intel-graphics 15.10

从 15.04 升级到 15.10 后,每次启动时,我都会在 plymouthd 中遇到段错误。

这是我可以在 syslog 中找到的内容:

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'.
Run Code Online (Sandbox Code Playgroud)

/var/crash/_sbin_plymouthd.0.crash 在这里上传。

Alv*_*rik 10

我的解决方案是告诉普利茅斯通过以下步骤使用帧缓冲区:

echo "FRAMEBUFFER=y" | sudo tee -a /etc/initramfs-tools/conf.d/splash && sudo update-initramfs -u -k all
Run Code Online (Sandbox Code Playgroud)