Server with OS - Red Hat. Kernel 2.6.32-279.el6.x86_64
The server is spinning on VmWare. It worked fine, but suddenly, in the morning, I stopped letting the user in. I decided to restart the server. After the reboot, the server fell into the Kernel Panic.
Grub.conf config
root (hd0,0) kernel /vmlinuz-2.6.32-279.el6.x86_64 ro root=UUID=357f520e-d03a-4990-996b-06b24ac965bb rd_NO_LUKS KEYBOARDTYPE=pc KEYTABLE=us LANG-en_US.UTF-8 rd_NOMD SYSFONT=latarcyrheb-sun16 crashkernel=auto rd_NO_LVM biosdevname=0rd_NO_DM rhgb quiet initrd /initramfs-2.6.32-279.el6.x86_64.img From the boot logs you can see that the problem with SELinux.
,
Although the load_policy file is in place.
[root@localhost sbin]# ls -la | grep load_ -rwxr-xr-x. 1 root root 11216 Mar 6 06:04 load_policy If you disable SELinux when loading the kernel, it crashes into a new error: 
And in fact, I read that it does not make sense to disable SELinux.
I found a similar problem with xen , but I didn’t quite realize how he solved it. If someone translates on fingers, I will be grateful.




root=UUID=357f520e-d03a-4990-996b- 06b24ac965bb- is there really a space (even two) or is it a copy error? - aleksandr barakinbecause some lib64 packages that chroot needs to have a perfect behavior was not included inside guest filesystem that I had created When these pachages were included into /lib64 of the guest root filesystem everything worked well./ Maybe you (or auto-update system) did something with / lib64? / To be honest, how specifically to restore in VmWare (remount the disk to another virtual machine and roll there?) I do not know. - avp