New Kernel for Proxmox VE 3.0 - installation failed

minasmorgul

New Member
Jul 22, 2013
17
0
1
Hello Proxmox community,

i'm fresh with Proxmox and first thing i did, is running into trouble.

After installing Proxmox 3.0-0428106c-13 i run

Code:
apt-get update
apt-get upgrade
apt-get dist-upgrade

and i got the new kernel which did not boot any more!

Selecting the old kernel in grub does work. Im up to remove the new Kernel now (hopefully that will work).

Did i something wrong, with my installing method?

Regards,
minas
 
Last edited:
Hello All,

removing the new kernel was successfull :) ...

... but how to install it correctly?

Regards,
minas
 
Hello snowmann66,

that is more or less exactly what i did. I just made the upgrade in two steps:

Code:
apt-get upgrade
apt-get dist-upgrade

is that in deed responsible for the Problem?

Regards,
minas
 
Hello All,

i was able to workaround that issue by running
Code:
update-grub
directly after
Code:
apt-get dist-upgrade
and before reboot.

Regards,
minas