0

I have installed Ubuntu 14.10 which is not supported right now (unfortunately, I didn't know that when I was installing it!).

Here is the my partition as shown by Windows:

Disk management

I have already made my pc boot directly to windows by EasyBCD software, in order to proceed in deleting process.

So, I want to delete this old version and install Ubuntu 18.04, but I don't know which partitions to delete!!!

Can I install version bionic beaver directly over the old version of Ubuntu? Can I assume it will erase the old files and install the new ones similarly in windows?

David Foerster
  • 36,264
  • 56
  • 94
  • 147
joe_inz
  • 129
  • 1
    Is there anything on either the Windows or Ubuntu 14 partitions you want to keep? Do you want a dual boot or just a clean Ubuntu 18.04 only PC? – Broadsworde Jul 11 '18 at 10:38
  • @Broadsworde i want to keep windows and install ubuntu 18 in the partition where ubuntu 14.10 was installed. !! – joe_inz Jul 11 '18 at 11:04

1 Answers1

2

From what we see in your screenshot we can only guess which partitions hold your Ubuntu. It definitely is not those that are NTFS formatted, and it is also unlikely the unallocated space. So there is a 134 GB Partition possibly holding Ubuntu, and a 2,9 GB Parition presumably Linux SWAP. Windows will not see those partitions because they are formatted in another file system.

To find out just boot an Ubuntu installer from USB (take any but I recommend you use the latest 18.04) from where you can "try out" Ubuntu to mount and inspect all partitions including Ubuntu and Windows partitions. Start Gparted there to see more details on the partition layout.

If you decide to overwrite Ubuntu with the new version then please first

Make a backup of all your data including those from Windows

Only if that was done you can safely install Ubuntu 18.04 just over the existing Ubuntu 14.04 partition on choosing "something else" in the installation process. Chose / as a mount point for root and let it continue to use the existing /swap partition.

If the format options was unticked then your previous HOME partition will still be there after the installation finished. In case you chose the same username even many of your personal setting will be preserved.

Tick the format option if you decide to start from scratch.

Takkat
  • 142,284