If you are getting the following error on a XEN domU :
Unable to load SELinux Policy. Machine is in enforcing mode. Halting now. Kernel panic - not syncing: Attempted to kill init!
add the following line to domU config file :
extra = "selinux=0 ro"
If you are getting the following error on a XEN domU :
Unable to load SELinux Policy. Machine is in enforcing mode. Halting now. Kernel panic - not syncing: Attempted to kill init!
add the following line to domU config file :
extra = "selinux=0 ro"
Typically this occurs when a kernel update occurred on the node. Run this on the server node and then restart the VM having trouble.
/script/fixxenkernel
Powered by WordPress