Report this

What is the reason for this report?

Installing newer HWE version does not make message go away

Posted on August 1, 2014

Every time I SSH to my Ubuntu 12.04 server i get this message.

To upgrade to a supported (or longer supported) configuration:

  • Upgrade from Ubuntu 12.04 LTS to Ubuntu 14.04 LTS by running: sudo do-release-upgrade

OR

  • Install a newer HWE version by running: sudo apt-get install linux-generic-lts-trusty linux-image-generic-lts-trusty

I dont feel like doing an upgrade to 14.04 so I choose to do the second option. But after success I still get this message every time I log in



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.

I had the same problem, and had to select a different kernel in the control panel. These instructions were most helpful, thanks!

Ubuntu will display that message if the file /var/lib/update-notifier/hwe-eol exists. I’ve seen a few reports that it isn’t being properly updated after people upgrade their kernel version. You can safely remove that file. It will be recreated on a reboot if you indeed still have the have the old kernel in use.

If that’s the case, make sure you’ve set the kernel in the DigitalOcean control panel to match the one that is installed on the droplet. The virtualization that we use requires that a matching kernel be found installed in your libraries in the OS and is also found on the hypervisor settings for your droplet, which is set through the control panel.

  • uname -r tells you the version the control panel is using
  • ls -lah /lib/modules shows you the libraries you have installed

To change it in the control panel, you need to poweroff the machine. Then go to the control panel, click on the droplet, click “settings” and then “Kernel”. Next click the list and find the right version that matches your kernel libraries .e.g *Ubuntu 14.04 x64 3.13.0-30 Finally boot the droplet using the control panel.

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.