Cyberdevs Posted June 16, 2017 Share Posted June 16, 2017 good But your graphics now in vesa mode... After installation, rebuild cache whith terminal: sudo rm -f /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache && sudo touch /System/Library/Extensions && sudo kextcache -u / reboot without Fake-ID I was under impression that since macOS 10.12.4 you won't need a Fake ID anymore. But for the installer to boot successfully maybe we shouldn't inject graphics at all. Although I my system it works either way. 1 Link to comment Share on other sites More sharing options...
gengik84 Posted June 16, 2017 Share Posted June 16, 2017 I was under impression that since macOS 10.12.4 you won't need a Fake ID anymore. But for the installer to boot successfully maybe we shouldn't inject graphics at all. Although I my system it works either way. Yes sure... But in your case it may also have a problem with incorrect EDID I hope I'm wrong about this... 1 Link to comment Share on other sites More sharing options...
luky35 Posted June 16, 2017 Author Share Posted June 16, 2017 @cuberdevs please Kext Post-Install Audio-Realtec , Wireles-AC 8260 USB 3.0 P.S. You can install EFI folder is copied to the Post-Install? Link to comment Share on other sites More sharing options...
Cyberdevs Posted June 16, 2017 Share Posted June 16, 2017 Yes sure... But in your case it may also have a problem with incorrect EDID I hope I'm wrong about this... Let's hope so for luky's sake Sent from my iPhone using Tapatalk @cuberdevs please Kext Post-Install Audio-Realtec , Wireles-AC 8260 USB 3.0 P.S. You can install EFI folder is copied to the Post-Install? I'll gather the files for you. And yes you can use the same EFI folder for the installer and the installed version of the macOS with few adjustments. Sent from my iPhone using Tapatalk Link to comment Share on other sites More sharing options...
gengik84 Posted June 16, 2017 Share Posted June 16, 2017 @cuberdevs please Kext Post-Install Audio-Realtec , Wireles-AC 8260 USB 3.0 P.S. You can install EFI folder is copied to the Post-Install? Do you know the exact audio codec? Wifi is Intel= not compatible 1 Link to comment Share on other sites More sharing options...
Cyberdevs Posted June 16, 2017 Share Posted June 16, 2017 I think it's realtek alc286 Sent from my iPhone using Tapatalk 1 Link to comment Share on other sites More sharing options...
gengik84 Posted June 16, 2017 Share Posted June 16, 2017 luky35 Replace in EFI/Clover/acpi/patched. DSDT.aml.zip i change layout to 3,is the only supported by AppleALC 1 Link to comment Share on other sites More sharing options...
luky35 Posted June 16, 2017 Author Share Posted June 16, 2017 Do you know the exact audio codec? Wifi is Intel= not compatible Please refer to the picture http://shrani.si/f/2q/iP/4jSCUow1/wi-fi.jpg Link to comment Share on other sites More sharing options...
gengik84 Posted June 16, 2017 Share Posted June 16, 2017 Please refer to the picture http://shrani.si/f/2q/iP/4jSCUow1/wi-fi.jpg yes, intel wifi... but not supported... sorry... 1 Link to comment Share on other sites More sharing options...
luky35 Posted June 16, 2017 Author Share Posted June 16, 2017 yes, intel wifi... but not supported... sorry... Intel Ethernet Connection I219-LM ? p.s. DSDT.aml.zip replace Clover install mac or post-install? Link to comment Share on other sites More sharing options...
Cyberdevs Posted June 16, 2017 Share Posted June 16, 2017 copy this kext file inside /EFI/Clover/kexts/10.12 or /EFI/Clover/kexts/other for the intel lan adapter IntelMausiEthernet.kext.zip 1 Link to comment Share on other sites More sharing options...
gengik84 Posted June 16, 2017 Share Posted June 16, 2017 Intel Ethernet Connection I219-LM ? p.s. DSDT.aml.zip replace Clover install mac or post-install? Installs clover on hd/ssd, after replacing the EFI with that of the usb 1 Link to comment Share on other sites More sharing options...
Cyberdevs Posted June 16, 2017 Share Posted June 16, 2017 Use clover configurator to easily edit your config.plist if you needed and you can use it to mount the EFI partition on your USB drive and hard disk http://mackie100projects.altervista.org/clover-configurator/ 1 Link to comment Share on other sites More sharing options...
luky35 Posted June 16, 2017 Author Share Posted June 16, 2017 @gengik84, cuberdevs hi, 1. I would need kext for audio 2. I get occasional video jitters mostly on desktop or browser Audio.zip Link to comment Share on other sites More sharing options...
gengik84 Posted June 16, 2017 Share Posted June 16, 2017 Are you still booting with FakeID? Kext audio already in the clover's folder #61 Link to comment Share on other sites More sharing options...
luky35 Posted June 16, 2017 Author Share Posted June 16, 2017 Are you still booting with FakeID? Kext audio already in the clover's folder #61 1. kext for audio does not work. 2. I executed all three (3) commands in Terminal a. sudo rm -f /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache b. sudo touch /System/Library/Extensions c. sudo kextcache -u / d. reboot without Fake-ID result terminal: Last login: Fri Jun 16 20:26:25 on ttys000 xxxxx-iMac:~ xxxxx$ sudo rm -f /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache Password: xxxxx-iMac:~ xxxxx$ sudo touch /System/Library/Extensions xxxxx-iMac:~ xxxxx$ sudo kextcache -u / / locked; waiting for lock. Lock acquired; proceeding. xxxxx-iMac:~ xxxxx$ 3. I removed 0x123... under ig-platform inside config.plist 4. I get error on reboot (photo) but when I insert fakeid command in gui, it loads itself but there are jitters. Error.zip Link to comment Share on other sites More sharing options...
luky35 Posted June 17, 2017 Author Share Posted June 17, 2017 Welcome cuberdevs! Please kext my audio Link to comment Share on other sites More sharing options...
Cyberdevs Posted June 17, 2017 Share Posted June 17, 2017 Thanks. Send me the latest working config.plist I'll add the proper adjustments. Or open the config.plist with clover configurator and add the following patch under the ACPI. Comment: change HDAS to HDEF Find*[HEX]: 48444153 Replace* [HEX]: 48444546 and under the devices set Audio to detect. unless you know the exact layout ID for your audio. For audio make sure you have these files in the /EFI/Clover/kexts/10.12 or /EFI/Clover/kexts/Other : Lilu.kext and AppleALC.kext Archive.zip Link to comment Share on other sites More sharing options...
luky35 Posted June 17, 2017 Author Share Posted June 17, 2017 My working config.plist. My_config.plist.zip Link to comment Share on other sites More sharing options...
Cyberdevs Posted June 17, 2017 Share Posted June 17, 2017 try this My_config.plist.zip Link to comment Share on other sites More sharing options...
luky35 Posted June 17, 2017 Author Share Posted June 17, 2017 No ok. Archive.zip Link to comment Share on other sites More sharing options...
Cyberdevs Posted June 17, 2017 Share Posted June 17, 2017 download this app: IOJones download | SourceForge.net Open it and save the results and send it to me. Link to comment Share on other sites More sharing options...
luky35 Posted June 17, 2017 Author Share Posted June 17, 2017 download this app: IOJones download | SourceForge.net Open it and save the results and send it to me. IOJones.zip Link to comment Share on other sites More sharing options...
Cyberdevs Posted June 17, 2017 Share Posted June 17, 2017 I send you two files, test the "Test me First for the Jitters config.plist" to see if it can fix your video jitters, in case of a Kernel Panic test the second one. If the audio doesn't work you can use alternative methods to activate the audio. You can use Toleda's script to activate the audio. Look here under the Audio Section: http://www.insanelymac.com/forum/topic/324138-guide-install-macos-sierra-10125-on-ga-z170x-gaming-5/ Let me know the result. Test me First for the Jitters config.plist.zip For Audio only My_config.plist.zip Link to comment Share on other sites More sharing options...
gengik84 Posted June 17, 2017 Share Posted June 17, 2017 The problem is the ALC286 codec There is only one available layout. (3) Hdef and layout are already on dsdt The only option now is VoodooHDA Link to comment Share on other sites More sharing options...
Recommended Posts