进入rescue模式,选择root
输入命令
<pre name="code" class="cpp">mount -o remount rw / touch /etc/init.d/rc vim /etc/init.d/rcS打开rc后,按下i,输入如下代码
exec /etc/init.d/rc S ECS
最后按下:wq保存
重启系统。
进入rescue模式,选择root
输入命令
<pre name="code" class="cpp">mount -o remount rw / touch /etc/init.d/rc vim /etc/init.d/rcS打开rc后,按下i,输入如下代码
exec /etc/init.d/rc S ECS
重启系统。