首页 > 其他 > 详细

Kernel Panic -- not syncing: attempted to kill init

时间:2014-03-19 01:29:57      阅读:516      评论:0      收藏:0      [点我收藏+]

在虚拟机中安装好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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!