MacOS – Windows 10 unable to install on partition formatted by Boot Camp Assistant

bootcampmacosusbwindows

I am trying to install Windows 10 on my iMac 27" (Mid 2011 – iMac12,2 – 3.4GHz -Core I7, OSX 10.11.6). When rebooting with the WININSTALL key, Windows Setup stops as it says it cannot install on the BootCamp Assistant generated partition (it is FAT32, wants NTFS). So I click the Formatbutton and he now says that the partition is MBR and he wants a GPT. So how do I make a GPT?

Note: Regarding the Boot Camp Assistant application: I modified the info.plist file by removing the "Pre" in ' "PreUSBBootSupportedModels" ' so I could get the checkbox to install Windows on the key.

Next question, I tried partitioning manually as suggested in question: Boot Camp Assistance is stuck on create a partition?,
but the command:

sudo  diskutil  apfs  resizeContainer  disk0s2  180.8G  FAT32  BOOTCAMP  70G

fails as diskutil does not understand verbs apfs nor resizeContainer.
So I checked on my MBP running High Sierra and there apfs exists but not resizeContainer. Should I upgrade the iMac to High Sierra?

Here is my diskutil list:

diskutil list:

/dev/disk0 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *1.0 TB     disk0
   1:                        EFI EFI                     209.7 MB   disk0s1
   2:                  Apple_HFS Macintosh HD            967.3 GB   disk0s2
   3:                 Apple_Boot Recovery HD             650.0 MB   disk0s3
   4:       Microsoft Basic Data BOOTCAMP                32.0 GB    disk0s5

Here is a list of my WININSTALL:

total 3968
drwxrwxrwx  1 silvano  staff    32768 Feb  1  2014 $WinPEDriver$
-rwxrwxrwx  1 silvano  staff     3219 Feb  1  2014 AutoUnattend.xml
drwxrwxrwx  1 silvano  staff    32768 Feb  1  2014 BootCamp
-rwxrwxrwx  1 silvano  staff      128 Sep 30 18:00 autorun.inf
drwxrwxrwx  1 silvano  staff    32768 Sep 30 19:15 boot
-rwxrwxrwx  1 silvano  staff   397752 Sep 30 17:55 bootmgr
-rwxrwxrwx  1 silvano  staff  1236376 Sep 30 18:00 bootmgr.efi
drwxrwxrwx  1 silvano  staff    32768 Sep 30 19:15 efi
-rwxrwxrwx  1 silvano  staff    80696 Sep 30 18:00 setup.exe
drwxrwxrwx  1 silvano  staff    32768 Sep 30 19:15 sources
drwxrwxrwx  1 silvano  staff    32768 Sep 30 19:15 support

Best Answer

Your best course of action would be to install Windows 10 the same way Apple instructs you to install Windows 8.1. For these instructions, see the Apple website: Use Windows 8.1 on your Mac with Boot Camp. When using these instructions to install Windows 10, you might want to consider the following.

  • You need to burn the Windows ISO file to a DVD. Some Windows 10 ISO files are large enough that you will need a double layer (DL) DVD. Older versions of OS X used the Disk Utility application to burn the contents of an ISO file to a DVD. With the newer versions of macOS (OS X), you can burn the contents of an ISO file to a DVD directly from a Finder application window. You use the Boot Camp Assistant to download the Boot Camp Support Software to an external drive.
  • You already have a BOOTCAMP partition. Assuming your external drive installer has the correct Boot Camp Support Software, you should be able to install Windows 10 with using the Boot Camp Assistant. Insert the DVD and connect the external drive, restart the iMac and then immediately hold down the option key. When the DVD icon labeled "Windows" appears, select the icon then the arrow below the icon. If during installation, you boot back to macOS (OS X), goto Startup Disk under System Preferences. Select the Windows partition, then restart the iMac to continue installation.

If you do not want to use a DVD, then you can use the accepted answer to the question: How to install Windows 10 into a 2011 iMac without using the Boot Camp Assistant, an optical (DVD) drive or third party tools?. If you are using OSX 10.11.6, then you can skip step 3.


To be clear, Windows installations on this model Mac must use the legacy BIOS boot method. This requires the installation drive to contain partition entries in both the Master Boot Record (MBR) table and the GUID Partition Table (GPT). Windows will only see the MBR table entries and macOS (OS X) will only see the GPT entries. Therefore, Windows with think the drive is MBR partitioned, while macOS (OS X) will think the drive is GPT partitioned.