PDA

View Full Version : [lubuntu] Upgrade from 13.10 to 14.04 today



banzaay
January 29th, 2016, 05:41 PM
Hi all,

i have an OLD laptop with Lubuntu 13.10, I followed this guide

https://askubuntu.com/questions/91815/how-to-install-software-or-upgrade-from-an-old-unsupported-release

to upgrade using the unsupported repositories.

Now I'm trying to Upgrade to 14.04 with the following commands

sudo do-release-upgrade

and

sudo do-release-upgrade -d

both commands give a message that No New Release is available.

Anyone Can help me ??

Thanks in advice
Mirko

QDR06VV9
January 29th, 2016, 05:56 PM
I just noticed this "sudo do-release-upgrade -d"
The -d switch takes you to a development release as in Xenial(16.04) not good..
By the sounds of what your post reads nothing happened..and that is a Good thing here.
But to dist-upgrade to Trusty(14.04)
In the terminal run:

sudo sed -i 's/saucy/trusty/g' /etc/apt/sources.list


Which will change your repos from Saucy to Trusty..
And then run

sudo apt-get update

to update to the new repos

sudo apt-get dist-upgrade


to pull in the new changes..

sudo apt-get upgrade

to be sure everything is current.

***WARNING***
If you have any proprietary drivers installed you will need to uninstall those before doing the above . (Except Intel Video Drivers no worries here)
Hope that was helpfull
Regards

oldos2er
January 29th, 2016, 06:18 PM
sudo do-release-upgrade -d

Why would you want to upgrade to 16.04? That seems like a good way to break your system.

Can you post the contents of your sources.list?
cat /etc/apt/sources.list

grahammechanical
January 29th, 2016, 07:22 PM
sudo do-release-upgrade -d

both commands give a message that No New Release is available.

You may already be on the next development release (xenial xerus = 16.04). The switch -d = development release. To find out what version of Ubuntu you are now on,


lsb_release -a

If you see this


No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu Xenial Xerus (development branch)
Release: 16.04
Codename: xenial

Then, update daily or weekly or fortnightly until the end of April then you will be using 16.04 LTS.

Regards

banzaay
February 1st, 2016, 12:44 PM
Your solution works.

Thanks for your help.

vasa1
February 1st, 2016, 01:20 PM
Hi all,

i have an OLD laptop with Lubuntu 13.10, I followed this guide

https://askubuntu.com/questions/91815/how-to-install-software-or-upgrade-from-an-old-unsupported-release

to upgrade using the unsupported repositories.

Now I'm trying to Upgrade to 14.04 ....
How did 16.04 get into the picture?

grahammechanical
February 1st, 2016, 02:06 PM
Your solution works.

I did not want to say it because 16.04 has not yet reached beta software stage and there are always concerns about the stability of development software but I have been using xenial xerus (16.04) for 12 weeks. It is very stable. I am sure that the system will be fine.

16.04 comes into it with "do-release-upgrade -d." The wiki page gives complete information but in some cases complete information is a little too much information.

Regards.