I tried loading AppleMCEReporterDisabler via OC and it causes the system to halt on every boot! I am not sure how or why your setup works with OC but
I would recommend moving the MCE disabler to /Library/Extensions and remove MCE references from OC's config.plist UPDATED: Works fine under OC - wrong config used.
I also recommend installing the debug version of OC and change the following Debug values to:
Code:
<key>Debug</key>
<dict>
<key>DisableWatchDog</key>
<true/>
<key>DisplayDelay</key>
<integer>0</integer>
<key>DisplayLevel</key>
<integer>2151678018</integer>
<key>Target</key>
<integer>65</integer>
</dict>
Share with us your output file so we can understand why your windows partition isn't being detected. Also, how did you install Windows? Did you install macOS first then partitioned the drive then Windows? Have you verified Windows booted normally before OC? Are you also able to boot into your Recovery without OC?
Prior to
@vit9696 fixing a bug with 5,1's handling of paths, I used to manually mount then bless Windows ESP partition using:
Code:
sudo bless --folder /Volumes/NO\ NAME --file /Volumes/NO\ NAME/EFI/Microsoft/Boot/bootmgfw.efi --setBoot --nextonly --verboses
In your case, you would substitute "NO\ Name" with "EFI"
I also used to boot Windows 10 EFI from the same drive as macos using the same partition layout as yours before moving Windows to a dedicated drive.
Edit: Included my config.plist