Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Upgrading ubuntu

  1. #1
    Join Date
    Feb 2006
    Beans
    43

    Upgrading ubuntu

    I don't know if this should go in absolute beginner because I've been using Ubuntu for quite some time and know my way around, mostly, but this is an absolute beginner's type of question I really should know the answer to but don't. I thought the answer would benefit beginners more than anyone else.

    How do you upgrade to the latest version of Ubuntu?

    I'd stopped using this PC for a while and it's gone horribly out of date; I'm still running Gutsy Gibbon. Now I can't use it anyway because I can't download/install any packages because, I assume, it's no longer supported.

    Also, is upgrading anything to worry about, i.e. is there any risk of losing anything that I should backup beforehand?

  2. #2

    Re: Upgrading ubuntu

    Back up your data before upgrading or doing a clean install. There are no 100% guarantees that all will go well. I would do a clean install of jaunty, but run the live cd for a while and see if it works well with your system.
    Learning is not attained by chance, it must be sought for with ardor and attended to with diligence. Abigail Adams ( 1744 - 1818 ), 1780;

    My blog Poetry and More Free Ubuntu Magazine

  3. #3
    Join Date
    Feb 2006
    Beans
    43

    Re: Upgrading ubuntu

    Well that's kind of the problem; I don't really want to do a clean install if I can help it because things didn't work smoothly straight away when I first installed Gutsy, it took a lot of effort to get everything working and now I need it to just work.

    What about doing the upgrade to 8.04 using the update manager? And is there any way to upgrade to 9.04 without doing a clean install?

  4. #4

    Re: Upgrading ubuntu

    There is a method to upgrade using the alternate cd.
    Last edited by Sef; June 23rd, 2009 at 11:18 AM. Reason: added link.
    Learning is not attained by chance, it must be sought for with ardor and attended to with diligence. Abigail Adams ( 1744 - 1818 ), 1780;

    My blog Poetry and More Free Ubuntu Magazine

  5. #5
    Join Date
    Feb 2006
    Beans
    43

    Re: Upgrading ubuntu

    Thanks Sef,

    I see from the upgrade notes that I could upgrade directly (using the update manager) from 7.10 to 8.04, from 8.04 to 8.10, and from 8.10 to 9.04 (but not directly from 7.10 to 9.04).
    https://help.ubuntu.com/community/Up...TS%20to%208.10

    That looks like a straight forward, if a little long, way of doing things but is it wise to upgrade like that?

    Also, let's say I just decide to do what looks like an easy upgrade to 8.04 LTS using the update manager and stick with that. How risky is it to do an update like that in terms of risk of loss of data and things going wrong? Will my settings, installed packages and everything like that be preserved? Or pehaps I'm worrying too much.
    Last edited by SegaFan; June 23rd, 2009 at 11:38 AM.

  6. #6
    Join Date
    Feb 2006
    Beans
    5,714

    Re: Upgrading ubuntu

    before doing any updating or upgrading, change your repo list and update. The archives aren't gone, just the address has been changed.

    Code:
    gksudo gedit /etc/apt/sources.list
    change archive.ubuntu.com to old-releases.ubuntu.com/ubuntu
    then run
    Code:
    sudo apt-get update && apt-get upgrade
    then you should be able to change your sources.list to whatever 8.04 uses and run
    Code:
    sudo apt-get dist-upgrade
    ** I've never done this in Ubuntu but it should work, YMMV
    Debian Testing(64bit) + XFCE4 AM2 5200+ ATI Radeon HD4350, 4gig RAM,320Gig and 750gig HDs

    what's the difference between an answer and a solution? An answer is what they want to hear, a solution is what they don't want to hear

  7. #7
    Join Date
    May 2007
    Location
    Virginia, USA
    Beans
    13,377
    Distro
    Ubuntu Mate Development Release

    Re: Upgrading ubuntu

    Quote Originally Posted by SegaFan View Post
    Or pehaps I'm worrying too much.
    Personally, don't think it's even possible to worry "too much" ...

    A reasonably good way to see what will work and what won't with an upgrade is to boot from the LiveCD for that version and see what works and doesn't. Of course, any customizing you did won't work, but the basic stuff will. You might be surprised by what works by default in the newer versions.

    Also, if you're really worried about problems with an update, suggest you do a backup of your existing installation to an external drive before you do the update. I use P.I.N.G (Partimage Is Not Ghost), but there are others as well. You want something that will allow you to burn a boot CD and restore from saved image files.

    That way, if an upgrade leaves you with unsolvable problems, you can get a working system back in 15 minutes instead of several hours.
    Ubuntu 20.04, Mint 19.10; MS Win10 Pro.
    Will not respond to PM requests for support -- use the forums.

  8. #8
    Join Date
    Nov 2006
    Location
    Montreal, Canada
    Beans
    485
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Upgrading ubuntu

    Quote Originally Posted by SegaFan View Post
    I see from the upgrade notes that I could upgrade directly (using the update manager) from 7.10 to 8.04, from 8.04 to 8.10, and from 8.10 to 9.04 (but not directly from 7.10 to 9.04).
    https://help.ubuntu.com/community/Up...TS%20to%208.10

    That looks like a straight forward, if a little long, way of doing things but is it wise to upgrade like that?
    Upgrades have a reputation of being pretty catastrophic and you're looking to do three back to back. In this case, I think a clean install is really the best way to go. In the end, I expect it will save you a ton of grief.

  9. #9
    Therion is offline I Ubuntu, Therefore, I Am
    Join Date
    Sep 2007
    Location
    Right behind you...
    Beans
    2,768
    Distro
    Ubuntu Karmic Koala (testing)

    Re: Upgrading ubuntu

    Quote Originally Posted by Celauran View Post
    In this case, I think a clean install is really the best way to go. In the end, I expect it will save you a ton of grief.
    Agreed... Well put.

  10. #10
    Join Date
    Jun 2009
    Beans
    Hidden!
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Upgrading ubuntu

    Quote Originally Posted by SegaFan View Post
    I don't know if this should go in absolute beginner because I've been using Ubuntu for quite some time and know my way around, mostly, but this is an absolute beginner's type of question I really should know the answer to but don't. I thought the answer would benefit beginners more than anyone else.

    How do you upgrade to the latest version of Ubuntu?

    I'd stopped using this PC for a while and it's gone horribly out of date; I'm still running Gutsy Gibbon. Now I can't use it anyway because I can't download/install any packages because, I assume, it's no longer supported.

    Also, is upgrading anything to worry about, i.e. is there any risk of losing anything that I should backup beforehand?
    I think you should burn a live-run CD and make sure it works on your system before you do ANYTHING else.
    Link: Help Vampires? * * * Please Edit First Post Title With "[SOLVED]" When It Is!
    MANDATORY INFORMATION: make, model/build number, OSes, software, accessories
    /customizations/modifications/peripherals/etc...and a DETAILED account of difficulties!

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •