Kernel panic – not syncing: Attempted to kill init 解决

   因为业务需要关闭了selinux,系统重启后就出现 Kernel panic – not syncing: Attempted to kill ini。

Kernel panic – not syncing: Attempted to kill init 解决_第1张图片

解决办法:

  系统启动的时候,按下‘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

你可能感兴趣的:(linux)