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!
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/modulesand select a matching kernel from the control panel. Once the new kernel has been selected, reboot and you should be all set.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.