0

I need hardware support afforded by the newer kernel, so I'm looking to upgrade, but I have only seen instructions relating to desktop editions and need guidance for upgrading Ubuntu Server.

mrjayviper
  • 1,555
  • 1
    AFAIK the procedure is the same – You'reAGitForNotUsingGit Jul 14 '17 at 11:43
  • 2
    Why do you want to upgrade? 16.04 LTS has long time support (5 years until April 2021), but 17.04 has only 9 months support (from April 2017 until January 2018). – sudodus Jul 14 '17 at 11:43
  • @sudodus hardware support afforded by the newer kernel – mrjayviper Jul 14 '17 at 11:45
  • @AndroidDev can't be the same since the examples I've seen requires me to go to "update software" GUI app and enable an option there – mrjayviper Jul 14 '17 at 11:46
  • 1
    I see. Well you upgrade stepwise. Backup! Make the current system up to date, remove PPAs. Upgrade to 16.10. Make that system up to date. Upgrade to 17.04. sudo do-release-upgrade – sudodus Jul 14 '17 at 11:48
  • @muru and while at first glance it seems a duplicate, things could've changed since then :) – mrjayviper Jul 14 '17 at 16:20
  • @mrjayviper then that post should be updated. – muru Jul 14 '17 at 16:21
  • @muru not my concern. perhaps you need to speak to a mod if you think the steps mentioned in that post is very much related to my question :) – mrjayviper Jul 14 '17 at 16:30
  • 1
    Considering that multiple answers say it isn't supported and so no steps are involved, that's not my concern either. Unless you have any new information about skipping releases being supported, then this post is very much a dupe of that post. – muru Jul 14 '17 at 16:49

1 Answers1

3

You don't need to upgrade the release, you can upgrade only kernel by running

sudo apt install linux-generic-hwe-16.04-edge

This will install kernel from 17.04.

To make use of the new kernel, reboot. GRUB2 will automatically picks the latest kernel.

urben
  • 421
Pilot6
  • 90,100
  • 91
  • 213
  • 324