更新ubuntu系统内核后,引导界面出现:a start job is running for hold until boot process finishes up(x s/unlimit)无法进入系统
问题原因:GDM(GNOME Desktop Manager)出现兼容问题
解决方法:卸载GDM,换装其他界面管理器登陆(例:LightDM)
具体步骤:
1 grub界面用旧内核登陆系统
2 终端:
apt-get update
apt-get remove gdm3
apt-get autoremove #删除与gdm相关的依赖
apt-get install lightdm
reboot
3 正常登陆ubuntu系统
来源:CSDN
作者:xingYao209714
链接:https://blog.csdn.net/csdnhhxxttxs/article/details/104080413