Centos 服务器 无法启动 Failed to start Login Service

Centos 服务器 无法启动 Failed to start Login Service 

 

1在选择内核界面按E编辑内核

 

现在,向下滚动到内核引导行,并在行尾即UTF8后面添加 init=/bin/bash,如下所示。

 

按ctrl +x启动

 

 

mount -o remount,rw /

 

vim /etc/sysconfig/selinux   

SELINUX=disable

 

保存

 

重启     sbin/reboot   如报错....failed to link deamon      则    sbin/reboot -f

你可能感兴趣的:(linux)