Jump to content

Wake takes me to Clover


RicardoRangel
 Share

16 posts in this topic

Recommended Posts

Hello!

 

Everything works on my Hackintosh, even sleep is ok (I know because the Power LED indicates is sleeping)...

 

The only strange behavior is with Waking, when I wake the computer from Sleep, it takes me to the Clover screen, I have to select the hackintosh partition to continue, I'm not sure if this is normal behavior of sleep on hackintosh or if I have something wrong...

 

Hope you can give me a hand with this, I have same results with Drop OEM=False and Drop OEM=True.

 

@foskvs

 

Thanks!

 

 

 

 

  • Like 1
Link to comment
Share on other sites

check drivers64UEFI folder

attachicon.gifCLOVER.zip

Thanks for your fast response Maldon!

 

I use your driver64UEFI folder and just add EmuVariableUefi-64.efi in order to load nvidia web driver, the result is the same.

I can say that when waking from sleep, it restart instead...

Edited by RicardoRangel
  • Like 1
Link to comment
Share on other sites

try edit Real Time Clock

Device (RTC)
                {
                    Name (_HID, EisaId ("PNP0B00"))  // _HID: Hardware ID
                    Name (_CRS, ResourceTemplate ()  // _CRS: Current Resource Settings
                    {
                        IO (Decode16,
                            0x0070,             // Range Minimum
                            0x0070,             // Range Maximum
                            0x00,               // Alignment
                            0x02,               // Length
                            )
                    })
                }

DSDT02.AML.zip

reboot, press O key in Clover boot screen, go to Acpi Patching/DSDT Name and put DSDT02.aml, just for test

  • Like 1
Link to comment
Share on other sites

try edit Real Time Clock

Device (RTC)
                {
                    Name (_HID, EisaId ("PNP0B00"))  // _HID: Hardware ID
                    Name (_CRS, ResourceTemplate ()  // _CRS: Current Resource Settings
                    {
                        IO (Decode16,
                            0x0070,             // Range Minimum
                            0x0070,             // Range Maximum
                            0x00,               // Alignment
                            0x02,               // Length
                            )
                    })
                }

attachicon.gifDSDT02.AML.zip

reboot, press O key in Clover boot screen, go to Acpi Patching/DSDT Name and put DSDT02.aml, just for test

 

 

Wooow!

 

What did you do??? This works perfectly!!!!

  • Like 1
Link to comment
Share on other sites

is a very old time :D master chief, mm67, all patches is 2007/2012, today is just a copy and updates some lines

check Useful links

http://www.insanelymac.com/forum/topic/235523-dsdt-auto-patcher/


a good way too is a operation region

OperationRegion (LPC0, PCI_Config, 0xA4, 0x02)
Field (LPC0, ByteAcc, NoLock, Preserve)
{
AG3E,   1
}

DSDT.MaLd0n.zip

  • Like 1
Link to comment
Share on other sites

 Share

×
×
  • Create New...