Moderators Jake Lo Posted July 11, 2019 Moderators Share Posted July 11, 2019 There graphics is not loading because you didn't set the DVMT, but that's okay, I have the patches in place. Only problem is it won't work during installation because the graphics kext needs to be cache. So to get the installation going, you need to boot with no graphics support by adding boot arg -igfxvesa So when you boot to Clover, press the letter O. This will bring you to Options. Go down to the boot arg line and add -igfxvesa Now go back to the main menu by hitting the escape key or click on return Continue booting to the installer 1 Link to comment Share on other sites More sharing options...
TheSparctan Posted July 11, 2019 Author Share Posted July 11, 2019 @Jake Lo So basically it installed great, good idea. I was pretty shocked by it booting up and running and letting me install MacOS. It rebooted 2-3 times and eventually it panicked. Although I'm very pleased to see it has made it into the installer, thats pretty great. Any info/help you can offer on this would be amazing Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted July 11, 2019 Moderators Share Posted July 11, 2019 Boot with the -igfxvesa arg until installation is completed Open terminal and run the following commands: sudo chmod -Rf 755 /L*/E* sudo chown -Rf 0:0 /L*/E* sudo touch -f /L*/E* sudo chmod -Rf 755 /S*/L*/E* sudo chown -Rf 0:0 /S*/L*/E* sudo touch -f /S*/L*/E* sudo kextcache -Boot -U / Reboot normally Don't forget the post installation steps Link to comment Share on other sites More sharing options...
Recommended Posts