You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

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

Windows doesn't appear at bootcamp menu after repartition

After I've created a new particle meaning to increase my windows boot camp particle afterwards with it, I couldn't get windows option on the boot screen. Here are results of the following commands:

diskutil list

diskutil cs list

sudo gpt -vv -r show /dev/disk0

sudo fdisk /dev/disk0

User uploaded file

User uploaded file

MacBook Pro (Retina, 13-inch, Mid 2014), OS X El Capitan (10.11.6), null

Posted on Nov 30, 2016 5:10 AM

Reply
23 replies

Nov 30, 2016 6:37 AM in response to tracer2535

I recommend that you convert disk0s4 to Free Space. Extend Windows to absorb this space using GParted, and then we can create a standard MBR. This method is much faster than trying to do this twice, once in the current state, and once more after you add disk space to Bootcamp.


The following command must be run only once and will generate an error, because Free Space has no disk slices associated with it. If you run it more than once, you will lose data, including Windows.


diskutil eraseVolume free free disk0s4


Once you have Free Space, use using-parted-to-resize-your-windows-vista-partition to absorb it in Bootcamp. Windows will not work, till we recreate the MBR and run Startup Repair.


Post back once these two steps are complete.

Nov 30, 2016 11:00 AM in response to tracer2535

Looks clean. You will need GPT Fdisk to rebuild your MBR. You will also need to disable SIP temporarily by booting in Local Recovery and running csrutil disable in Utilities -> Terminal.


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 4
  7. Y (Good for GRUB question)
  8. N (part 2 boot flag)
  9. N (part 3 boot flag)
  10. Y (part 4 boot flag make NTFS bootable partition)
  11. O (print current Hybrid MBR)
  12. W (Write the new MBR)
  13. Y (Yes! write the new MBR)
  14. 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 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


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.

Windows doesn't appear at bootcamp menu after repartition

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