Jump to content
5451 posts in this topic

Recommended Posts

Hello Maldon, could you explain the function and if they are necessary XHCI-200-series-inyector.kext and EFICheckDisabler.kext Thanks for your time.

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 :ninja:

  • Like 1
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 : ninja

:ph34r:  Wow, the apple spies you. Fortunately that kext is not loaded in my configuration.

1793088695_Capturadepantalla2018-10-04alas22_30_20.png.52602b9fa8631ffeb6bf2f41850047f9.png

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

My hackintosh won't shut down or restart Mac OS Mojave 10.14 (18A391) Clover UEFI

Edited by IUTniun
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 by IUTniun

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

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

  • Like 1

 

 

7 minutes ago, MaLd0n said:

Thanks for the reply
But I did a clean installation of mojave, without nvidia drivers etc.

 

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

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

  • Like 1
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

15 hours ago, MaLd0n said:

yes, try with Aptio driver (first version) + emuvariable

thank you for the reply I will try.

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 by renegaid
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

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

  • Like 1
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/

  • Like 1
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 by renegaid
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!!!

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

×
×
  • Create New...