2

I want to install ubuntu 12.04 alongside windows7 but in the ubuntu installation the option Run Alongside Windows 7 doesnt appear, and I want to know what I need to do to the partitions to do the dual/boot

Here s a screenshot of the partitions:

enter image description here

Braiam
  • 69,112
Pedro
  • 21
  • 1

2 Answers2

0

Follow the below steps:

  1. Boot into windows
  2. Right click on computer and click on manage.
  3. Select Disk Management in Storage
  4. Select your DATA partition and shrink it to the amount you want to allocate to Ubuntu.
  5. Right click the new space that has just showed up and click on delete volume.

Now you can boot into ubuntu live CD and use that space to install the OS.

I'm assuming you know how to manually partition the space to install the OS.

Akshar Patel
  • 1,006
0

Your partition table (provided it is MS-DOS) has already 4 primary partitions. This means that even if you shrink a volume, you cannot create a new partition to install ubuntu, because the MS-DOS partition table does not support more than 4 primary partitions. The most reasonable solution here, is to create an extended partition that will hold your DATA and the Ubuntu installation.

ergysdo
  • 1,039