Andres ZeroCross Posted July 7, 2019 Share Posted July 7, 2019 (edited) 32 minutes ago, HmO said: RTCHibernateAware in CLOVER = ResetHwSig in OpenCore I tried set ResetHWSig=Yes and the result 1. First sleep and wake = Normal 2. Second sleep = Can't seep, when all machine off then it's reboot by itself. Witthout this config, i can sleep in second, but can't wake (Kernel Panic). Again, the kernel panic log is different BSD Process 23 minutes ago, justin said: btw, my Asrock B360M-HDV does not have native nvram, i need VariableRumtimeDxe.efi to work for sleep/wake. that's maybe the difference, your mb seems to have native nvram (or you won't see panic report after rebooting), that's why i suggested removing the efi from config.plist and use native nvram only. also, clear nvram may help, there is an efi (CleanNvram.efi) for that purpose on OpenCore, configure it in config.plist/Misc/Tools/ link: https://github.com/acidanthera/AptioFixPkg Ok let's make it clear 1. I and @vit9696 have make test about fail sleep and shutdown in windows with OC bootloader, so he sent me latest commit of VariableRumtimeDxe.efi and AptioMemoryFix.efi to fix this. And i know how to to clean nvram. 2. Why in MOjave the system working well With or without VariableRuntimeDxe.efi???? And can you explain about second sleep cycle issue with NVRAM Variable?? Edited July 7, 2019 by Andres ZeroCross Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/34/#findComment-2680501 Share on other sites More sharing options...
mhaeuser Posted July 7, 2019 Share Posted July 7, 2019 Your former issue had nothing to do with sleep but with Windows' expectations for NVRAM variables for hibernation 1 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/34/#findComment-2680505 Share on other sites More sharing options...
Andres ZeroCross Posted July 7, 2019 Share Posted July 7, 2019 Update 1 with :ResetHWSig=Yes + hibernatemode=3 Result : 1. First sleep and Wake = Normal 2. Second Sleep, fail. Automatic reboot when system is off ResetHWSig=Yes + hibernatemode=0 Result : 1. First sleep and Wake = Normal 2. Second Sleep ok but when i wake it, system reboot (kernel panic) Again, with different BSD Process 2 minutes ago, Download-Fritz said: Your former issue had nothing to do with sleep but with Windows' expectations for NVRAM variables for hibernation Yes, you're right. My questions is about second wake fail in Catalina DP 3. Can you help me with that?? What log or process should i do?? Or i must wait it until Public Release? Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/34/#findComment-2680506 Share on other sites More sharing options...
justin Posted July 7, 2019 Share Posted July 7, 2019 from man pmset, hibernatemode=0 or 3 makes no difference on wakeup, they both wakeup form RAM. except hibernatemode=3 will write RAM contents to /var/vm/sleepimage when sleep. For "first time sleep", how long was it sleeping, few seconds or few minutes? Have you tried with clean reboot, and put macOS to sleep, and wait for 5 mins and then wakeup (to emulate the "deep sleep" as you described)? Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/34/#findComment-2680509 Share on other sites More sharing options...
Andres ZeroCross Posted July 7, 2019 Share Posted July 7, 2019 Just now, justin said: from man pmset, hibernatemode=0 or 3 makes no difference on wakeup, they both wakeup form RAM. except hibernatemode=3 will write RAM contents to /var/vm/sleepimage when sleep. For "first time sleep", how long was it sleeping, few seconds or few minutes? Have you tried with clean reboot, and put macOS to sleep, and wait for 5 mins and then wakeup (to emulate the "deep sleep" as you described)? No matter how long i make system sleep in FIRST SLEEP, system still can wake normally Longest time i have tried is around 15 minutes, but for second sleep no mater how long is it, it will fail. I have tried second sleep for 15 seconds, but still fail for waking up Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/34/#findComment-2680510 Share on other sites More sharing options...
justin Posted July 7, 2019 Share Posted July 7, 2019 that's weird, i noticed there is VoodooTSCSync.kext loaded, i don't know if that's a potential cause, maybe it worked on Mojave but not work as expected on Catalina beta3, in the end, do you really need this kext to work? remove it if you don't need it. if you can't live without it, there is a probably better version, https://github.com/interferenc/TSCAdjustReset Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/34/#findComment-2680514 Share on other sites More sharing options...
Andres ZeroCross Posted July 7, 2019 Share Posted July 7, 2019 Just now, justin said: that's weird, i noticed there is VoodooTSCSync.kext loaded, i don't know if that's a potential cause, maybe it worked on Mojave but not work as expected on Catalina beta3, in the end, do you really need this kext to work? remove it if you don't need it. if you can't live without it, there is a probably better version, https://github.com/interferenc/TSCAdjustReset Some people without this kext (in this forum), still have problem Wake issue in Catalina DP 3 (Clover or OC Bootloader) Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/34/#findComment-2680515 Share on other sites More sharing options...
matgeo Posted July 7, 2019 Share Posted July 7, 2019 3 hours ago, justin said: see this issue https://github.com/acidanthera/bugtracker/issues/410 you have incorrect config.plist You mean to use UpdateSMBIOSMode=custom ? I did but now my hackintosh is recognised as Dell 5570. config.plist dmidecode.txt Screenshot.pdf Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/34/#findComment-2680521 Share on other sites More sharing options...
justin Posted July 7, 2019 Share Posted July 7, 2019 Read : https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/Configuration.pdf , Generic Properties has 6 items, your has 4, missing SpoofVendor=YES, ROM=some_random_mac_address (e.g. 02B1946AC924). with Automatic=YES, you don't need to fill in DataHub, PlatformNVRAM, SMBIOS Set NO to all the 4 items in Protocols Properties Btw set LegacyEnable=NO 1 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/34/#findComment-2680523 Share on other sites More sharing options...
matgeo Posted July 7, 2019 Share Posted July 7, 2019 Still the same. Smbios is dell 5570 in ioreg. config.plist Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/34/#findComment-2680527 Share on other sites More sharing options...
justin Posted July 7, 2019 Share Posted July 7, 2019 2 hours ago, matgeo said: Still the same. Smbios is dell 5570 in ioreg. config.plist No MLB in Generic section. UEFI/Driver/*.efi are not from Acidanthera's repo. Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/34/#findComment-2680541 Share on other sites More sharing options...
matgeo Posted July 7, 2019 Share Posted July 7, 2019 Done. Still wrong smbios. config.plist Screenshot.pdf Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/34/#findComment-2680543 Share on other sites More sharing options...
HmO Posted July 7, 2019 Share Posted July 7, 2019 7 minutes ago, matgeo said: Done. Still wrong smbios. config.plist Screenshot.pdf config.plist.zip Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/34/#findComment-2680545 Share on other sites More sharing options...
matgeo Posted July 7, 2019 Share Posted July 7, 2019 Didn't work. Screenshot.pdf Screenshot 2.pdf Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/34/#findComment-2680547 Share on other sites More sharing options...
Andres ZeroCross Posted July 7, 2019 Share Posted July 7, 2019 12 minutes ago, matgeo said: Didn't work. Screenshot.pdf Screenshot 2.pdf Did you use latest OpenCore Bootloader version???? Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/34/#findComment-2680548 Share on other sites More sharing options...
matgeo Posted July 7, 2019 Share Posted July 7, 2019 I use latest release. Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/34/#findComment-2680551 Share on other sites More sharing options...
vit9696 Posted July 7, 2019 Share Posted July 7, 2019 Could you please provide ioreg saved with IORegistryExplorer? Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/34/#findComment-2680552 Share on other sites More sharing options...
matgeo Posted July 7, 2019 Share Posted July 7, 2019 Sure. Catalina.ioreg Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/34/#findComment-2680555 Share on other sites More sharing options...
LeoVanex Posted July 7, 2019 Share Posted July 7, 2019 Hi everyone! I have noticed that HDMI audio doesn't work after wake from hibernation.. What could be the problem? How can I fix it? Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/34/#findComment-2680560 Share on other sites More sharing options...
vit9696 Posted July 7, 2019 Share Posted July 7, 2019 1 hour ago, matgeo said: Sure. Catalina.ioreg Fixed in master. 1 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/34/#findComment-2680563 Share on other sites More sharing options...
matgeo Posted July 7, 2019 Share Posted July 7, 2019 2 minutes ago, vit9696 said: Fixed in master. Sorry , where? Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/34/#findComment-2680564 Share on other sites More sharing options...
Andres ZeroCross Posted July 7, 2019 Share Posted July 7, 2019 1 minute ago, matgeo said: Sorry , where? Here, https://github.com/acidanthera/OpenCorePkg Just compile it Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/34/#findComment-2680565 Share on other sites More sharing options...
Andres ZeroCross Posted July 7, 2019 Share Posted July 7, 2019 24 minutes ago, matgeo said: Sorry , where? I have compiled it for you, try this. And try to use this config.plist OpenCore-0.0.4-RELEASE.zip config.plist Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/34/#findComment-2680566 Share on other sites More sharing options...
xtddd Posted July 8, 2019 Share Posted July 8, 2019 @Andres ZeroCross i injected PciRoot(0x0)/Pci(0x1b,0x0) -> Layout-id in the opencore..but audio alc887 doesnt still work.. Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/34/#findComment-2680573 Share on other sites More sharing options...
HmO Posted July 8, 2019 Share Posted July 8, 2019 26 minutes ago, xtddd said: @Andres ZeroCross i injected PciRoot(0x0)/Pci(0x1b,0x0) -> Layout-id in the opencore..but audio alc887 doesnt still work.. This is wrong. Should be PciRoot(0x0)/Pci(0x1f,0x3) 1 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/34/#findComment-2680575 Share on other sites More sharing options...
Recommended Posts