8

I saw an article that 14.04.1 was released today so I went to update an LTS machine but it didn't find an update.

$ sudo do-release-upgrade
Checking for a new Ubuntu release
No new release found

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 12.04.4 LTS
Release:    12.04
Codename:   precise

What's the criteria for getting upgrades for LTS releases?

bain
  • 11,260
MichaelB
  • 181
  • 1
  • 2
  • http://fridge.ubuntu.com/2014/07/25/ubuntu-14-04-1-lts-released/ says users of 12.04 will soon be offered this upgrade. Wait a couple of days. – muru Jul 25 '14 at 12:24
  • @bain9 Not a duplicate, questions are on different Ubuntu version. The other question asked for an upgrade to 14.04 which is not supported by the do-release-upgrade tool. – Emmanuel Aug 06 '14 at 09:46
  • @Emmanuel how are they different Ubuntu versions? Both questions are asking to upgrade from 12.04 to 14.04. – Alaa Ali Aug 06 '14 at 15:54
  • 1
    @AlaaAli This question 14.04.1 (14.04 update 1). Other question 14.04 no update. Version number are different, answer are different. – Emmanuel Aug 07 '14 at 09:21

3 Answers3

5

LTS releases are aimed at people who desire stability over the latest features. For this reason we want to establish that the next LTS release is stable before its made available.

This happens with the first point i.e. When we release Ubuntu 14.04.1

This happened today 25 July 2014 as you can see from this release announcement on the fridge.

In the next few days you will start seeing an option to upgrade when you run the Update Manager.

There is no urgent need for you to update yet however. Ubuntu 12.04 is supported till April 2017 and you can upgrade any time from when the Update manger first offers you 14.01 (some time in the next few days) till just before the current LTS release goes EOL.

Warren Hill
  • 22,112
  • 28
  • 68
  • 88
  • 1
    Your comment regarding support is a little ambiguous, as some HWE's will start expiring much sooner than 2017:

    "Your current Hardware Enablement Stack (HWE) is going out of support on 08/07/14. After this date security updates for critical parts (kernel and graphics stack) of your system will no longer be available."

    – Canuteson Jul 25 '14 at 20:25
  • Can you find link to support your statement? My date for Ubuntu 12.04 is for Ubuntu. I fully accept the other flavours such as Kubuntu & Lubuntu may have a different schedule. – Warren Hill Jul 25 '14 at 21:10
  • 1
    @Warren Hill: https://wiki.ubuntu.com/1204_HWE_EOL – lwho Jul 26 '14 at 10:39
  • 1
    I'm confused that two days later http://changelogs.ubuntu.com/meta-release-lts still doesn't include 14.04.1. – duelin markers Jul 27 '14 at 17:25
  • 1
    That's the message I get when I login to one of my production boxes which is running 12.04.4.

    Note this relates to Hardware Enablement Stacks specifically, rather than Precise in general.

    https://wiki.ubuntu.com/HweStackEolNotifications

    https://wiki.ubuntu.com/Kernel/LTSEnablementStack

    – Canuteson Aug 04 '14 at 02:47
0

I just repeat my answer from HERE ;)

I got the same problem 3 days ago and you have two options (considering your network connection is fine).

First option is go HERE choose your country etc. and mark your version of Ubuntu as 14.04. Then paste generated list into /etc/apt/sources.list (better backup first). Then run sudo apt-get update; sudo apt-get upgrade -y then run do-release-upgrade. It's highly possible that you also have to repair grub after that. And to do that you will need bootable CD or USB, so you simply can run your update from Live CD. And that is the second option.

-2

To get Ubuntu 14.04.1

   sudo do-release-upgrade -d
xxxx
  • 5
  • The question was asking about an online update of a 12.04 system, not doing a fresh install. – bain Jul 25 '14 at 12:49
  • 5
    NO, especially in a server environment, this is not a prefered solution. do-release-upgrade -d will not install the stable LTS upgrade but a development version. – Stef K Jul 25 '14 at 17:06