How to replace an old version of Ubuntu with a newer one from USB/DVD?

10,301

Solution 1

The first thing you should do is backup your data.

  • Then download the iso of 12.04
  • burn it on a disk or usb.
  • After that you can boot in the live CD/USB and select install
  • During the installation you will be prompt either to replace or upgrade
  • Select Erase Ubuntu 11.10 and reinstall.

enter image description here

Solution 2

First, I'd suggest making the Live CD as mentioned. Be sure to backup what you have, if there is anything you don't want to loose. Next, boot from the CD and pick to try 12.04, and make sure it works well for you (no issues/incompatibilities, etc).

Then, you can either choose to do a clean install (letting it erase 11.10), or, what I do, install 12.04 along side of 11.10. After the install, I boot up to 12.04, install the apps I want, and mount the partition for 11.10 so that I can copy over stuff from my home directory.

Finally, after I've spent time with 12.04, making sure everything is cool, and ensuring I've got everything off of my 11.10 home directory, I do a backup, use gparted to remove the 11.10 partition, resize the 12.04 to use up all the space, and then use the grub2 steps to update grub and it'll remove the unused boot choice for 11.10.

Solution 3

To answer your question:

First, prepare a bootable USB stick with Ubuntu 12.04 on it. Then restart your computer and boot on your stick. Select "Try Ubuntu without installing". When you see the desktop, launch the app called "Gparted". This will permit you to format the partitions where you previously installed Ubuntu.

However, from another question you asked today, I think that what you want to do is install Ubuntu 12.04. If this is true, then you don't have to worry about erasing the previous installations. You have two possibilities.

Either you boot into Ubuntu 11.10, you search for updates and the Update Manager will propose you to upgrade to the newer version. Or you boot on the 12.04 USB stick and you follow the instructions. Be sure to check "Format drive" when you see it. The first option will permit you to keep your documents, settings and installed programs.

Share:
10,301

Related videos on Youtube

James
Author by

James

Updated on September 18, 2022

Comments

  • James
    James over 1 year

    I dual booted ubuntu 11.04/11.10 a while ago with a USB stick and i want to uninstall it.

    I would like to completely uninstall the old version and get 12.04.

    I have a 64 bit laptop. Please help!

    • Admin
      Admin almost 12 years
      Please give more info on which OS you would like to remove, do you want to erase everything and freshly install 12,04 or ??
    • Admin
      Admin almost 12 years
      Yes, I would like to completely uninstall the old version and get 12.04
    • Admin
      Admin almost 12 years
      Whatever you do, first be sure to copy off any files or data that you want to keep.
  • Csabi Vidó
    Csabi Vidó over 9 years
    Possibly related answer with more in technical detail (logs): Reinstalling Ubuntu without formatting partition - what folders are deleted?