Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

1TB 5k iMac issue with Bootcamp

Hey All,


I know you have probably come across this a few times but I have been dealing with Apple support and they have offered me no help.


I had a MBP before and has no issues installing windows but i have tried windows 7/8/and 10 tech preview and it hasnt worked.



it is telling me that i need to partition it to NTFS or it wont install when i am in windows install. i have tried doing this and deleting the partition, i have tried formatting in windows, i have even tried getting a third party ntfs file format for osx. all have failed.



please help. i bought a $3000 machine with no support for windows it seems 😟



thanks!



-Marco

iMac with Retina 5K display, Mac OS X (10.0.x)

Posted on Apr 21, 2015 9:01 AM

Reply
47 replies

Apr 21, 2015 7:54 PM in response to Marcanthonynoz

If the following steps work, then I need to file a bug report with Apple.

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 6. Accept all other defaults that Gdisk offers.

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


Here is a sample Q&A. Please notice the Press Enter/Return to accept defaults.

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 AB): Press Enter/Return

Set the bootable flag? (Y/N): N


Creating entry for GPT partition #4 (MBR partition #4)

Enter an MBR hex code (default 07): Press Enter/Return

Set the bootable flag? (Y/N): Y

Apr 21, 2015 8:06 PM in response to Marcanthonynoz

My reply got cut-off. 😟. I also have a typo. It should be disk1 not disk0. This will not touch any data on your drive or erase it. It creates a 1:1 mapping between your GPT and the MBR that Windows is supposed to see.


Please download http://sourceforge.net/projects/gptfdisk/ and install it. Once it is installed, go to Terminal, and type


sudo gdisk /dev/disk1


The rest of the commands are typed in when prompted by Gdisk. The notes in "()" indicate the function the one-character command performs.

1TB 5k iMac issue with Bootcamp

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