Jump to content
8755 posts in this topic

Recommended Posts

@obus

 

As @Pavo said, your config.plist almost corrupted, it's totally not correct, i suggest

 

1. download the latest opencore v0.03 at https://github.com/acidanthera/OpenCorePkg/releases

2. read the https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/Configuration.pdf and

3. configure based on https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/SampleFull.plist 

 

i did this step the first time i was trying OpenCore, i took 1 hour to read the pdf, another 30mins to configure everything, and succeed with just one shot, i never had any issue with OpenCore

 

I would suggest anyone who have issues to follow the steps. 

  • Like 2
9 hours ago, Download-Fritz said:

@nytr0 BrcmFirmwareData.kext + BrcmPatchRAM2.kext from https://bitbucket.org/RehabMan/os-x-brcmpatchram/downloads/ link just fine here

EDIT: Not Catalina, just to be sure

I've added Catalina support to my fork here (which also requires BrcmBluetoothInjector.kext for native driver injection) but @nytr0 is getting "Prelink injection BrcmPatchRAM2.kext - Invalid Parameter"

Edited by headkaze

@headkaze @nytr0 W/A at https://github.com/acidanthera/OcSupportPkg/commit/5b61c4e7764c873a55da095fb842cbed7773e584

Apple declares dependency on a PLIST-only KEXT, which does not make a whole lot of sense to me.

Edited by Download-Fritz
  • Like 2
4 hours ago, Download-Fritz said:

@headkaze @nytr0 W/A at https://github.com/acidanthera/OcSupportPkg/commit/5b61c4e7764c873a55da095fb842cbed7773e584

Apple declares dependency on a PLIST-only KEXT, which does not make a whole lot of sense to me.

@Pavo@Download-Fritz SSDT-PLUG works fine in the version 0.0.2...but failed in the version0.0.3.

Maybe this is out of topic, but maybe will be usefull for dev of OC / Kexts

In Catalina DP 3, if we make deep sleep (sleep more than 5 minutes) then sometimes wake will be failed (Reboot / Kernel Panic). 

My Specification is in my signature,, (tried with latest CLOVER and OC Bootloader with all latest commit kext)

BSD Process always different,

image.thumb.png.6f055ccecfb5f90fbcac2b71194b5e5c.png

 

Maybe it's too early to post.

I can make sure kernel panic in second wake cycle. In first wake, all is ok. But in second wake it's reboot. In Mojave i have remembered about this issue and i solve it with "RTCHibernateAware", but in Catalina DP3 the issue come again, maybe@Vit9696 can help.


Sent from my iPhone using Tapatalk

1 hour ago, Andres ZeroCross said:

In Catalina DP 3, if we make deep sleep (sleep more than 5 minutes) then sometimes wake will be failed (Reboot / Kernel Panic). 

 

Did you configure OpenCore with VariableRuntimeDxe.efi OR EmuVariableRuntimeDxe.efi

 

Sorry, if you see Panic Reports after rebooting, you have native nvram, you don't need these efi. 

Edited by justin
 
Did you configure OpenCore with VariableRuntimeDxe.efi OR EmuVariableRuntimeDxe.efi
 
Sorry, if you see Panic Reports after rebooting, you have native nvram, you don't need these efi. 



You still need variableruntime.efi (latest commit), to make sleep and shutdown work in windows (OC Bootloader) with fast startup and hybrid sleep : for windows.




Sent from my iPhone using Tapatalk
 
Did you configure OpenCore with VariableRuntimeDxe.efi OR EmuVariableRuntimeDxe.efi
 
Sorry, if you see Panic Reports after rebooting, you have native nvram, you don't need these efi. 



You still need variableruntime.efi (latest commit), to make sleep and shutdown work in windows (OC Bootloader) with fast startup and hybrid sleep : for windows.




Sent from my iPhone using Tapatalk

Many people get problem in Wake From Sleep in Catalina DP 3, most of it are Freeze or Reboot because in kernel panic after second sleep/wake.

I think there is a clue in old feature of RTCHibernateAware in CLOVER.

Somehow not work anymore in Catalina DP 3

 

14 minutes ago, Andres ZeroCross said:

You still need variableruntime.efi (latest commit), to make sleep and shutdown work in windows (OC Bootloader) with fast startup and hybrid sleep : for windows.

 

what if remove the efi and use native nvram instead, will you see panic again? why would you boot windows via OpenCore? 

2 minutes ago, justin said:

 

what if remove the efi and use native nvram instead, will you see panic again? why would you boot windows via OpenCore? 


Did you read my post above? This issue is about second cycle sleep wake,, first sleep and wake is normal, but second sleep and wake is problem. CLover and OC are same issue,,

And for your another questions, why would i boot windows via OpenCore?? Then answer is "Why not???" OpenCore bootloader is for other OS too. We should test and give report about it.

2 minutes ago, Andres ZeroCross said:


Did you read my post above? This issue is about second cycle sleep wake,, first sleep and wake is normal, but second sleep and wake is problem. CLover and OC are same issue,,

And for your another questions, why would i boot windows via OpenCore?? Then answer is "Why not???" OpenCore bootloader is for other OS too. We should test and give report about it.

 

ok, what does pmset -g say

Ok, i will tell you. I have set pmset, before. You still can't wake in second sleep/wake.  I have tried hibernate mode =0, 3 or 1. Tried to set autopoweroff to 1 or 0. 

So what you suggest again?? 

Btw,, can you test for 2 times sleep in your system?? Did it wake normally?? Remember to test it in Catalina DP 3 not Mojave. I have perfect sleep and wake cycle in Mojave latest beta with OC or Clover Bootloader

Edited by Andres ZeroCross
5 minutes ago, Andres ZeroCross said:

Ok, i will tell you. I have set pmset, before. You still can't wake in second sleep/wake.  I have tried hibernate mode =0, 3 or 1. Tried to set autopoweroff to 1 or 0. 

So what you suggest again?? 

 

standby=0/1 controls whether allow macOS to enter hibernation mode

standbydelay*=?seconds controls when to enter hibernation mode

hibernatemode=0/1/3 controls macOS wake from ram or sleepimage

autopoweroff=0/1 controls whether to write the sleepimage

 

the panic could happen during entering hibernation mode or wake from ram/sleepimage, i don't know what suggestion to make, but output of pmset -g helps to see those settings

1 minute ago, justin said:

 

standby=0/1 controls whether allow macOS to enter hibernation mode

standbydelay*=?seconds controls when to enter hibernation mode

hibernatemode=0/1/3 controls macOS wake from ram or sleepimage

autopoweroff=0/1 controls whether to write the sleepimage

 

the panic could happen during entering hibernation mode or wake from ram/sleepimage, i don't know what suggestion to make, but output of pmset -g helps to see those settings


Did you use Catalina DP 3???

Edited by Andres ZeroCross
Just now, Andres ZeroCross said:


Did you used Catalina DP 3???

 

yes, i did on another SATA SSD, no problems with sleep/wake, but i'm on B360M platform, and i set sudo pmset -a hibernatemode 0 ; sudo pmset -a standby 0 ; sudo pmset -a autopoweroff 0 already.

Just now, justin said:

 

yes, i did on another SATA SSD, no problems with sleep/wake, but i'm on B360M platform, and i set sudo pmset -a hibernatemode 0 ; sudo pmset -a standby 0 ; sudo pmset -a autopoweroff 0 already.


Then it's same like my configurations of Pmset. 

Can you test it sleep twice / 2 times without reboot in Catalina DP 3???

2 minutes ago, HmO said:

RTCHibernateAware in CLOVER = ResetHwSig in OpenCore


Yes but just want to inform, it only work in Mojave (CLOVER or OC) in my System not for Catalina DP 3. Maybe there is different binary or method in Catalina DP 3.

1 minute ago, justin said:

 

my computer sleeps multiple times everyday, never failed to wake up :)


Nice so maybe B360 not affect at all,, i have read in this forum and it happen for some people. B85 chipset, and my board Z170 chipset.

Edited by Andres ZeroCross
2 minutes ago, Andres ZeroCross said:

Nice so maybe B360 not affect at all,, i have read in this forum and it happen for some people. B85 chipset, and my board Z170 chipset.

 

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

×
×
  • Create New...