问题描述:
centos6.x开机卡死在进度条处
远程登录,查看系统日志,看看卡在哪儿
通过远程连接,tail -fn 20 /var/log/messages
发现报错:
init: prefdm main process -terminated with status 1
init: prefdm respawning too fast,stopped
然后无法继续启动。prefdm路径:/etc/X11/prefdm,负责启动图形界面。
解决方法:
重启服务器进入single单用户模式,修改inittab为3后,重启可以进入文字模式,或者直接init 3进入,重新安装hal服务后再重新启动即可进入正常启动图形模式




相关文章:

  • 2021-09-15
  • 2021-07-12
  • 2021-12-19
  • 2022-12-23
  • 2021-05-03
  • 2021-10-01
猜你喜欢
  • 2022-12-23
  • 2022-02-10
  • 2021-10-26
  • 2022-02-10
  • 2021-11-17
  • 2021-05-17
相关资源
相似解决方案