I Wanted to add a partition to my drive.
after doing this the windows bootcamp partition didn’t show up after holding down alt at startup.
I Followed the instructions here Repairing Boot Camp after creating new partition
Now the disk shows up, but when I select it I get the error Non-system disk Press any key to reboot
When I run sudo fdisk /dev/disk0 I get:
Disk: /dev/disk0 geometry: 121601/255/63 [1953525168 sectors]
Signatu 0xAA55
Starting Ending
#: id cyl hd sec – cyl hd sec [ start – size]
————————————————————————
1: EE 1023 254 63 – 1023 254 63 [ 1 – 409639] <Unknown ID>
2: AF 1023 254 63 – 1023 254 63 [ 409640 – 1167968792] HFS+
3: AB 1023 254 63 – 1023 254 63 [1168378432 – 1269536] Darwin Boot
*4: 07 1023 254 63 – 1023 254 63 [1169649664 – 390623232] HPFS/QNX/AUX
When I try sudo fdisk -e /dev/disk0 I get:
fdisk: could not open MBR file /usr/standalone/i386/boot0: No such file or directory
Enter ‘help’ for information
When I run ‘diskutil list’ I get:
/dev/disk0
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *1.0 TB disk0
1: EFI EFI 209.7 MB disk0s1
2: Apple_HFS Macintosh HD 598.0 GB disk0s2
3: Apple_Boot Recovery HD 650.0 MB disk0s3
4: Microsoft Basic Data WINDOWS 200.0 GB disk0s4
5: Microsoft Basic Data BOOTCAMP 201.3 GB disk0s5
/dev/disk1
#: TYPE NAME SIZE IDENTIFIER
0: FDisk_partition_scheme *31.1 GB disk1
1: Windows_FAT_32 ESD-USB 31.1 GB disk1s1
running ‘sudo gpt -v -r show /dev/disk0′ gets me:
gpt show: /dev/disk0: mediasize=1000204886016; sectorsize=512; blocks=1953525168
gpt show: /dev/disk0: Suspicious MBR at sector 0
start size index contents
0 1 MBR
1 1 Pri GPT header
2 32 Pri GPT table
34 6
40 409600 1 GPT part – C12A7328-F81F-11D2-BA4B-00A0C93EC93B
409640 1167968792 2 GPT part – 48465300-0000-11AA-AA11-00306543ECAC
1168378432 1269536 3 GPT part – 426F6F74-0000-11AA-AA11-00306543ECAC
1169647968 1696
1169649664 390623232 4 GPT part – EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
1560272896 2048
1560274944 393248768 5 GPT part – EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
1953523712 1423
1953525135 32 Sec GPT table
1953525167 1 Sec GPT header
Thank you for any help that can help me get back into Windows and fix the bootcamp partition.