昨天不知道修改了个什么东东,然后今天我的vm就不能启动了,出现Kernel Update results in Pid: 1, comm: init Not tainted的错误,如下:


VM-Centos6.5开不了机:Kernel Update results in Pid: 1, comm: init Not tainted


VM-Centos6.5开不了机:Kernel Update results in Pid: 1, comm: init Not tainted

度娘了下,解决方案如下:

------------分割线-----------------------

1. CentOS6.5,reboot后也出现这种情况,后来在启动系统的时候,通过grub修改kernel参数,在kernel那行中加入selinux=0,然后点击Enter键,再点击B键,就可以重启

VM-Centos6.5开不了机:Kernel Update results in Pid: 1, comm: init Not tainted
2. 然后修改vi /etc/grub.conf 在 “kernel /vmlinuz-2.6.32-431.el6.x86_64...”后面加上selinux=0 下次重启就正常了。

相关文章:

  • 2021-08-28
  • 2021-05-31
  • 2022-12-23
  • 2021-10-22
  • 2021-05-20
猜你喜欢
  • 2021-10-16
  • 2022-12-23
  • 2021-04-28
  • 2022-12-23
  • 2021-08-02
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案