Create bootable USB for Windows
If not working, open Info.plist file, then edit PreUSBBootSupportedModels with USBBootSupportedModels
Create 2 partition in your SSD both for OS X
In Windows delete all partition except for EFI, create a new partition 40GB for windows Install Windows
Boot MacOS and open terminal
$ diskutil list
$ diskutil unmount /dev/disk0
$ gpt -r show /dev/disk2Extract the information of the gap like starting index and size (Set the size some mb less than the entire disk)
$ sudo gpt add -b 1563377664 -i 5 -s 390147464 -t 48465300-0000-11AA-AA11-00306543ECAC /dev/disk0Then roll back to diskutil GUI and format the partition.
- Fix monitor dual monitor issue ( https://github.com/Floris497/mac-pixel-clock-patch-V2 )
- Fix HDMI audio ( http://forums.macrumors.com/threads/guide-hdmi-audio.1499797/ )