LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 07-26-2014, 10:08 AM   #1
ravisingh1
Member
 
Registered: Apr 2013
Location: Mumbai
Distribution: Ubuntu13.10
Posts: 291

Rep: Reputation: Disabled
How to upgrade Ubuntu 13.10 (end of life) to Ubuntu 14.04?


I've EOL release of Ubuntu 13.10. Now I want to upgrade to next release. For this I read many sites. So herein I would like to clarify & confirm ways for the same.

1) This site of ubuntu mentions how to upgrade from 8.10 to 9.04.

It says to make sure the sources.list (/etc/apt/sources.list) has the following:
Code:
## EOL upgrade sources.list
 # Required
 deb http://old-releases.ubuntu.com/ubuntu/ intrepid main restricted universe multiverse
 deb http://old-releases.ubuntu.com/ubuntu/ intrepid-updates main restricted universe multiverse
 deb http://old-releases.ubuntu.com/ubuntu/ intrepid-security main restricted universe multiverse

 # Optional
 #deb http://old-releases.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse
 #deb http://old-releases.ubuntu.com/ubuntu/ intrepid-proposed main restricted universe multiverse
Now my sources.list in 13.10 has the following. It doesn't have the words "universe multiverse" as is mentioned above.
Code:
# deb cdrom:[Ubuntu 13.10 _Saucy Salamander_ - Release i386 (20131016.1)]/ saucy main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://in.archive.ubuntu.com/ubuntu/ saucy main restricted
deb-src http://in.archive.ubuntu.com/ubuntu/ saucy main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://in.archive.ubuntu.com/ubuntu/ saucy-updates main restricted
deb-src http://in.archive.ubuntu.com/ubuntu/ saucy-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://in.archive.ubuntu.com/ubuntu/ saucy universe
deb-src http://in.archive.ubuntu.com/ubuntu/ saucy universe
deb http://in.archive.ubuntu.com/ubuntu/ saucy-updates universe
deb-src http://in.archive.ubuntu.com/ubuntu/ saucy-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://in.archive.ubuntu.com/ubuntu/ saucy multiverse
deb-src http://in.archive.ubuntu.com/ubuntu/ saucy multiverse
deb http://in.archive.ubuntu.com/ubuntu/ saucy-updates multiverse
deb-src http://in.archive.ubuntu.com/ubuntu/ saucy-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://in.archive.ubuntu.com/ubuntu/ saucy-backports main restricted universe multiverse
deb-src http://in.archive.ubuntu.com/ubuntu/ saucy-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu saucy-security main restricted
deb-src http://security.ubuntu.com/ubuntu saucy-security main restricted
deb http://security.ubuntu.com/ubuntu saucy-security universe
deb-src http://security.ubuntu.com/ubuntu saucy-security universe
deb http://security.ubuntu.com/ubuntu saucy-security multiverse
deb-src http://security.ubuntu.com/ubuntu saucy-security multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu saucy partner
# deb-src http://archive.canonical.com/ubuntu saucy partner

## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu saucy main
deb-src http://extras.ubuntu.com/ubuntu saucy main
So, do I need to include those words in my sources.list or simply I replace the current codename "saucy" to "trusty" other than replacing "archive.ubuntu.com" to "old-releases.ubuntu.com". Please clarify the codename of 14.04 to be used in the sources.list, is it "trusty" (I feel so) or "trusty tahr". If the code name to be used is "trusty", then I don't know why this Ubuntu site mentions it's codename as "trusty tahr"!!!! Also as the 1st link explains, is it O.K. that I delete all lines from my sources.list (in 13.10) & only include the stated 8 sentences (obviously by replacing with the relevant codename) as mentioned in the 1st code of this Q?

2) Now that 1st link says to run the below commands.

Code:
 sudo aptitude update && sudo aptitude safe-upgrade
 sudo do-release-upgrade
That's all! But this link of Ubuntu also states of installing some meta-packages/dependencies. Please clarify what's these dependencies & is it reqd. to install these? If reqd. then why that link (1st link of upgrading from 8.10 to 9.04) doesn't mention this?

3) Also, one more point I would like to clarify. See rather than doing via cli, I'm getting a way to do via GUI. See if I only replace archive.ubuntu.com to old-releases.ubuntu.com then when I run "software updater", it has option to upgrade as shown in the attachment.
can my system be upgraded this way even? I'm asking this because I couldn't find this method mentioned for upgrading EOL.

4) This is my last point to ask. (Sorry for extending this thread) Once I run the command to upgrade sudo do-release-upgrade via cli or if I click the "Upgrade" button on the GUI of the updater, is it possible that it doesn't require my intervention or input anymore (assuming no error occurs) to complete the upgrade so that I can run the upgrade process in the night before going to sleep & when I get up it should be done?
Attached Thumbnails
Click image for larger version

Name:	upgrade.jpg
Views:	17
Size:	152.1 KB
ID:	15971  
 
Old 07-26-2014, 01:22 PM   #2
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Follow the instructions on the Ubuntu website: http://www.ubuntu.com/download/desktop/upgrade
 
1 members found this post helpful.
Old 07-28-2014, 02:54 AM   #3
ravisingh1
Member
 
Registered: Apr 2013
Location: Mumbai
Distribution: Ubuntu13.10
Posts: 291

Original Poster
Rep: Reputation: Disabled
Today I upgraded my EOL (end of life) system Ubuntu 13.10 to 14.04. It downloaded 738 MB. Then while upgrading or installing, it messaged something like this: "finishing the installation (& stopping to install further) as many errors are detected. Press 'ENTER' to continue" I pressed 'ENTER' key. Then immediately the '$' (prompt) returned back. I confirmed that the system was upgraded to Ubuntu 14.04. Then the system failed to reboot. I checked before rebooting that 'print screen' button wasn't functioning. Also while upgrading, I read at one point it was written that there is high possibility that the system would be broken.

As the system failed to reboot, I installed back my previous distribution Ubuntu 13.10 using bootable pen drive.

Please look below to know what all I did to upgrade:

Quote:
First I edited the /etc/apt/sources.lst file by replacing archive.ubuntu.com with old-releases.ubuntu.com

Then I ran:

Code:
sudo apt-get update
sudo apt-get dist-upgrade (this command didn't do anything; simply had output "0 upgraded, 0 installed ..........")
sudo do-release-upgrade
Then it downloaded 738 MB of data but the system couldn't boot after the upgradation. Having no other option, I reinstalled the previous distro Ubuntu 13.10.

I feel the only solution left for me is to download the iso image of the new distro & install preparing bootable pen drive.

Also, I can not experiment upgrading many times as it will increase my monetary expense as each upgradation requires 738 MB of data to download.

Is it O.K. or any other way also!!
 
Old 07-28-2014, 05:33 AM   #4
snowday
Senior Member
 
Registered: Feb 2009
Posts: 4,667

Rep: Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411
Quote:
Originally Posted by ravisingh1 View Post
I feel the only solution left for me is to download the iso image of the new distro & install preparing bootable pen drive.
This is the most frequently recommended upgrade method.
 
  


Reply

Tags
end of life release, release upgrade



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Ubuntu 13.04 Reaches End of Life on January 27, Get Ubuntu 13.10 LXer Syndicated Linux News 0 01-07-2014 01:00 PM
LXer: Ubuntu 11.04 reaching end of life LXer Syndicated Linux News 0 09-17-2012 12:40 PM
how to make end of life ubuntu versions work mzsade Linux - Desktop 7 08-04-2011 03:21 AM
LXer: Ubuntu 6.06 Dapper Drake Reaches End of Life LXer Syndicated Linux News 0 04-20-2011 08:50 PM
LXer: Ubuntu 5.10 reaches end-of-life LXer Syndicated Linux News 0 03-16-2007 03:46 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 07:03 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration