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

Thread: Upgrading 10.04 to 12.04

  1. #1
    Join Date
    Jun 2013
    Beans
    21

    Upgrading 10.04 to 12.04

    As a beginner I can't get my Linux system to do much at all without having to install a number of packages each time I try something (despite having apparently tens of thousands of files already present!).

    From my first thread ('X programming') it seemed that my 10.04.01 system is too old, packages are no longer available, or don't exist for my hardware (ARM). Today, I wanted to set up file sharing with Windows, and instructed it to install whatever it had to, via a series of dialogs. At the end it just said 'Sharing installation service failed.' without further details (just like anything else I try and do on this damn machine! Nothing works.)

    So I thought I'd upgrade to 12.04 by following these instructions:

    http://www.liberiangeek.net/2012/04/...-the-terminal/

    However, it just says: 'Authenticating the upgrade failed. ... problem with the network or with the server'.

    What is someone supposed to do next? (Not that I have much confidence it will manage to go through the entire process, which I imagine is fairly involved, without at least one more fatal error coming up. Nor that 12.04 would be much better anyway!)

  2. #2
    Join Date
    May 2009
    Location
    Indiana
    Beans
    1,971
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Upgrading 10.04 to 12.04

    First of all, before attempting an upgrade, you should back up your important files. Upgrading doesn't always go smoothly.

    Secondly, the instructions you tried to follow are out-of-date. Those instructions would have worked prior to April 2013, when support for 10.04 ended. At that point, the repositories were moved. (That's also the reason you received the "Sharing installation service failed" message.)

    You need to redirect your sources file to the new location. Open the file using a text editor. (I recommend gedit rather than vi, because for the average user, it's easier.)

    Code:
    sudo gedit /etc/apt/sources.list
    The source lines you need to edit will look like this:
    Code:
    deb http://address-of-mirror/archivename/ lucid repository-name
    Replace the address so that it looks like this
    Code:
    deb http://old-releases.ubuntu.com/ubuntu lucid repository-name
    (I italicized what you should change for clarity. Don't attempt to italicize them in the file.)

    Then save and close the file.

    You can then proceed with
    Code:
    sudo apt-get update && sudo apt-get upgrade && sudo apt-get autoremove
    and then move on with the upgrade process.
    Jane, stop this crazy thing!

  3. #3
    Join Date
    Oct 2005
    Location
    INDY
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Upgrading 10.04 to 12.04

    https://help.ubuntu.com/community/EOLUpgrades

    This should work but the other option is to do a fresh install of 12.04 which many consider to be better.
    There were many significant changes between 10.04 and 12.04.

    Back Up your important data before you begin!
    Castles Made of Sand,
    Fall in the Sea,
    Eventually!

  4. #4
    Join Date
    Apr 2011
    Location
    3rd Rock from the Sun
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Upgrading 10.04 to 12.04

    Doing a clean install of 12.04 is a good idea. Just Backup your important DATA first. Upgrading internally from 10.04 to 12.04 will NOT be without issues, and it can get messy. Fresh 12.04 install is recommended.
    "Evolution is Nature's way of issuing upgrades."


  5. #5
    Join Date
    Jun 2013
    Beans
    21

    Re: Upgrading 10.04 to 12.04

    Quote Originally Posted by sal55 View Post

    So I thought I'd upgrade to 12.04 by following these instructions:

    http://www.liberiangeek.net/2012/04/...-the-terminal/
    Wrong link! It was actually the gui version:

    http://www.liberiangeek.net/2012/03/...-ubuntu-12-04/

    However, I changed the sources.list file as suggested by newb85 and still had the same authentication error. (I'll try it the way it says in arpanaut's link in a minute.)

    If I wanted to do a fresh install, how does that work exactly? Doesn't it need to be provided by the manufacturer of my machine, or does a Ubuntu distribution exclude hardware-dependent components? (I wondered about that also when using the generic 'old-releases.ubunto.com/ubuntu').

    (There are also questions about the exact mechanics of how the new distribution gets inside my machine, which has internal flash memory, but I guess that can be answered with an on-line search!)

  6. #6
    Join Date
    Nov 2009
    Beans
    Hidden!
    Distro
    Kubuntu 20.04 Focal Fossa

    Re: Upgrading 10.04 to 12.04

    double post
    Last edited by mastablasta; July 1st, 2013 at 12:19 PM. Reason: deleted
    Read the easy to understand, lots of pics Ubuntu manual.
    Do i need antivirus/firewall in linux?
    Full disk backup (newer kernel -> suitable for newer PC): Clonezilla
    User friendly full disk backup: Rescuezilla

  7. #7
    Join Date
    Nov 2009
    Beans
    Hidden!
    Distro
    Kubuntu 20.04 Focal Fossa

    Re: Upgrading 10.04 to 12.04

    Quote Originally Posted by sal55 View Post
    If I wanted to do a fresh install, how does that work exactly? Doesn't it need to be provided by the manufacturer of my machine, or does a Ubuntu distribution exclude hardware-dependent components? (I wondered about that also when using the generic 'old-releases.ubunto.com/ubuntu').
    you can download UBuntu and boot from a USB stick, see if everything works and it works fast and then do a reinstall. there are two options one is with no disk formatting (overwrite the old and adds new files) and the other one formats the disk (erases all files). either way your settings are lost.

    and if i may add you can get a list of hardware componets with lshw command you can then mark and copy it here if you want others to tell you of any incompatibilities.
    Last edited by mastablasta; July 1st, 2013 at 12:19 PM.
    Read the easy to understand, lots of pics Ubuntu manual.
    Do i need antivirus/firewall in linux?
    Full disk backup (newer kernel -> suitable for newer PC): Clonezilla
    User friendly full disk backup: Rescuezilla

  8. #8
    Join Date
    Jan 2008
    Beans
    7,744

    Re: Upgrading 10.04 to 12.04

    Tell us about your hardware... Manufacturer, model number, hardware specs?

  9. #9
    Join Date
    Jun 2013
    Beans
    21

    Re: Upgrading 10.04 to 12.04

    Quote Originally Posted by snowpine View Post
    Tell us about your hardware... Manufacturer, model number, hardware specs?
    It's a netbook based on the ARM processor (not the same model as used in Raspberry pi; google for 'ecafe ex hd hercules').

    So I guess that makes it trickier. I wouldn't mind just using a Linux running on my Windows desktop (either dual-boot or in a virtual PC; but I lack the confidence to install a dual-boot system now (will my Windows still work!), while my experiments using Virtual PC didn't work well (at best got a minimal system in text mode. And trying to run Ubuntu 12.04, it has serious problems driving the virtual display.)

    This standalone machine should have been less hassle...

  10. #10
    Join Date
    Nov 2009
    Beans
    Hidden!
    Distro
    Kubuntu 20.04 Focal Fossa

    Re: Upgrading 10.04 to 12.04

    some arm are supported, some are not. you need the ARM image then.

    as for installiing in virtual i suggest you follow this guide and use Lubuntu instead as it is much lighter on resources: http://www.psychocats.net/ubuntu/virtualbox

    i am runnign Xubuntu on single core, i gave it 512MB ram in v box. it runs reasonably well. though sometimes i wish i had more RAM to give it and more CPU power.
    Read the easy to understand, lots of pics Ubuntu manual.
    Do i need antivirus/firewall in linux?
    Full disk backup (newer kernel -> suitable for newer PC): Clonezilla
    User friendly full disk backup: Rescuezilla

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
  •