Why don't I have the option ''Install Ubuntu alongside'' my other systems? [duplicate]

The ubiquity installer offers to Install inside Windows when it cannot install alongside. i.e. when you already have 4 primary partitions used. This means that splitting the Windows partition is not possible.

If you select this option, it copies wubi.exe to the Windows Startup folder, so that when you next boot Windows it will automatically run Wubi.

Since you don't want to install with Wubi, you'll need instead to remove one of the primary partitions, and try installing again.

Here is an example of what ubiquity shows (although in this case the user has Windows XP, not Windows 7): enter image description here


There are several possibles causes:

  1. Your system already have 4 primary partitions:

    The solution is removing one.

  2. Windows wasn't shutdown correctly. You must make sure Windows shutdown, no hibernation, no suspend, but a clean shutdown.

  3. Your NTFS partition is dirty. You must check all your NTFS partitions for errors using:

    chkdsk /f c:
    

    For each partition, d:, e:, etc. Make sure you do this from Windows, not Linux.

  4. If you are using Windows 8, disable fast boot. If you don't is like you are hibernating the system.

  5. If Ubuntu installer reports an empty disk, it's more likely that you have leftover GPT data that needs to be removed.

In your windows system run a chkdsk on your disks for faults and relaunch Ubuntu installation.

And while you are in your windows system check your disks under Disk Manager (right click on Computer>Manage>Disk Manager) if it says that your disk is dynamic you wont be able to rezise them so the option of installing side by side cannot be handled by Ubuntu (is a Windows thing).

If you have a dynamic disk you have 2 options, format all and reinstall or use Microsft's own solution for converting dynamic disks back to basic. (note: ignore the title and body of that KB, go straight to the workaround). No warranties there!


The best thing is to backup your data and re-install Windows. When you are in the reformat drive screen you can choose to create new partitions. Always create at least 2/3 of the drive to be dedicated to the following:

[Windows XP][Free Space ---------------------------------------]

So you can create the following..

[Windows NTFS][-----------FAT32---for---storage----][Linux EXT4]