Hi Loner T,
I got the same issue and followed all of your instruction but I can't boot Window. It always report that I need to repair system with error code 0xc000000e.
1. I disabled SIP as your advice
2. I followed your instruction and the log as follows:
Last login: Mon Mar 28 16:12:04 on ttys000
Dinhs-MacBook-Pro-2:~ dinhduchiep$ diskutil list
/dev/disk0 (internal, physical):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *121.3 GB disk0
1: EFI EFI 209.7 MB disk0s1
2: Apple_CoreStorage Macintosh HD 57.0 GB disk0s2
3: Apple_Boot Recovery HD 650.0 MB disk0s3
4: Microsoft Basic Data Work 29.2 GB disk0s4
5: Microsoft Basic Data Win10 34.1 GB disk0s5
/dev/disk1 (internal, virtual):
#: TYPE NAME SIZE IDENTIFIER
0: Apple_HFS Macintosh HD +56.7 GB disk1
Logical Volume on disk0s2
845A76A1-FDBD-4E36-AFDD-A5A62380E3AF
Unencrypted
Dinhs-MacBook-Pro-2:~ dinhduchiep$ diskutil cs list
CoreStorage logical volume groups (1 found)
|
+-- Logical Volume Group 1364E43B-7F66-4746-90B4-58F73385F264
=========================================================
Name: Macintosh HD
Status: Online
Size: 57035751424 B (57.0 GB)
Free Space: 18968576 B (19.0 MB)
|
+-< Physical Volume 5C662705-785C-4298-9342-C1CB8850ECFC
| ----------------------------------------------------
| Index: 0
| Disk: disk0s2
| Status: Online
| Size: 57035751424 B (57.0 GB)
|
+-> Logical Volume Family 2DE0426A-0247-45CB-9425-B6963227AA47
----------------------------------------------------------
Encryption Type: None
|
+-> Logical Volume 845A76A1-FDBD-4E36-AFDD-A5A62380E3AF
---------------------------------------------------
Disk: disk1
Status: Online
Size (Total): 56664461312 B (56.7 GB)
Revertible: Yes (no decryption required)
LV Name: Macintosh HD
Volume Name: Macintosh HD
Content Hint: Apple_HFS
Dinhs-MacBook-Pro-2:~ dinhduchiep$ sudo gpt -vv -r show /dev/disk0
Password:
gpt show: /dev/disk0: mediasize=121332826112; sectorsize=512; blocks=236978176
gpt show: /dev/disk0: Suspicious MBR at sector 0
gpt show: /dev/disk0: Pri GPT at sector 1
gpt show: /dev/disk0: Sec GPT at sector 236978175
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 111397952 2 GPT part - 53746F72-6167-11AA-AA11-00306543ECAC
111807592 1269536 3 GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
113077128 57033848 4 GPT part - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
170110976 262144
170373120 66603008 5 GPT part - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
236976128 2015
236978143 32 Sec GPT table
236978175 1 Sec GPT header
Dinhs-MacBook-Pro-2:~ dinhduchiep$ sudo fdisk /dev/disk0
Disk: /dev/disk0 geometry: 14751/255/63 [236978176 sectors]
Signature: 0xAA55
Starting Ending
#: id cyl hd sec - cyl hd sec [ start - size]
------------------------------------------------------------------------
1: EE 0 0 2 - 1023 254 63 [ 1 - 170373119] <Unknown ID>
*2: 07 1023 254 63 - 1023 254 63 [ 170373120 - 66603008] HPFS/QNX/AUX
3: 00 0 0 0 - 0 0 0 [ 0 - 0] unused
4: 00 0 0 0 - 0 0 0 [ 0 - 0] unused
Dinhs-MacBook-Pro-2:~ dinhduchiep$ sudo dd if=dev/rdisk0s5 count=1 2>/dev/null | hexdump -C
Dinhs-MacBook-Pro-2:~ dinhduchiep$ sudo dd if=dev/disk0s5 count=1 2>/dev/null | hexdump -C
Dinhs-MacBook-Pro-2:~ dinhduchiep$ dd if=dev/rdisk0s5 count=1 2>/dev/null | hexdump -C
Dinhs-MacBook-Pro-2:~ dinhduchiep$ sudo gdisk /dev/rdisk0
GPT fdisk (gdisk) version 1.0.1
Warning: Devices opened with shared lock will not have their
partition table automatically reloaded!
Partition table scan:
MBR: hybrid
BSD: not present
APM: not present
GPT: present
Found valid GPT with hybrid MBR; using GPT.
Command (? for help): p
Disk /dev/rdisk0: 236978176 sectors, 113.0 GiB
Logical sector size: 512 bytes
Disk identifier (GUID): 8431629D-2D10-4F1A-A532-9CAC4AD434CE
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 236978142
Partitions will be aligned on 8-sector boundaries
Total free space is 264165 sectors (129.0 MiB)
Number Start (sector) End (sector) Size Code Name
1 40 409639 200.0 MiB EF00 EFI System Partition
2 409640 111807591 53.1 GiB AF05 Macintosh HD
3 111807592 113077127 619.9 MiB AB00 Recovery HD
4 113077128 170110975 27.2 GiB 0700 Windows_NTFS_Untitl...
5 170373120 236976127 31.8 GiB 0700 BOOTCAMP
Command (? for help): r
Recovery/transformation command (? for help): o
Disk size is 236978176 sectors (113.0 GiB)
MBR disk identifier: 0xF19DEB96
MBR partitions:
Number Boot Start Sector End Sector Status Code
1 1 170373119 primary 0xEE
2 * 170373120 236976127 primary 0x07
Recovery/transformation command (? for help): h
WARNING! Hybrid MBRs are flaky and dangerous! If you decide not to use one,
just hit the Enter key at the below prompt and your MBR partition table will
be untouched.
Type from one to three GPT partition numbers, separated by spaces, to be
added to the hybrid MBR, in sequence: 3 4 5
Place EFI GPT (0xEE) partition first in MBR (good for GRUB)? (Y/N): y
Creating entry for GPT partition #3 (MBR partition #2)
Enter an MBR hex code (default AB):
Set the bootable flag? (Y/N): n
Creating entry for GPT partition #4 (MBR partition #3)
Enter an MBR hex code (default 07):
Set the bootable flag? (Y/N): n
Creating entry for GPT partition #5 (MBR partition #4)
Enter an MBR hex code (default 07):
Set the bootable flag? (Y/N): y
Recovery/transformation command (? for help): o
Disk size is 236978176 sectors (113.0 GiB)
MBR disk identifier: 0xF19DEB96
MBR partitions:
Number Boot Start Sector End Sector Status Code
1 1 111807591 primary 0xEE
2 111807592 113077127 primary 0xAB
3 113077128 170110975 primary 0x07
4 * 170373120 236976127 primary 0x07
Recovery/transformation command (? for help): w
Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING
PARTITIONS!!
Do you want to proceed? (Y/N): y
OK; writing new GUID partition table (GPT) to /dev/rdisk0.
Warning: Devices opened with shared lock will not have their
partition table automatically reloaded!
Warning: The kernel may continue to use old or deleted partitions.
You should reboot or remove the drive.
The operation has completed successfully.
Dinhs-MacBook-Pro-2:~ dinhduchiep$
3. I attached screenshot of Windows bluescreen.
Can you help to check what's wrong with my steps? Thank a lot for your support.