码迷,mamicode.com
首页 > 系统相关 > 详细

linux启动报错:kernel panic - not attempted to kill init

时间:2015-06-19 18:36:08      阅读:208      评论:0      收藏:0      [点我收藏+]

标签:

系统类型:CentOS 6.4(x64)

启动提示:Kernel panic - not syncing: Attempted to kill init

 

解决办法:

系统启动的时候,按下‘e’键进入grub编辑界面,编辑grub菜单,选择“kernel /vmlinuz-XXXXro root=/dev/vogroup00/logvol00 rhgb quiet” 一栏,按‘e’键进入编辑,在末尾增加enforcing=0,即:
kernel /vmlinuz-XXXXro root=/dev/vogroup00/logvol00 rhgb quiet enforcing=0(其中enforcing=0是需要加上去的,其他不动)
按‘b’键继续引导,OK顺利前进。(备注这里的XXX与你具体的系统版本有关)

linux启动报错:kernel panic - not attempted to kill init

标签:

原文地址:http://www.cnblogs.com/keethebest/p/4589210.html

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