在虚拟机中安装好red hat enterprise linux6.4和VMware tools之后关机增加了一块50G的虚拟硬盘,再次启动系统的时候出现“Kernel Panic -- not syncing: attempted to kill init”。
我的解决方法是(网上并成功的方法):
系统启动的时候,按下‘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
按‘b’键继续引导,OK顺利前进。
本文出自 “个人博客” 博客,请务必保留此出处http://fuguang.blog.51cto.com/3213319/1378615
Kernel Panic -- not syncing: attempted to kill init,布布扣,bubuko.com
Kernel Panic -- not syncing: attempted to kill init
原文:http://fuguang.blog.51cto.com/3213319/1378615