If you can install 10.13.6 on a supported Mac, you just have to replace PlatformSupport.plist for the El Capitan version and add -no_compat_check to com.Apple.Boot.plist, like this:
Code:<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Kernel Flags</key> <string>-v -no_compat_check</string> </dict> </plist>
No more problems.
Nice, but sadly I don’t have any supported Macs