OpenVZ kernel panic

Posted by GtoXic on Server Fault See other posts from Server Fault or by GtoXic
Published on 2012-07-16T20:19:58Z Indexed on 2012/09/19 9:41 UTC
Read the original article Hit count: 219

Filed under:
|

I recently installed OpenVZ on my VMWare box (To do some testing) and I get the following:

https://www.dropbox.com/s/p38btkv5j84bvsh/Capture.JPG

the GRUB config is as follows:

# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /boot/, eg.
#          root (hd0,0)
#          kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
#          initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title OpenVZ (2.6.32-042stab057.1)
        root (hd0,0)
        kernel /vmlinuz-2.6.32-042stab057.1 ro root=/dev/VolGroup00/LogVol00 sysfs.deprecated=1
        initrd /initrd-2.6.32-042stab057.1.img
title CentOS (2.6.18-238.el5)
        root (hd0,0)
        kernel /vmlinuz-2.6.18-238.el5 ro root=/dev/VolGroup00/LogVol00
        initrd /initrd-2.6.18-238.el5.img

© Server Fault or respective owner

Related posts about centos5

Related posts about openvz