红联Linux门户
Linux帮助

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

发布时间:2014-11-04 15:38:05来源:linux网站作者:zisehuainian

系统类型:CentOS 6.5(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与你具体的系统版本有关)