Not for the faint of heart: Assumes ATI/AMD video
1) disable SIP
https://www.igeeksblog.com/how-to-disable-system-integrity-protection-on-mac/
NOTE - You have to boot with command - R - S to get into single user recovery mode.
After you disable SIP, type reboot or exit to get the SIP disabled
2) Boot into single user mode
3) Remove the AMD video drivers
https://apple.stackexchange.com/questions/261684/disable-sip-without-recovery-mo de/276433#276433
http://www.insanelymac.com/forum/topic/236869-how-to-ati-hd-4350/
Kext moving trick: (linked to from post #1)
This moves all ati kexts to a folder named 'kext_backup' at the root of your drive. It can get your card to boot into a basic graphics mode (VESA) if safe mode etc isnt working.
HOW TO MOVE THE KEXTS FROM SINGLE USER MODE:
Type flag at boot: -s and press enter. Then type this at boot, pressing enter at the end of each line:
/sbin/mount -uw /
mkdir /kext_backup
mv /System/Library/Extensions/ATI* /kext_backup
rm -rf /System/Library/Caches/com.apple.kext.caches
reboot
IF IT WORKS:
it will boot up into a horrificly low resolution vesa desktop
hooray you have succeeded!
I recommend getting your main OSX installation running perfectly before trying to get proper graphics support for your secondary installation. Only then revert the kext moving.
You can revert it easily in Finder by moving the ati kexts from /kext_backup/ to S/L/E, and running pfix.
IF IT DOESNT WORK:
you can revert the kext moving from single user mode.
TO REVERT THE ATI KEXT MOVING FROM SINGLE USER MODE:
boot into single user mode again (flag -s at boot) and type these commands:
/sbin/mount -uw /
mv /kext_backup/* /System/Library/Extensions/
chown -R 755 /System/Library/Extensions/ATI*
chown -R root:wheel /System/Library/Extensions/ATI*
rm -rf /System/Library/Caches/com.apple.kext.caches
rm -rf /kext_backup
reboot
Now your computer will be really slow, as there are no video drivers so the OS falls back on 'CPU drivers'. This technique got a 2011 iMac running again. The computer runs, well enough to backup and well enough for light tasks, but the video is sometimes a bit garbled, etc.
I think this is a bug in Apple's video drivers. I don't know how they can fix it except with a USB key that one would boot off of to install a fix. Hopefully someone can perhaps make an installer for video drivers from 10.12.3 that **work**.