Unable to install Windows 10

I have a late 2014 iMac and have been trying to install Windows on it.

Bootcamp wouldn't make a bootable USB with the October 2018 update, but it did with the April 2018 update. Everything seems to work fine until it reboots and tries to restart in Windows. I just get the SYSTEM_SERVCIES_EXCEPTION stop code with "What failed: win32kfull.sys"


I have also tried to reboot by pressing the option key on startup. When I choose the "EFI" option, it gives me the same BSOD. When I choose "Windows" it takes me to Windows setup but it tells me that the partition is the wrong format, and that it's a GPT partition. I can format the drive to NFTS, but the GPT error remains.


I've tried erasing and remaking the partition without bootcamp, but it doesn't work.


Any thoughts or solutions?

iMac with Retina 5K display, macOS 10.14

Posted on Apr 25, 2019 9:58 AM

Reply

Similar questions

73 replies
Sort By: 

Apr 25, 2019 2:17 PM in response to Ananbe

The 2014 Models are the last models which support both EFI and BIOS installation of Windows.


  • If you use EFI, the disk partition should be GPT-only.
  • If you use BIOS, the disk is a GPT disk, with a Hybrid MBR overlay.


EFI is a relatively 'faster' boot.

Reply

Apr 27, 2019 6:49 AM in response to Ananbe

Multiple W10 ISO causing BSODs, points to other causes.


  • What brand/model is your USB2 Flash drive?
  • What is the GPU on your iMac?
  • If Windows was previously installed, do you know if it was installed on a pre-Mojave macOS version? Mojave has EFI updates bundled as part of the macOS update.
Reply

Apr 27, 2019 12:57 PM in response to Ananbe

The steps should be


  • Boot into Internet Recovery and rebuild the APFS Fusion to CoreStorage Fusion. You should backup any important files before you do this.
  • Install Sierra
  • Run BC Assistant and partition and install Windows. Ensure that you use EFI Boot.
  • Once you have verified both OSes, upgrade Sierra to Mojave
  • Verify both OSes again
Reply

May 26, 2019 8:34 PM in response to Ananbe

Download and install GPT FDisk from https://sourceforge.net/projects/gptfdisk/ .


Rebuild MBR to match the new GPT information thus resetting the Hybrid MBR. Use defaults for other questions (like partition codes). The only values that need modifications are the Boot flags and step 10. Accept all other defaults that Gdisk offers. Please see thesample Q&A as an example. These steps can be repeated if you make a mistake before you get to Step 12, otherwise start from Step 1 for these steps. Step 6 has numbers which are typed with a space between the numbers. Please see the sample Q&A before you execute these steps.

  1. Sudo gdisk /dev/rdisk0
  2. P (Print list of parts)
  3. R (Recover)
  4. O (print current Hybrid MBR)
  5. H (chooses Hybrid)
  6. Partitions numbers to be hybridized: 2 3
  7. Y (Good for GRUB question)
  8. N (part 2 boot flag)
  9. Y (part 3 boot flag make NTFS bootable partition)
  10. O (print current Hybrid MBR)
  11. W (Write the new MBR)
  12. Y (Yes! write the new MBR)
  13. Reboot


Here is sample Q&A for this section. Please notice the Press Enter/Return.


Place EFI GPT (0xEE) partition first in MBR (good for GRUB)? (Y/N): Y

Creating entry for GPT partition #2 (MBR partition #2)
Enter an MBR hex code (default AF): Press Enter/Return
Set the bootable flag? (Y/N): N

Creating entry for GPT partition #3 (MBR partition #3)
Enter an MBR hex code (default 07): Press Enter/Return
Set the bootable flag? (Y/N): Y



Test 1 - Does Bootcamp Volume show up in Finder?

Test 2 - Can you see files in Bootcamp Volume?

Test 3 - Can you select Bootcamp in System Preferences -> Startup Disk?

Test 4 - If Test 3 is successful, select Bootcamp and Click Restart.

Reply

May 30, 2019 3:14 AM in response to Ananbe

Ananbe wrote:

What's the best way to remove the GPT and rebuild it?


Let us do the Internet Recovery method. In IR, click on Utilities -> Terminal.


  • Destroy the current GPT
    • diskutil unmountDisk disk0
    • sudo gpt destroy /dev/disk0
  • Create an empty GPT
    • sudo gpt create -f /dev/disk0
  • Add GPT entries in sequence, and unmount as necessary.
  • EFI
    • diskutil unmountDisk disk0
    • sudo gpt add -i 1 -b 40 -s 409600 -t efi /dev/disk0
  • macOS
    • diskutil unmountDisk disk0
    • sudo gpt add -i 2 -b 409640 -s 1370079192 -t apfs /dev/disk0
  • Bootcamp
    • diskutil unmountDisk disk0
    • sudo gpt add -i 3 -b 1370488832 -s 583034880 -t windows /dev/disk0
  • Post the output of
    • sudo gpt -vv -r show /dev/disk0
    • diskutil list


For rebuilding the MBR, would I just be doing what you wrote before with GPT Fdisk?

Yes, but not say 'y' to the additional space question. GPT to MBR is a 1:1 mapping.

Reply

May 27, 2019 7:30 AM in response to Loner T


None of your Windows content should be changed, between the original Yosemite installation and the current Mojave state.

I realize it doesn't make sense but everything I had installed or downloaded (like Chrome, MS Office, etc.) are all gone now.

Reply

Apr 25, 2019 2:24 PM in response to Loner T

Ok. Neither option allows me to install Windows 10 though.

EFI takes me to the Stop error (BSOD), and I don't know how to make the disk not GPT for BIOS installation.

When I googled the BSOD people said it was because I was missing drivers. But, in bootcamp it said that it downloaded the Windows drivers.


Is there a way to solve either problem?

Reply

Apr 25, 2019 5:22 PM in response to Loner T

No version of Windows that I've tried has installed correctly. I've only managed to get the April 2018 update to make a bootable drive. The October one gave me an error in bootcamp and the apple support page suggested using April, then updating.

Reply

Apr 25, 2019 11:16 PM in response to Loner T

diskutil list


/dev/disk0 (internal, physical):


   #:                       TYPE NAME                    SIZE       IDENTIFIER


   0:      GUID_partition_scheme                        *121.3 GB   disk0


   1:                        EFI EFI                     209.7 MB   disk0s1


   2:          Apple_CoreStorage Macintosh HD            121.0 GB   disk0s2


   3:                 Apple_Boot Boot OS X               134.2 MB   disk0s3




/dev/disk1 (internal, physical):


   #:                       TYPE NAME                    SIZE       IDENTIFIER


   0:      GUID_partition_scheme                        *1.0 TB     disk1


   1:                        EFI EFI                     209.7 MB   disk1s1


   2:                 Apple_APFS Container disk2         850.0 GB   disk1s2


   3:       Microsoft Basic Data BOOTCAMP                150.0 GB   disk1s3




/dev/disk2 (synthesized):


   #:                       TYPE NAME                    SIZE       IDENTIFIER


   0:      APFS Container Scheme -                      +850.0 GB   disk2


                                 Physical Store disk1s2


   1:                APFS Volume HD                      63.0 GB    disk2s1


   2:                APFS Volume Preboot                 43.9 MB    disk2s2


   3:                APFS Volume Recovery                522.7 MB   disk2s3


   4:                APFS Volume VM                      12.9 GB    disk2s4




/dev/disk3 (external, physical):


   #:                       TYPE NAME                    SIZE       IDENTIFIER


   0:     FDisk_partition_scheme                        *32.0 GB    disk3


   1:               Windows_NTFS WinInstall              32.0 GB    disk3s1

Reply

May 12, 2019 3:58 PM in response to Loner T

Yes, essentially the solution above worked.


I reformatted the disk to Core Storage. Then, I downgraded to Yosemite (instead of Sierra) because that's what the computer originally shipped with. BCA and EFI boot didn't work, but I managed to install windows by making an exFAT partition with Disk Utility, formatted to NFTS in the install screen, and Win 10 1511 installed. I then updated WIN10 to the most recent version.


Then I updated Yosemite to Mojave, which is working, but now I don't see Windows as a startup option anymore. The partition is still there and I see both options in the startup disk settings, but not when I hold down option on start up.

Reply

May 20, 2019 10:48 PM in response to Loner T

Hi, sorry for the delay. Here's the output from the command


Disk: /dev/disk0 geometry: 14751/255/63 [236978176 sectors]


Signature: 0xAA55


         Starting       Ending


 #: id  cyl  hd sec -  cyl  hd sec [     start -       size]


------------------------------------------------------------------------


 1: EE 1023 254  63 - 1023 254  63 [         1 -  236978175] <Unknown ID>


 2: 00    0   0   0 -    0   0   0 [         0 -          0] unused      


 3: 00    0   0   0 -    0   0   0 [         0 -          0] unused      


 4: 00    0   0   0 -    0   0   0 [         0 -          0] unused   

Reply

May 24, 2019 8:22 PM in response to Loner T

Ok I've installed it. I wasn't sure if you meant GPT fdisk or not.


I'm just curious. Is this really a good idea? It seems like it'll be a downgrade to go from GPT to MBR. I don't know why I couldn't install windows before with EFI and GPT. Do you have an idea why?

Reply

May 25, 2019 3:46 AM in response to Ananbe

Ananbe wrote:

I'm just curious. Is this really a good idea? It seems like it'll be a downgrade to go from GPT to MBR. I don't know why I couldn't install windows before with EFI and GPT. Do you have an idea why?

Your installation came from Yosemite, which should have been BIOS/MBR. Mojave upgrade removed the MBR, that Yosemite had in place. If you can see Windows files, the NTFS part is intact, but boot-ability is missing, due to the missing MBR.


If you want to install using EFI, the current installation cannot be converted. It must be removed and you should choose EFI, but you will back to your original issue.


2013-2014 Macs which support both EFI and BIOS seem to have issues with Mojave and the corresponding BCA.

Reply

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Unable to install Windows 10

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.