码迷,mamicode.com
首页 > 其他好文 > 详细

not syncing: Attempted to kill init

时间:2015-08-09 00:20:20      阅读:113      评论:0      收藏:0      [点我收藏+]

标签:

这个是selinux造成的原因。

解决方法:

   键系统启动的时候,按下‘e’键进入grub编辑界面,编辑grub菜单,选择“kernel /vmlinuz-2.6.23.1-42.fc8 ro root=/dev/vogroup00/logvol00 rhgb quiet” 一栏,按‘e’键进入编辑,在末尾增加enforcing=0,即:
kernel /vmlinuz-2.6.23.1-42.fc8 ro root=/dev/vogroup00/logvol00 rhgb quiet enforcing=0

 

如果下次重启还有这种情况就永久关闭selinux,编辑/etc/sysconfig/selinux将selinux=enforcing修改为selinux=disabled。

或者编辑/etc/grub.conf, 在kernel /vmlinuz-2.6.23.1-42.fc8 ro root=/dev/vogroup00/logvol00 rhgb quiet 末尾增加enforcing=0。

直接关闭selinux最好

 

not syncing: Attempted to kill init

标签:

原文地址:http://www.cnblogs.com/kankanhua/p/4714192.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!