1

I am trying to install Windows 7 alongside my Ubuntu 14.04 LTS. I went through some answered questions and basically got the idea how to do it from here.

First step is as follows:

First, you have to make sure that the 50GB free space is available, resizing your Ubuntu by using GParted if necessary.

But I can't resize anything:

GParted Screen Capture

And then:

Also use gParted or Disk Utility to format the free space as NTFS, this prevents Windows 7 from creating an additional boot partition in addition to the "C" drive.

I would gladly do that but I just can't and I'm not quite sure how:

GParted Screen Capture 2

I'm basically stuck here and have no idea what to do, please help.

Rado Radev
  • 11
  • 3

2 Answers2

1

As far as i see, you're using a LVM volume, which is kind of software RAID. For these partitions you cannot use parted. Look into the documentation of LVM at https://wiki.ubuntu.com/Lvm on how to resize LVM volumes.

NetAndif
  • 166
0

You see that little Key symbol on each partition? That key means the partition is mounted. I'm telling you this because even if you boot from an external medium such as an ubuntu live boot flashdrive or CD or DVD, you may inadvertently mount a partition and be unable to move or resize it until you unmount such a drive.

To unmount a drive you have accidentally mounted, right click on the partition you wish to unmount and click on the menu choice called "unmount".

I would also like to suggest that I am not certain if you can install Windows entirely within the extended partition, SDA2, which it appears you may be trying to do. I mean, you can try resizing SDA5 within SDA2 to make room for another partition there, but I had the impression that bootable partitions had to be primary partitions. You may need to resized SDA1 instead or in addition.

One last comment, and I apologize for straying from the subject. I would like to add that while I have configured many dual boot installations, I do so while preaching caution. It appears that MS is increasingly totalitarian and prone to running over linux installations. I recommend keeping them separate as much as possible.

One way you can keep the installations somewhat separate is to remove your linux drive, install windows on another drive, and then connect both drives to the same computer and reinstall grub. Grub will ask you at boot time which operating system you wish to load. At one time this could only be done with desktops, but in recent years a couple of laptop manufacturers have made computers with two hard drive bays. Some even have slots for mSATA solid state drives in addition.

gyropyge
  • 2,568