6

My update manager does not give me the option to upgrade to Ubuntu 12.10. That is, the "New distribution release '12.10' is available. Click Upgrade and follow the on-screen instructions" section is not shown.

I had the same problem upgrading to 12.04. Spent hours trying to upgrade the system, got lucky somehow, don’t definitively know how.

What I have done,

  • used Synaptic to clear package cache.
  • reloaded package list and upgraded all packages.
  • checked that ubuntu-standard and ubuntu-desktop packages are
    installed.
  • checked that the "notify me of new version" setting in update-manager is set to "all new versions"
  • update manager reports there are "no new updates"
  • sudo do-release-upgrade -d reports no release available
  • running update-manager -d does not help.
  • cat /etc/lsb-release output is: DISTRIB_ID=Ubuntu DISTRIB_RELEASE=12.04 DISTRIB_CODENAME=precise DISTRIB_DESCRIPTION="Ubuntu 12.04.1 LTS

Similar problem 1 | Similar problem 2 | Similar problem 3

entropy
  • 191

2 Answers2

6

Open "Update Manager" > click on "Setting" (bottom left) > change "Notify me of a new Ubuntu version" from "for long term support version" to "for any new version" > close

the again "check" for updates.

enter image description here

  • Thanks for the comment, however, bullet point four points out that I did try that already. cat /etc/update-manager/release-upgrades reports prompt=normal also. – entropy Oct 19 '12 at 20:14
  • oh, one another option! you can download Ubuntu 12.10 iso from website and boot it, then in installation menu select upgrade Ubuntu 12.04 to 12.10. –  Oct 21 '12 at 19:31
  • Was able to upgrade my system by booting from the 12.10 CD. I did not lose my home-folder, however, I lost all other system configurations and had to reinstall all non-default apps. – entropy Oct 26 '12 at 18:59
3

Was able to upgrade my system by downloading the Ubuntu 12.10 desktop iso image, writing it to DVD and booting from it. The installation utility has an option to upgrade the current installation rather than reinstalling a complete new system.

I did not lose my home-folder data, however, I lost all other system configurations and had to reinstall all non-default apps. I suggest making backups before installing.

entropy
  • 191