Server don't come up after Upgrade to 1.6

rethus

Active Member
Feb 13, 2010
49
0
26
[solved] Server don't come up after Upgrade to 1.6

i have Debian Lenny and have done
Code:
aptitude safe-upgrade
to upgrade Proxmox to 1.6

After that, the Server don't comes up again.
So i start in rescue-Mode and remount the sda1 and the lvm partition.
Then i do
Code:
aptitude install pve-kernel-2.6.35-1-pve pve-headers-2.6.35-1-pve
and
Code:
aptitude install proxmox-ve-2.6.35
.

But if i do
Code:
cat /boot/grub/menu.lst
, i only see entrys like this:

Code:
title           Proxmox Virtual Environment, kernel 2.6.18-4-pve
root            (hd0,0)
kernel          /vmlinuz-2.6.18-4-pve root=/dev/mapper/pve-root ro 
initrd          /initrd.img-2.6.18-4-pve

title           Proxmox Virtual Environment, kernel 2.6.18-2-pve
root            (hd0,0)
kernel          /vmlinuz-2.6.18-2-pve root=/dev/mapper/pve-root ro 
initrd          /initrd.img-2.6.18-2-pve

title           Proxmox Virtual Environment, kernel memtest86+
root            (hd0,0)
kernel          /memtest86+.bin
I even try update-grub, but nothing seems to help?
Any idea, what i could do to fix the problem?


If i do
ls -als /dev/mapper/
i got this:
control pve1-data pve1-vm--106--disk--1
So no pve-root seems to be there anymore.
 
Last edited:
Ok, my Proxmox start now - i have edit the grub-config-file manualy.
But now i have the problem:
Code:
2010-11-16T12:01:50+0100 vzctl : CT 101 : Stopping container ...
2010-11-16T12:02:08+0100 vzctl : CT 101 : Container was stopped
2010-11-16T12:02:08+0100 vzctl : CT 101 : Container is unmounted
2010-11-16T13:58:21+0100 vzctl : CT 101 : Unable to open /dev/vzctl: No such file or directory
2010-11-16T13:58:21+0100 vzctl : CT 101 : Please check that vzdev kernel module is loaded and you have sufficient permissions to access the file.
2010-11-16T13:58:58+0100 vzctl : CT 101 : Unable to open /dev/vzctl: No such file or directory
2010-11-16T13:58:58+0100 vzctl : CT 101 : Please check that vzdev kernel module is loaded and you have sufficient permissions to access the file.
 
Ok, solved the Problem.
I've installed Kernel 2.6.35, but this Kernel is only for KVM, but i use OpenVZ.
 
just run aptitude install proxmox-ve-2.6.18 or aptitude install proxmox-ve-2.6.32 to get OpenVZ

if the server does not boot - any details?
 
how did you solve this problem?

edit: i solved the problem reinstalling the kernel
 
Last edited: