Ubuntu 12.04.4 LTS to 14.04.1 LTS upgrade: "no new release found"

24,527

Actually -p option works to run the release upgrade:

do-release-upgrade -p

Here is the explanation of the -p option:

-p, --proposed
Try upgrading to the latest release using the upgrader from Ubuntu-proposed

P.S. Also on #ubuntu IRC channel nobody seems to know what actually "triggers" the do-release-upgrade command to work properly...

P.P.S. Caution when upgrading from Ubuntu 12.04 LTS to 14.04.1 LTS, as grub will fail to update kernel list.

Share:
24,527
mcantsin
Author by

mcantsin

Updated on September 18, 2022

Comments

  • mcantsin
    mcantsin over 1 year

    According to Trusty Tahr Release Schedule, Ubuntu LTS 14.04.1 (first .1 version) was released two days ago. Unfortunately when trying to upgrade using the do-release-upgrade command I get the message No new release found.

    Command line output:

    root@foobar:~# cat /etc/lsb-release
    DISTRIB_ID=Ubuntu
    DISTRIB_RELEASE=12.04
    DISTRIB_CODENAME=precise
    DISTRIB_DESCRIPTION="Ubuntu 12.04.4 LTS"
    root@foobar:~# do-release-upgrade 
    Checking for a new Ubuntu release
    No new release found
    

    The threads upgrading LTS to LTS and no new release found make totally sense, but as I understand the first dot 1 version of Ubuntu 14.04 (14.04.1) has yet been released, so why can't I still upgrade LTS to LTS?

    Is there a way to upgrade properly, not using the -d option with the do-release-upgrade command?

    • Chelseawillrecover
      Chelseawillrecover almost 10 years
      According to the release instruction: lists.ubuntu.com/archives/ubuntu-announce/2014-July/000188.h‌​tml Users of Ubuntu 12.04 will soon be offered an automatic upgrade to 14.04.1 via Update Manager
    • DisgruntledGoat
      DisgruntledGoat almost 10 years
      I have the same issue. @Chel I saw that too in my research, but the question is, when is "soon"?
    • Tim
      Tim almost 10 years
      @Dis Who knows? It may be a chance thing, whereby only 10% of people requesting get it otherwise the download would be painful with all the requests at the same time. (Purely speculation)
    • DisgruntledGoat
      DisgruntledGoat almost 10 years
      @Tim somebody must know!
    • user3829105
      user3829105 almost 10 years
    • Tim
      Tim almost 10 years
      @Dis Not if, as I said, it is random...
    • DisgruntledGoat
      DisgruntledGoat almost 10 years
      @Tim I meant if it was random like you said, someone must know that it's random. That's a valid answer if it is the case.
    • Tim
      Tim almost 10 years
      I haven't found any evidence to support that it is random... It says you should be able to upgrade from the 24th.
  • Tim
    Tim almost 10 years
    Nope, Checking for a new Ubuntu release /n No new release found Didn't work for me
  • sreeroop
    sreeroop almost 10 years
    According to answers to this question, the Proposed repository can be unstable and isn't usually suitable for production systems. Even if -p does perform the upgrade (as it does for me), I doubt that it is "a way to upgrade properly," any more than -d is.