Changes
no edit summary
This thread relates an error experienced with the yum method:
http://forum.openvz.org/index.php?t=rview&th=8098&goto=38102
<pre>
Ok I found the solution :
The problem is, when you install ovzkernel this way :
yum install ovzkernel
yum install in fact the 32bit and 64bit kernel.
The error comes when I try to boot on a 32bit kernel while It's a Centos 64bits.
The right command is to only install the version you need :
yum install ovzkernel.x86_64
</pre>