installation - Ubuntu OpenVZ Kernel panic error when booting -



installation - Ubuntu OpenVZ Kernel panic error when booting -

i want utilize openvz on ubuntu 14.04 trusty platform. installed rhel6 2.6.32 kernel (vzkernel_2.6.32-042stab093.5_amd64 kernel) next instructions given in installing , using openvz on ubuntu 13.04 (amd64)

when machine booted vzkernel_2.6.32, next error:

"kernel panic - not sysncing: fatal exception"

and boot freezes. however, can interrupt booting , select original ubuntu kernel , machine boots fine.

please see attached screen shots. screen shot of kernel panic boot error

boot menu: imgur.com/5vjbzuj

hardware: dell poweredge t105 (quad core cpu, 8 gb ram)

os: ubuntu 14:04 (trusty) 64-bit

uname -r: 3.13.0-39-generic

i have installed next components openvz:

ploop-1.12.1-1.x86_64.rpm vzctl-core-4.8-1.x86_64.rpm ploop-lib-1.12.1-1.x86_64.rpm vzkernel-2.6.32-042stab093.5.x86_64.rpm vzctl-4.8-1.x86_64.rpm vzquota-3.1-1.x86_64.rpm

i used next steps installation:

$ sudo dpkg -i vz*.deb ploop*.deb $ sudo vim /etc/default/grub $ sudo update-grub $ sudo update-rc.d vz defaults $ sudo update-rc.d vzeventd defaults $ sudo ln -s /usr/lib64/libvzctl-4.8.so /usr/lib $ sudo ln -s /usr/lib64/libploop.so.1.12.1 /usr/lib $ sudo vi /etc/init.d/vz added following: $ sudo vi /etc/sysctl.conf [...] net.ipv4.conf.all.rp_filter=1 net.ipv4.icmp_echo_ignore_broadcasts=1 net.ipv4.conf.default.forwarding=1 net.ipv4.conf.default.proxy_arp = 0 net.ipv4.ip_forward=1 kernel.sysrq = 1 net.ipv4.conf.default.send_redirects = 1 net.ipv4.conf.all.send_redirects = 0 net.ipv4.conf.eth0.proxy_arp=1 [...] $ sudo sysctl -p $ sudo apt-get install vzdump

any help in fixing appreciated.

thanks

openvz uses rhel6 2.6.32 kernel basis. doubt, boot ubuntu 14.04 1 of rhel6 stock kernels, ubuntu 14.04 depends on newer kernel features not backported or debian/ubuntu specific modifications.

if want seek openvz-kernel on laptop, suggest using hypervisor kvm, xen or virtualbox, or installing rhel6/centos6/debian6 on separate partition.

linux-kernel installation ubuntu-14.04 panic openvz

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -