linux 开机提示 Kernel panic - not syncing: Attempted to kill init! 解决方案

原因极可能是:“在设置selinux的时候,是不是位置写错了,应该修改SELINUX行,而不是SELINUXTYPE”

问题:开机提示“Kernel panic - not syncing: Attempted to kill init!”

 

解决方案:

1、强制重启,编辑grub启动选项,按E键,选中kernel开头的行,再按E键,在最后添加enforcing=0,

2、按B键重启,

3、系统正常启动后,修改grub启动选项(grub 配置文件通常是linux系统的/boot/grub/grub.conf文件)


 

 

你可能感兴趣的:(linux 开机提示 Kernel panic - not syncing: Attempted to kill init! 解决方案)