Ubuntu – How to deal with Windows 8 Boot Partition

dual-bootinstallationwindows 8

I want to dual boot Ubuntu with Windows 8 Enterprise.

I have a 160 GB Hard Disk Drive and completely wiped out all the existing partitions of this drive to create 3 new partitions in the following order:

  • 30 GB (for Ubuntu)
  • 35 GB (for Windows)
  • 84 GB (balance for other documents)

Next, I installed Windows 8 on the 2nd partition of the drive; ie; the one with 35 GB.

Then, I booted Ubuntu 12.10 off my USB Drive to install it on the 1st partition of the drive; ie; the one with 30 GB. When it asks for Installation Type, I select Something else and press Continue.

Ubuntu 12.10 Installation Type

The following screen shows the partitions on my Hard Disk. However, I notice that Windows is also utilizing a bit of space in the first partition on which I want to install Ubuntu. And probably Windows Boot Manager files also reside in this partition.

Partitions shown by Ubuntu

Following is the snapshot from Windows Disk Management.

Partitions shown by Windows

So, my fear is that if I install Ubuntu on the 1st Partition, then I would lose the ability to Boot into Windows. Please help me with what are the options available for me and how I should go about installing Ubuntu in order to make Dual-boot a success.

  • Will installing Ubuntu on this 1st Partition and then running bootrec /FixMbr from Windows Recovery Command Prompt fix the problem?

  • Or, shrinking this 1st Partition is the best solution? If so – what size should it be?

  • Or, something else all together.

  • Or, all my fears are baseless and I should just go on with the installation?

Best Answer

You made a slight mistake that got you confused: you should have deleted the partitions and only format the 2 you installed Windows (35) and your documents (85) on. Then you would have seen a slightly different image for gparted (where it would state 'empty' for sda1).

Install Ubuntu on sda1 by deleting sda1 and formatting it to ext4 (or less preferred ext3) where you divide sda into 3 parts: / (something like ... 10 Gb), swap (2 Gb) and /home (18 Gb)). (you will thank me someday for suggesting a separate partition for /home ;) )

So to answer the question: Or, all my fears are baseless and I should just go on with the installation? is the correct one. But you might need to fix something in grub to get Windows back. The fixmbr will remove grub and therefor Ubuntu from the boot list.

Related Question