ユーザーは最新のMacBookProを持っており、Mac OS Xをインストールしてから、BootCampとWindows8.1 Professionalをインストールし、BitLockerを有効にしました(明らかにWindowsパーティションを再配置しました)。 MacOSXパーティションを起動するオプションは提供されなくなりました。それを取り戻す方法はありますか?
更新:これと関係があると思います http://anand-iyer.com/blog/2014/fixing-missing -bootcamp-partition-in-osx.html
Windows 10でも同じことが起こりました。私の場合、ビットロッカーの有効化プロセスによってOSXパーティションのタイプコードが変更されました。 Windowsで確認および修正するには、gdiskを使用します。 http://sourceforge.net/projects/gptfdisk/
Type device filename, or press <Enter> to exit: 0:
Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: present
Command (? for help): p
Disk 0:: 977105060 sectors, 465.9 GiB
Logical sector size: 512 bytes
Disk identifier (GUID): FDABFC64-BD61-4C2D-95CC-AB54D6A16DAA
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 977105026
Partitions will be aligned on 8-sector boundaries
Total free space is 4028 sectors (2.0 MiB)
Number Start (sector) End (sector) Size Code Name
1 40 409639 200.0 MiB EF00 EFI System Partition
2 409640 293378375 139.7 GiB 0700 Customer
3 293378376 294647911 619.9 MiB AF00 Recovery HD
4 294649856 976392292 325.1 GiB 0700 Basic data partition
5 976394240 977104895 347.0 MiB 2700
私の場合、パーティション#2はOSXのインストールです。コードが0700であることに注意してください。これは正しくありません(gdiskは0700を「Microsoft基本データ」として記述しています)。同じことが表示された場合は修正を続行し、そうでない場合はここで停止します。また、MBRが保護的であり、ハイブリッドではないことを再確認してください。
Command (? for help): t
Partition number (1-5): 2
Current type is 'Apple HFS/HFS+'
Hex code or GUID (L to show codes, Enter = 700): AF00
Changed type of partition to 'Apple HFS/HFS+'
Command (? for help): v
No problems found. 4028 free sectors (2.0 MiB) available in 4
segments, the largest of which is 1947 (973.5 KiB) in size.
Command (? for help): w