Guys,
We do work on Mac Pro support by PD. However, it will take us a short while to prepare and test the update.
For those who badly need to run PD on MP right now or want to experiment a bit, there is a workaround. Please treat it as unofficial (untested and unsupported) one, it is provided as is.
1. Open Applications->Utilities->Terminal
2. Run the following command:
Code:
sudo nvram boot-args="-legacy"
3. Reboot your Mac Pro.
This will switch your MacOS into legacy (32-bit) mode.
If it doesn't help and you still experience hypervisor problems or even kernel panics,
1. Open Applications->Utilities->Terminal
2. Run the following command:
Code:
sudo nvram boot-args="-legacy maxmem=2048"
3. Reboot your Mac Pro.
Please note, the 2048 value is empiric one. You may find greater values working for you - just experiment.
If you want to revert your Mac Pro back to original state, here's what you need to do:
1. Open Applications->Utilities->Terminal
2. Run the following command:
Code:
sudo nvram boot-args=""
3. Reboot your Mac Pro.
Click to expand...