camillionario Posted October 4, 2018 Share Posted October 4, 2018 Hello Maldon, could you explain the function and if they are necessary XHCI-200-series-inyector.kext and EFICheckDisabler.kext Thanks for your time. Link to comment https://www.insanelymac.com/forum/topic/321872-guide-catalina-bigsur-monterey-on-mobos-serie-100-200-300-400-500-600-skylake-kabylake-coffeelake-cometlake-rocketlake-alderlake-dsdt/page/172/#findComment-2638765 Share on other sites More sharing options...
MaLd0n Posted October 4, 2018 Author Share Posted October 4, 2018 1 hour ago, camillionario said: Hello Maldon, could you explain the function and if they are necessary XHCI-200-series-inyector.kext and EFICheckDisabler.kext Thanks for your time. XHCI-200-series-inyector.kext, kabylake and coffelake need it if u use usbinjectall, u can inject skylake id and delete it too EFICheckDisabler.kext, diaable apple spy 1 Link to comment https://www.insanelymac.com/forum/topic/321872-guide-catalina-bigsur-monterey-on-mobos-serie-100-200-300-400-500-600-skylake-kabylake-coffeelake-cometlake-rocketlake-alderlake-dsdt/page/172/#findComment-2638782 Share on other sites More sharing options...
camillionario Posted October 4, 2018 Share Posted October 4, 2018 20 minutes ago, MaLd0n said: XHCI-200-series-inyector.kext, kabylake y coffelake lo necesitan si usas usbinjectall, puedes inyectar el ID de skylake y eliminarlo también EFICheckDisabler.kext, diaable apple spy Wow, the apple spies you. Fortunately that kext is not loaded in my configuration. Link to comment https://www.insanelymac.com/forum/topic/321872-guide-catalina-bigsur-monterey-on-mobos-serie-100-200-300-400-500-600-skylake-kabylake-coffeelake-cometlake-rocketlake-alderlake-dsdt/page/172/#findComment-2638789 Share on other sites More sharing options...
rajkhand Posted October 5, 2018 Share Posted October 5, 2018 I have perfectly working High Sierra 10.13.6 machine. How should I Upgrade to Mojave? I don't want to clean install it. Is there a Guide for this upgrade? Thanks Link to comment https://www.insanelymac.com/forum/topic/321872-guide-catalina-bigsur-monterey-on-mobos-serie-100-200-300-400-500-600-skylake-kabylake-coffeelake-cometlake-rocketlake-alderlake-dsdt/page/172/#findComment-2638876 Share on other sites More sharing options...
MaLd0n Posted October 5, 2018 Author Share Posted October 5, 2018 update kexts and update system 2 Link to comment https://www.insanelymac.com/forum/topic/321872-guide-catalina-bigsur-monterey-on-mobos-serie-100-200-300-400-500-600-skylake-kabylake-coffeelake-cometlake-rocketlake-alderlake-dsdt/page/172/#findComment-2638916 Share on other sites More sharing options...
IUTniun Posted October 5, 2018 Share Posted October 5, 2018 (edited) My hackintosh won't shut down or restart Mac OS Mojave 10.14 (18A391) Clover UEFI Edited October 5, 2018 by IUTniun Link to comment https://www.insanelymac.com/forum/topic/321872-guide-catalina-bigsur-monterey-on-mobos-serie-100-200-300-400-500-600-skylake-kabylake-coffeelake-cometlake-rocketlake-alderlake-dsdt/page/172/#findComment-2638942 Share on other sites More sharing options...
MaLd0n Posted October 5, 2018 Author Share Posted October 5, 2018 check _PTS, prepare to sleep in ur DSDT 1 Link to comment https://www.insanelymac.com/forum/topic/321872-guide-catalina-bigsur-monterey-on-mobos-serie-100-200-300-400-500-600-skylake-kabylake-coffeelake-cometlake-rocketlake-alderlake-dsdt/page/172/#findComment-2638943 Share on other sites More sharing options...
IUTniun Posted October 5, 2018 Share Posted October 5, 2018 (edited) 2 hours ago, MaLd0n said: check _PTS, prepare to sleep in ur DSDT Method (_PTS, 1, NotSerialized) // _PTS: Prepare To Sleep { If (Arg0) { \_SB.TPM.TPTS (Arg0) \_SB.PCI0.LPCB.SIO1.SIOS (Arg0) \_SB.PCI0.LPCB.SPTS (Arg0) \_SB.PCI0.NPTS (Arg0) RPTS (Arg0) } If ((0x05 == Arg0)) { \_SB.PCI0.XHC.PMEE = Zero } } is it ok or not ? Edited October 5, 2018 by IUTniun Link to comment https://www.insanelymac.com/forum/topic/321872-guide-catalina-bigsur-monterey-on-mobos-serie-100-200-300-400-500-600-skylake-kabylake-coffeelake-cometlake-rocketlake-alderlake-dsdt/page/172/#findComment-2638951 Share on other sites More sharing options...
gader Posted October 5, 2018 Share Posted October 5, 2018 Hi, I need help. I have purchased a 580 graphics card for compatibility problem. (nvidia drivers) Right now I have a nvidia card and radeon 580 on my computer, the problem is that with the nvidia card, since it does not have drivers, it does not sleep, without the card it sleeps perfectly. But I do not know how to disable it from the mac, without having to disconnect the nvidia graphic card from the PC. I would be very grateful. I'm sorry I use a translator. Thank you very much. Send me iMac-de-Raul.zip Link to comment https://www.insanelymac.com/forum/topic/321872-guide-catalina-bigsur-monterey-on-mobos-serie-100-200-300-400-500-600-skylake-kabylake-coffeelake-cometlake-rocketlake-alderlake-dsdt/page/172/#findComment-2638975 Share on other sites More sharing options...
MaLd0n Posted October 5, 2018 Author Share Posted October 5, 2018 2 hours ago, IUTniun said: Method (_PTS, 1, NotSerialized) // _PTS: Prepare To Sleep { If (Arg0) { \_SB.TPM.TPTS (Arg0) \_SB.PCI0.LPCB.SIO1.SIOS (Arg0) \_SB.PCI0.LPCB.SPTS (Arg0) \_SB.PCI0.NPTS (Arg0) RPTS (Arg0) } If ((0x05 == Arg0)) { \_SB.PCI0.XHC.PMEE = Zero } } is it ok or not ? yes, try with Aptio driver (first version) + emuvariable 21 minutes ago, gader said: Hi, I need help. I have purchased a 580 graphics card for compatibility problem. (nvidia drivers) Right now I have a nvidia card and radeon 580 on my computer, the problem is that with the nvidia card, since it does not have drivers, it does not sleep, without the card it sleeps perfectly. But I do not know how to disable it from the mac, without having to disconnect the nvidia graphic card from the PC. I would be very grateful. I'm sorry I use a translator. Thank you very much. Send me iMac-de-Raul.zip go to system preferences and uninstall nvidia driver 1 Link to comment https://www.insanelymac.com/forum/topic/321872-guide-catalina-bigsur-monterey-on-mobos-serie-100-200-300-400-500-600-skylake-kabylake-coffeelake-cometlake-rocketlake-alderlake-dsdt/page/172/#findComment-2638978 Share on other sites More sharing options...
gader Posted October 5, 2018 Share Posted October 5, 2018 7 minutes ago, MaLd0n said: Thanks for the reply But I did a clean installation of mojave, without nvidia drivers etc. Link to comment https://www.insanelymac.com/forum/topic/321872-guide-catalina-bigsur-monterey-on-mobos-serie-100-200-300-400-500-600-skylake-kabylake-coffeelake-cometlake-rocketlake-alderlake-dsdt/page/172/#findComment-2638979 Share on other sites More sharing options...
ernani Posted October 5, 2018 Share Posted October 5, 2018 Hi. I'm having sleep / waking up issues after I upgraded my build to Mojave from High Sierra 10.13.6. My build has the following specs: * Mobo: Asrock Fatality Z270 Gaming K4 * CPU: Intel core i7-7700K * RAM: 32GB (2x16GB) DDR4 * GPU: Sapphire Radeon RX580 8Gb Nitro+ My EFI folder without the APPLE and theme subfolders and UUIDs is attached. Specifically, after I performed the upgrade, the only thing I changed to my config.plist was to add the necessary USB3 patch. When I put the system to sleep, the power led doesn't blink anymore. On a usb event the system attempts to wake from sleep but keeps rebooting without showing anything on screen (not even the BIOS logo). Even the reset button doesn't work. I need to completely power off the system by pressing the power button for a long time, and only then the system boots normally, the BIOS shows a warning that multiple reboots have failed, and then it loads clover after some countdown. As you can see, I have the integrated GPU (Intel U630) enabled, by following the instructions of this topic: https://hackintosher.com/guides/fix-rendering-issues-fcpx-high-sierra/. I haven't tried deactivating the iGPU and removing the DSDT patches suggested by this guide, but somehow I'm afraid that they could be the issue, because it is mentioned that they are necessary for having both graphic cards enabled. After giving a pmset -g log | grep -i failure command, I get several: Sleep Failure [code:0xFFFFFFFF0000001F]: responses. Any help is greatly appreciated. EFI.zip Link to comment https://www.insanelymac.com/forum/topic/321872-guide-catalina-bigsur-monterey-on-mobos-serie-100-200-300-400-500-600-skylake-kabylake-coffeelake-cometlake-rocketlake-alderlake-dsdt/page/172/#findComment-2639003 Share on other sites More sharing options...
MaLd0n Posted October 5, 2018 Author Share Posted October 5, 2018 1 hour ago, ernani said: Hi. I'm having sleep / waking up issues after I upgraded my build to Mojave from High Sierra 10.13.6. My build has the following specs: * Mobo: Asrock Fatality Z270 Gaming K4 * CPU: Intel core i7-7700K * RAM: 32GB (2x16GB) DDR4 * GPU: Sapphire Radeon RX580 8Gb Nitro+ My EFI folder without the APPLE and theme subfolders and UUIDs is attached. Specifically, after I performed the upgrade, the only thing I changed to my config.plist was to add the necessary USB3 patch. When I put the system to sleep, the power led doesn't blink anymore. On a usb event the system attempts to wake from sleep but keeps rebooting without showing anything on screen (not even the BIOS logo). Even the reset button doesn't work. I need to completely power off the system by pressing the power button for a long time, and only then the system boots normally, the BIOS shows a warning that multiple reboots have failed, and then it loads clover after some countdown. As you can see, I have the integrated GPU (Intel U630) enabled, by following the instructions of this topic: https://hackintosher.com/guides/fix-rendering-issues-fcpx-high-sierra/. I haven't tried deactivating the iGPU and removing the DSDT patches suggested by this guide, but somehow I'm afraid that they could be the issue, because it is mentioned that they are necessary for having both graphic cards enabled. After giving a pmset -g log | grep -i failure command, I get several: Sleep Failure [code:0xFFFFFFFF0000001F]: responses. Any help is greatly appreciated. EFI.zip use it, full clover folder CLOVER.zip reboot and extract files RunMe.app 1 Link to comment https://www.insanelymac.com/forum/topic/321872-guide-catalina-bigsur-monterey-on-mobos-serie-100-200-300-400-500-600-skylake-kabylake-coffeelake-cometlake-rocketlake-alderlake-dsdt/page/172/#findComment-2639013 Share on other sites More sharing options...
rajkhand Posted October 6, 2018 Share Posted October 6, 2018 16 hours ago, MaLd0n said: update kexts and update system I am using the older HPFS FILE SYSTEM any special steps to take? i don’t want to upgrade to APFS Link to comment https://www.insanelymac.com/forum/topic/321872-guide-catalina-bigsur-monterey-on-mobos-serie-100-200-300-400-500-600-skylake-kabylake-coffeelake-cometlake-rocketlake-alderlake-dsdt/page/172/#findComment-2639047 Share on other sites More sharing options...
IUTniun Posted October 6, 2018 Share Posted October 6, 2018 15 hours ago, MaLd0n said: yes, try with Aptio driver (first version) + emuvariable thank you for the reply I will try. Link to comment https://www.insanelymac.com/forum/topic/321872-guide-catalina-bigsur-monterey-on-mobos-serie-100-200-300-400-500-600-skylake-kabylake-coffeelake-cometlake-rocketlake-alderlake-dsdt/page/172/#findComment-2639084 Share on other sites More sharing options...
renegaid Posted October 6, 2018 Share Posted October 6, 2018 (edited) Anyone have any idea how to get bluetooth working? I am using a card compatible but for some reason bluetooth does not work. It worked before but I don't know when it stopped working. Send me my-iMac.zip Edited October 6, 2018 by renegaid Link to comment https://www.insanelymac.com/forum/topic/321872-guide-catalina-bigsur-monterey-on-mobos-serie-100-200-300-400-500-600-skylake-kabylake-coffeelake-cometlake-rocketlake-alderlake-dsdt/page/172/#findComment-2639214 Share on other sites More sharing options...
ford22 Posted October 6, 2018 Share Posted October 6, 2018 On 10/2/2018 at 10:06 AM, MaLd0n said: use clover folder for serie 10,20,30, check my app CLOVER.zip add mojave signal NVIDIA or Intel® HD Graphics 630 HDMI signal TV yes signal auto where install voodoohda fixed patched applehda where nvidia signal high sierra help Link to comment https://www.insanelymac.com/forum/topic/321872-guide-catalina-bigsur-monterey-on-mobos-serie-100-200-300-400-500-600-skylake-kabylake-coffeelake-cometlake-rocketlake-alderlake-dsdt/page/172/#findComment-2639223 Share on other sites More sharing options...
IUTniun Posted October 6, 2018 Share Posted October 6, 2018 7 hours ago, IUTniun said: no its the same problem Link to comment https://www.insanelymac.com/forum/topic/321872-guide-catalina-bigsur-monterey-on-mobos-serie-100-200-300-400-500-600-skylake-kabylake-coffeelake-cometlake-rocketlake-alderlake-dsdt/page/172/#findComment-2639228 Share on other sites More sharing options...
Macwolf Posted October 6, 2018 Share Posted October 6, 2018 Hi MaLd0n I run Mojave and my sound ,usb 3 will not work can you great a new clover for me thanks Send me .zip Link to comment https://www.insanelymac.com/forum/topic/321872-guide-catalina-bigsur-monterey-on-mobos-serie-100-200-300-400-500-600-skylake-kabylake-coffeelake-cometlake-rocketlake-alderlake-dsdt/page/172/#findComment-2639230 Share on other sites More sharing options...
MaLd0n Posted October 6, 2018 Author Share Posted October 6, 2018 15 hours ago, rajkhand said: I am using the older HPFS FILE SYSTEM any special steps to take? i don’t want to upgrade to APFS i never try it, i think need extra step 3 hours ago, renegaid said: Anyone have any idea how to get bluetooth working? I am using a card compatible but for some reason bluetooth does not work. It worked before but I don't know when it stopped working. Send me my-iMac.zip DSDT.aml.zip USE BT injectors in Library/Extensions 1 Link to comment https://www.insanelymac.com/forum/topic/321872-guide-catalina-bigsur-monterey-on-mobos-serie-100-200-300-400-500-600-skylake-kabylake-coffeelake-cometlake-rocketlake-alderlake-dsdt/page/172/#findComment-2639272 Share on other sites More sharing options...
MaLd0n Posted October 6, 2018 Author Share Posted October 6, 2018 2 hours ago, IUTniun said: no idea, very strange 2 hours ago, Macwolf said: Hi MaLd0n I run Mojave and my sound ,usb 3 will not work can you great a new clover for me thanks Send me .zip check here, have a usb solution https://www.insanelymac.com/forum/topic/335018-intel-fb-patcher-v146/ 1 Link to comment https://www.insanelymac.com/forum/topic/321872-guide-catalina-bigsur-monterey-on-mobos-serie-100-200-300-400-500-600-skylake-kabylake-coffeelake-cometlake-rocketlake-alderlake-dsdt/page/172/#findComment-2639275 Share on other sites More sharing options...
renegaid Posted October 6, 2018 Share Posted October 6, 2018 (edited) 3 hours ago, MaLd0n said: i never try it, i think need extra step DSDT.aml.zip USE BT injectors in Library/Extensions Thanks it worked. I thought I tried installing to Library/Extensions before and it did not work. Edited October 6, 2018 by renegaid Link to comment https://www.insanelymac.com/forum/topic/321872-guide-catalina-bigsur-monterey-on-mobos-serie-100-200-300-400-500-600-skylake-kabylake-coffeelake-cometlake-rocketlake-alderlake-dsdt/page/172/#findComment-2639302 Share on other sites More sharing options...
ernani Posted October 7, 2018 Share Posted October 7, 2018 On 10/6/2018 at 12:36 AM, MaLd0n said: use it, full clover folder CLOVER.zip reboot and extract files RunMe.app @MaLd0n Thanks man! The CLOVER folder you provided fixed the problem! I tried to recreate a new config file based on the one you sent me, but using a iMac 18,3 system definition instead with the board and UUIDs from my old config, but to no avail; the system would reboot upon wake same as before. Thus, I ended up using you config.plist which is based on iMac 18,2, after changing the board ids of course. Just a question: Is VirtualSMC.kext preferable to FakeSMC.kext, at least for Mojave builds? Thanks again for your help!!! Link to comment https://www.insanelymac.com/forum/topic/321872-guide-catalina-bigsur-monterey-on-mobos-serie-100-200-300-400-500-600-skylake-kabylake-coffeelake-cometlake-rocketlake-alderlake-dsdt/page/172/#findComment-2639365 Share on other sites More sharing options...
Ritz Carltn Posted October 7, 2018 Share Posted October 7, 2018 Hi Maldon,It never shutdown in macOS.Please. Help me.i7 7820xGA AROUS Ultra Gaming ProGTX 1080Tihttp://cloud.tapatalk.com/s/5bba868502901/Send%20me%20macOSs-iMac.zipSented by Tapatalk in my Android SM-G930S Link to comment https://www.insanelymac.com/forum/topic/321872-guide-catalina-bigsur-monterey-on-mobos-serie-100-200-300-400-500-600-skylake-kabylake-coffeelake-cometlake-rocketlake-alderlake-dsdt/page/172/#findComment-2639464 Share on other sites More sharing options...
pinoli Posted October 8, 2018 Share Posted October 8, 2018 Hello @MaLd0n, thanks for your amazing work. I managed to install macOS 10.14 Mojave on a ASUS Z370-A with a i7-8700K. For now I am using the iGPU, and I managed to enable acceleration inside the OS. I have iCloud, AirPlay Mirroring, everything seems to be working. I also created a custom and succesful SSDT-UIAC.aml for my USB config. The only thing that is driving me nuts is display glitching/flashing/blinking making macOS unusable. I tried several values for platform-id, stolenmem and unifiedmem but with no luck. I ran RunMe.app correctly, can you help me out? Send me andres-iMac.zip Link to comment https://www.insanelymac.com/forum/topic/321872-guide-catalina-bigsur-monterey-on-mobos-serie-100-200-300-400-500-600-skylake-kabylake-coffeelake-cometlake-rocketlake-alderlake-dsdt/page/172/#findComment-2639501 Share on other sites More sharing options...
Recommended Posts