0

Before, when I was using Ubuntu 12.04, I always installed Ubuntu with Wubi, but this time I was trying install Ubuntu 14.04, I heard that Wubi is no more, so I made an Ubuntu 14.04 installation disk, then rebooted, and tried to install Ubuntu. The problem is I am confused about what to do, how to select the partitions in the Ubuntu installer. Currently I am using a 500GB hard drive, which has 4 partitions:

  1. 50GB (Windows 7)
  2. 30GB (this is free, wondered to install Ubuntu)
  3. 400GB (full with software and multimedia files)
  4. 100MB (disk boot)

I don't know how to install, and there is so much confusing language and options, that I am worried, I don't want the wrong partition to get formatted. :(

I only want to install Ubuntu on the second partition (30GB).

Please help me. Thanks in advance.

karel
  • 122,292
  • 133
  • 301
  • 332

1 Answers1

1

Start and continue installation

enter image description here

select something else on this window

select something else in this window

now u can see your 500GB and all your drives hard disk

in my case virtual hard disc size is only 8GB capacity it has no partitions in it.

enter image description here

select 30GB drive carefully and delete only that partition by pressing '-'
you can see sizes there so dont worry

now you will see 30 GB free space and all of your other drives

enter image description here

create new swap area and root partition in free space by selecting freespace and pressing +

first create swap area of size twice of your RAM size (for eg. 1GB for 512MB)

enter image description here

put remaining size as root partition make sure Ext4 filesystem is selected in my case (8590-1000=7590MB) but you have to select numbers wrt 30GB and RAM size as I mentioned above.

enter image description here

after that you can see a tick mark on root partition then you an continue and finish install

enter image description here enter image description here

Bibi424
  • 618