Report this

What is the reason for this report?

Upgrading Ubuntu Version 10.04 to 14.04

Posted on February 16, 2015
Curt Rowe

By Curt Rowe

Independent Contractor

I rebuilt my droplet and mistakenly chose Ubuntu 10.04 x64 vmlinuz-2.6.32-41-server. It works fine, but obviously is a very old image. I’ve found a good article on changing the kernel. It says the version I install on the command line must match the one I choose on the Control Panel. When I enter the console command apt-cache search linux-image, the newest version I see is:

linux-image-3.0.0-32-server - Linux kernel image for version 3.0.0 on x86_64

That image doesn’t appear in the control panel. Is it possible to get from 10.04 to 14.04? I’m running an Ruby on Rails low usage personal website. Is it important to upgrade?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

This question was answered by @ryanpq:

Your apt-cache search will display the kernels available for 10.04. By doing a dist-upgrade your apt database will be updated form the 14.04 repositories and this is not the kernel version would would end up with. As this is a fairly big upgrade I would recommend ensuring you back up anything important before proceeding and then use the following method:

apt-get update;
apt-get dist-upgrade;

then review what kernels you have modules available for:

ls /lib/modules

and select a matching kernel from the control panel. Once the new kernel has been selected, reboot and you should be all set.

View the original comment

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.