-1

I have Windows and Ubuntu 12.04 running. I wanted to upgrade to 15.04, but the upgrade manager doesn't give that option. I tried How to install software or upgrade from an old unsupported release? but, it gives me a 404 error. How do i upgrade without affecting the existing partitions on my system adversely.

ANSWER: 12.04 isn't an EOL release. Thanks Arronicle and frkaiem for pointing it out

user221478
  • 31
  • 1
  • 10

1 Answers1

0

I would say the easiest way is to:

  1. download the iso image of the version you like (15.10)
  2. create a bootable USB stick with this image
  3. If /home is not on a separate partition, make a backup of /home on a separate disk.
  4. Boot from the USB stick you just prepared and choose install.
  5. If /home is not on a separate partition just go ahead and erase the old one and install the new one. If /home is on separate partition choose "do something else" and manually assign where root and /home are.
  6. Install the software
  7. After you first reboot you may want to compare what you have in the /home and in your backup (of /home). Probably restoring the backup will do (no guarantee though).
  8. let me know if this works
bummi
  • 394
  • 3
  • 9
  • 14
vv1964
  • 1
  • How do I find out if /home is on a separate partition? what do you mean by boot from a usb stick? I got the part where i have to create a bootable usb stick – user221478 Dec 22 '15 at 10:55