By jones
Updated from Ubuntu 14.04 to Ubuntu 14.10 x64 vmlinuz-3.16.0-23-generic by using Control Panel > Settings > Kernel. Followed procedure (save new kernel in control panel, power off on command line, then boot in control panel. Next command line log in (ssh) shows “Welcome to Ubuntu 14.04.1 LTS (GNU/Linux 3.16.0-23-generic x86_64)”. Kernel is correct, but Ubuntu version is not. No change after sudo apt-get update & sudo apt-get dist-upgrade & sudo apt-get autoremove.
Meanwhile, Control Panel > Settings > Kernel reports 14.10.
Should I ignore the command line report, or am I missing an upgrade step?
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!
It sounds like you’ve changed the kernel but not actually upgraded the rest of your system to 14.10. To check, look at the contents of the release file: cat /etc/os-release
In order to do a full upgrade, you need to run:
sudo apt-get update
sudo apt-get upgrade
sudo do-release-upgrade -d
Note the -d flag. It will check for the current “devel release.” While 14.10 has been officially released, the release upgrader isn’t yet suggesting it, so you’ll need to use the -d flag. Normally you should not need it.
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.