I have read somewhere that the standard Ubuntu Server release upgrade procedure does not work on OpenVZ guests, because the upgrade replaces the kernel with one that is not patched for OpenVZ.
Instructions - not to be followed - are here:
https://help.ubuntu.com/community/LucidUpgrades
Is it ok to do the do-release-upgrade then manually edit /boot/grub/menu.lst to boot with the old kernel?
Anyone with hands-on experience?
Instructions - not to be followed - are here:
https://help.ubuntu.com/community/LucidUpgrades
Is there any easy and safe way to upgrade 8.04 OpenVZ VPS guests to 10.04 without replacig the kernel?Network Upgrade for Ubuntu Servers (Recommended)
- Install update-manager-core if it is not already installed:
sudo apt-get install update-manager-core- edit /etc/update-manager/release-upgrades and set Prompt=lts
- Launch the upgrade tool:
sudo do-release-upgrade- Follow the on-screen instructions.
- At the end of the upgrade process you will be required to restart the server in order to boot into the new kernel. If you do not have access to the console of the system you are upgrading, you may need to edit /boot/grub/menu.lst and change the default boot kernel to the newly installed 10.04 kernel. If this step is not performed your server may attempt to boot into the 8.04 LTS kernel and will hang.
Is it ok to do the do-release-upgrade then manually edit /boot/grub/menu.lst to boot with the old kernel?
Anyone with hands-on experience?