Skip to content

Instantly share code, notes, and snippets.

@matteocrippa
Last active August 19, 2016 08:27
Show Gist options
  • Select an option

  • Save matteocrippa/e6c54463248f93d40bf3dae722abf128 to your computer and use it in GitHub Desktop.

Select an option

Save matteocrippa/e6c54463248f93d40bf3dae722abf128 to your computer and use it in GitHub Desktop.
Mac Pro 5.1 install Windows 10 & macOS

Install Windows & macOS

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/disk2

Extract 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/disk0

Then roll back to diskutil GUI and format the partition.

Extra

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment