"Install alongside" option missing. How do I install Ubuntu beside Windows using "Something Else"?

Usually, Ubuntu's installer gives you the option to shrink your Windows partition and install alongside it. In your case, that option did not appear. This sometimes happens, and possible causes include:

  • Windows was hibernated rather then shut down.
  • Windows was not properly shut down. (Perhaps there was a power failure, or it bluescreened last time it ran?)
  • The Windows partition is damaged, and should be fixed with chkdsk in Windows.
  • The Windows partition is too full to be shrunk.
  • The Windows partition cannot be shrunk because the files in it are too badly fragmented, preventing them from being constrained to exist only within the new boundaries.
  • The Windows partition cannot be shrunk because of immovable files near the boundary.
  • The drive has been formatted as a "Windows Dynamic Disk" - Ubuntu can not be installed on a Dynamic Disk, you will need to convert the drive to a Basic Disk.

Since you're running Windows 7 (this also applies to Windows Vista, and to the corresponding Server versions, and will apply to Windows 8 as well), you can try to shrink the Windows partition using Windows, and then try again to install Ubuntu.

To do this, right click My Computer (sometimes just Computer) on the desktop or Start Menu in Windows and click Manage. Go to Disk Management.

(Alternatively, enter diskmgmt.msc into the text box in the Start Menu and press enter.)

Then you can use Disk Management to attempt to shrink your Windows partition. It will schedule the operation for when the system is shut down, so that even files that are in use when the system is running can be moved.

However, system files marked immovable still usually will not be moved in this way. So you may need to disable hibernation, and even disable swap (i.e., the page file), in order to make this succeed. (You can re-enable them afterwards.)

As Mitch says, it's advisable to ensure all backups of documents and other important files are current, before dynamically resizing a partition (no matter how you do it).


For "something else", this link is quite helpful. How to use manual partitioning during installation?

To summarize, a few points to remember:

  1. Create partition for root, / (the size is the total free space minus size for swap);
  2. Create partition for SWAP (the size is at least the size of RAM);
  3. Make sure you have an EFI partition which is usually there if your PC is pre-installed with Windows 8;

This link provide a detailed partition setup. Thanks to the contributors there.