Apple Event: May 7th at 7 am PT

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

Partition Strategy for Bitlocker

This conversation was started over here: https://discussions.apple.com/thread/4144252?answerId=22752994022#22752994022.


I run bootcamp and Parallels (the latter using the bootcamp installation as the guest OS) on a 15" rMBP with 256GB SSD. I use Win8 as the guest OS and Mountain Lion on the host. I have been trying to enable bitlocker in the guest OS and when I attempt to create another partition (required with bitlocker on a system drive) using the Win8 command:


BdeHdCfg.exe -target c: shrink -newdriveletter x: -size 1500 -quiet –restart


I receive the error:


Disk already has the maximum number of primary and extended partitions. Use the

'-driveinfo' command for a list of valid target drives.


This of course is related to the issue originally noted in this thread about hybrid MBR as I already have all four allowed partitions. It looks like there may be a way around this using some of the techniques described in this thread however rather than creating another partition visible to OSX (which is what OP did) I want to create two partitions visible to Win8. Would someone be so kind as to walk through how I would accomplish that?


Thank you!


In hopes of increasing the Google-ability of this thread for future people with this issue, Bitlocker Drive Encryption returns the message "Bitlocker Setup could not find a target system drive. You may need to manually prepare your drive for Bitlocker." The Event Log contains the following errors in the Bitlocker-DrivePreparationTool log:


Error Code: 0xC0A00007

Error Text: BitLocker Setup could not find a target system drive. You may need to manually prepare your drive for BitLocker.


and


A volume failed to meet the requirements for a target volume.

Volume Name: \\?\GLOBALROOT\Device\HarddiskVolume4

Reason: The system drive cannot be used for the merge operation.

Posted on Aug 17, 2013 2:30 PM

Reply
16 replies

Jun 15, 2014 8:47 PM in response to Scott98981

The fdisk result indicates this is not a hybrid MBR, but a protective MBR, meaning this is a "pure" GPT only drive and that means Windows is booting in EFI mode. As far as I know this isn't supported (yet) by Apple, but maybe something's changed.


You could try mounting the EFI system partition:

mkdir /Volumes/efi/

sudo mount -t msdos /dev/disk0s1 /Volumes/ef/

ls -l /Volumes/efi/EFI


# when done you can unmount with

sudo umount /Volumes/efi/


If you have a Microsoft folder in addition to an Apple folder, then this is a Windows (U)EFI installation rather than the typical CSM-BIOS mode boot for Windows on Apple hardware (which is how Boot Camp has been configuring it since day 1). This is actually safer than how Apple does it, but there may be drivers from Apple that are lacking EFI support on Windows.

Partition Strategy for Bitlocker

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