vit9696 Posted December 21, 2019 Share Posted December 21, 2019 (edited) Hi, that's not us, but perhaps your BIOS firmware. We do not create anything alike, and code search gives no findings in our repositories aside EDK II copy, which part we do not use (https://github.com/search?q=org%3Aacidanthera+MonotonicCounter&type=Code). Edited December 21, 2019 by vit9696 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/110/#findComment-2701353 Share on other sites More sharing options...
MustafaK1 Posted December 21, 2019 Share Posted December 21, 2019 35 minutes ago, vit9696 said: Hi, that's not us, but perhaps your BIOS firmware. We do not create anything alike, and code search gives no findings in our repositories aside EDK II copy, which part we do not use (https://github.com/search?q=org%3Aacidanthera+MonotonicCounter&type=Code). No, I don't think that it is intentional. But then again I never see this problem before using clvoer grub2 etc. I checked the code before I posted and I didn't see anything. Only in Datahub.c was mention of monotonic. But then again edk2 does some strange things, so I will check there. 1 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/110/#findComment-2701354 Share on other sites More sharing options...
valinor61 Posted December 21, 2019 Share Posted December 21, 2019 (edited) Hi, I have weird issue since catalina. My bios suddenly becomes a black screen I cant enter my bios settigs. The problem is in both opencore and clover. In clover every boot was causing black screen. I succesfully managed to switch opencore and its nvram reset option fixed that black screen issue but after few reboots I'm getting black screen error again when error occurs my bios also removes opencore from boot selection part. Only way to access it again reflashing my nvram with a bios tool. I have never experianced that kind of issue before on mojave. Device: Asus FX553VD/GL553VD i-7700hq. Here is my opencore files. OpenCoreGL553VD.zip Edited December 21, 2019 by valinor61 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/110/#findComment-2701387 Share on other sites More sharing options...
NorthAmTrans Posted December 21, 2019 Share Posted December 21, 2019 Has anyone had trouble with SATA since moving to Catalina? I get an immediate panic and restart at the progress bar. I can boot with ACHI enabled in bios. However, I as soon as I enable any one of the 6 ports (with or without a drive connected) I get the panic/reboot. Note: the SATA Rename SSDT has no effect here. Please excuse if this has been addressed. EFI.zip Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/110/#findComment-2701390 Share on other sites More sharing options...
DanielMac Posted December 23, 2019 Share Posted December 23, 2019 On 12/20/2019 at 2:55 PM, Andrey1970 said: Fix HPET in ACPI. (Add IRQ in HPET) For example: Thank you very much for your help! I added an IRQ in that IRQNoFlags to: {0,8,11,15} in my case and it worked without blocking the kext. Thank you so much! Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/110/#findComment-2701508 Share on other sites More sharing options...
tyufhl Posted December 23, 2019 Share Posted December 23, 2019 @DanielMac HPET can be disabled by writing to HPTE = 0 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/110/#findComment-2701511 Share on other sites More sharing options...
DanielMac Posted December 23, 2019 Share Posted December 23, 2019 30 minutes ago, tyufhl said: @DanielMac HPET can be disabled by writing to HPTE = 0 Thank you for that information, but I don't understand the implications of disabling HPET. Do I need HPET for something? Why does it take up 4 IRQs? Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/110/#findComment-2701514 Share on other sites More sharing options...
Guest Posted December 23, 2019 Share Posted December 23, 2019 Hi @vit9696 Hi @Download-Fritz I know it is a low priority for your OpenCore's bootloader project but I would like to ask you AMD TRX40 user of new threadripper3 have the same initial problem (memmap error or an instant reboot if DevirtualizeMMIO is used) after ++++++++endseed stage this happens with different motherboard and different bios settings and also using all Aptio memory EFI driver available Do you think this problem could be superated with a new aptiomemory efi driver? Or it is unrelated in your experience? Thank you in advance Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/110/#findComment-2701516 Share on other sites More sharing options...
mhaeuser Posted December 23, 2019 Share Posted December 23, 2019 We have no technical information on the matter and we neither have the hardware, nor time or ambition to investigate. If someone researches and describes the issue technically(!) (what causes the bug, not "it reboots when blah blah"), we will merge the fix. Please do not tag for no reason. Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/110/#findComment-2701519 Share on other sites More sharing options...
Guest Posted December 23, 2019 Share Posted December 23, 2019 Ok sorry for bothering you with my tag But i see people open issue on openCore GitHub and i think people do not know "what causes the bug" otherwise we could be more useful to debug thank you for your time Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/110/#findComment-2701520 Share on other sites More sharing options...
tyufhl Posted December 23, 2019 Share Posted December 23, 2019 32 minutes ago, DanielMac said: Thank you for that information, but I don't understand the implications of disabling HPET. Do I need HPET for something? Why does it take up 4 IRQs? if the processor supports XCPM (Xnu CPU Power Management), HPET is not needed. Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/110/#findComment-2701523 Share on other sites More sharing options...
hardcorehenry Posted December 23, 2019 Share Posted December 23, 2019 @fabiosun try DevirtualiseMmio+MmioWhitelist Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/110/#findComment-2701532 Share on other sites More sharing options...
mhaeuser Posted December 23, 2019 Share Posted December 23, 2019 @hardcorehenry And what addresses is he supposed to add? It's very unlikely DevirtualiseMmio causes the issue, and if so, it'd need a lot of trial and error or serial kernel debugging to get the KP Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/110/#findComment-2701534 Share on other sites More sharing options...
Guest Posted December 23, 2019 Share Posted December 23, 2019 5 minutes ago, hardcorehenry said: @fabiosun try DevirtualiseMmio+MmioWhitelist thank you but all things found on public forums have been tested with the same result from different users with different motherboard could you help for a serious debugging? Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/110/#findComment-2701536 Share on other sites More sharing options...
hardcorehenry Posted December 23, 2019 Share Posted December 23, 2019 (edited) What I meant, I wasn’t able to boot with DevirtualiseMmio quirk alone(KP), MmioWhitelist also had to be enabled. I don’t need that quirk, just wanted try it, out of curiosity. Addresses can be extracted from DarwinDumper(Memory), if you are able to boot with clover. But no sadly I can’t provide help for serious debugging. Edited December 24, 2019 by hardcorehenry Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/110/#findComment-2701538 Share on other sites More sharing options...
Andrey1970 Posted December 23, 2019 Share Posted December 23, 2019 29 minutes ago, hardcorehenry said: What I meant, I wasn’t able to boot with DevirtualiseMmio quirk alone(restart), MmioWhitelist also had to be enabled. I don’t need that quirk, just wanted try it, out of curiosity. Addresses can be extracted from DarwinDumper(Memory), if you are able to boot with clover. But no sadly I can’t provide help for serious debugging. Addresses undertake from OpenCore log. 1 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/110/#findComment-2701541 Share on other sites More sharing options...
mhaeuser Posted December 23, 2019 Share Posted December 23, 2019 If you add all addresses to the whitelist, the quirk does nothing at all. I think you must have seen a KP when it was on without the whitelist? @hardcorehenry Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/110/#findComment-2701543 Share on other sites More sharing options...
Andrey1970 Posted December 23, 2019 Share Posted December 23, 2019 At first to add all addresses, but then to delete not necessary addresses. What addresses to leave, it is necessary to define experimentally. 1 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/110/#findComment-2701545 Share on other sites More sharing options...
Guest Posted December 23, 2019 Share Posted December 23, 2019 1 minute ago, Andrey1970 said: At first to add all addresses, but then to delete not necessary addresses. What addresses to leave, it is necessary to define experimentally. Could you define better this? Then, how to debug seriously this new AMD cpu/bios problem? Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/110/#findComment-2701546 Share on other sites More sharing options...
Andrey1970 Posted December 23, 2019 Share Posted December 23, 2019 22 minutes ago, fabiosun said: Then, how to debug seriously this new AMD cpu/bios problem? It won't solve your problem. Don't use quirk DevirtualiseMmio. Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/110/#findComment-2701548 Share on other sites More sharing options...
Guest Posted December 23, 2019 Share Posted December 23, 2019 1 minute ago, Andrey1970 said: It won't solve your problem. Don't use quirk DevirtualiseMmio. Yes I know , i have tested all advice see also in opencore GitHub, also calculate my free slide but Always same problem I would like to do a serious debugging as DF said above..if you can address me i will try Thank you Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/110/#findComment-2701549 Share on other sites More sharing options...
NorthAmTrans Posted December 24, 2019 Share Posted December 24, 2019 Leaving this here for anyone who's got a well zipped up EFI and good knowledge of what needs to happen to have a good system but cant boot into Catalina. I discovered I couldn't get in if I had any SATA ports enabled in bios. I disabled them and scoped out everything. All seemed well. After a day or so I found adding AppleAHCIPortHotplug.kext prevented OC from having a panic. Thats all! AppleAHCIPortHotplug.kext.zip 2 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/110/#findComment-2701576 Share on other sites More sharing options...
remix0120 Posted December 24, 2019 Share Posted December 24, 2019 Do you guys know how to create your own "SSDT-EHCx_OFF"? Currently I don't have "SSDT-EHCx_OFF" and system still bootable. it doesn't have usbinjectall.kext and usbports.kext. should I create it? I have z87 mobo, i5-4570, RX580 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/110/#findComment-2701584 Share on other sites More sharing options...
Slice Posted December 24, 2019 Share Posted December 24, 2019 39 minutes ago, remix0120 said: Do you guys know how to create your own "SSDT-EHCx_OFF"? Currently I don't have "SSDT-EHCx_OFF" and system still bootable. it doesn't have usbinjectall.kext and usbports.kext. should I create it? I have z87 mobo, i5-4570, RX580 You have good enough mobo to live without all them. 1 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/110/#findComment-2701592 Share on other sites More sharing options...
remix0120 Posted December 24, 2019 Share Posted December 24, 2019 2 minutes ago, Slice said: You have good enough mobo to live without all them. Unbelievable. I also made a SSDT-PLUG from SSDTTime. Not sure if i need this or not? Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/110/#findComment-2701593 Share on other sites More sharing options...
Recommended Posts