n.d.k Posted December 18, 2019 Share Posted December 18, 2019 6 hours ago, Andres ZeroCross said: If it's about that, then why if i set "SetupVirtualMap = No" then i can boot into windows with OC??? But i will try you suggestion,,, i will report ASAP Tried it,, but result still same. After i press 4 (Windows 10 Enterprise) then i get instant reboot. Since you're the only one with this problem, I don't know if I want to make an extra quirk for it. But if you are comfortable with editing 5 lines the code and can compile the source yourself, I can show you how to make the Booter->Quirks options only apply to macOs. Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted December 18, 2019 Share Posted December 18, 2019 2 hours ago, n.d.k said: Since you're the only one with this problem, I don't know if I want to make an extra quirk for it. But if you are comfortable with editing 5 lines the code and can compile the source yourself, I can show you how to make the Booter->Quirks options only apply to macOs. I am not sure i am the only one, because most of people didn't want to boot into windows with OC. 3 Link to comment Share on other sites More sharing options...
n.d.k Posted December 18, 2019 Share Posted December 18, 2019 1 minute ago, Andres ZeroCross said: I am not sure i am the only one, because most of people didn't want to boot into windows with OC. Here we go, just copy the boot.patch file below into the official OpenCorePkg folder then cd to OpenCorePkg and use "git apply boot.patch" then compile. I will make the quirk available later on. booter.patch Link to comment Share on other sites More sharing options...
Pavo Posted December 18, 2019 Share Posted December 18, 2019 Any discussion related to a modified version of Opencore should be moved to its own thread. This way users do not get confused between the supported and un-supported configurations of the two. 3 Link to comment Share on other sites More sharing options...
Shaneee Posted December 18, 2019 Share Posted December 18, 2019 What would stop OC booting one version of macOS but not the other? My current EFI will boot my Catalina install with no issues but stalls when booting either a HS installer or a Mojave Installer with 3 kexts not being injected. 33:271 00:074 OC: Prelink injection Lilu.kext () - Success 33:330 00:059 OC: Prelink injection WhateverGreen.kext () - Success 33:386 00:056 Vtable patching failed for kext org.netkas.FakeSMC 33:431 00:045 OC: Prelink injection FakeSMC.kext () - Invalid Parameter 33:481 00:049 Dependency org.netkas.FakeSMC was not found for kext org.slice.sensor.AmdCPUMonitor 33:533 00:052 Vtable patching failed for kext org.slice.sensor.AmdCPUMonitor 33:579 00:046 OC: Prelink injection AmdCPUMonitor.kext () - Invalid Parameter 33:628 00:049 Dependency org.netkas.FakeSMC was not found for kext org.slice.RadeonMonitor 33:682 00:053 OC: Prelink injection RadeonMonitor.kext () - Success 33:737 00:055 Dependency org.netkas.FakeSMC was not found for kext org.mozodojo.ITEIT87x 33:791 00:053 Vtable patching failed for kext org.mozodojo.ITEIT87x 33:837 00:046 OC: Prelink injection ITEIT87x.kext () - Invalid Parameter 33:884 00:046 OC: Prelink injection AGPMInjector.kext () - Success 33:942 00:058 OC: Prelink injection AppleALC.kext () - Success 34:006 00:063 OC: Prelink injection RealtekRTL8111.kext () - Success 34:051 00:045 OC: Prelink injection AppleMCEReporterDisabler.kext () - Success 34:098 00:046 OC: Prelink injection AMD-USB-Map.kext () - Success 34:172 00:074 Prelinked status - Success 44:227 10:054 OCABC: Freeing balloon area: 0x0 (0 pages) Link to comment Share on other sites More sharing options...
UefiBooter Posted December 18, 2019 Share Posted December 18, 2019 (edited) Vtable patching failed for kext ... error i believe means the kext was compiled with a later SDK than the version the os your trying to loads supports. recompile the kext with an older SDK Edited December 18, 2019 by UefiBooter Link to comment Share on other sites More sharing options...
Emanuele-1998 Posted December 19, 2019 Share Posted December 19, 2019 (edited) will opencore ever have a gui as a clover? it would be beautiful and more complete. Edited December 19, 2019 by Emanuele-1998 Duplicate post for the connection slow and lost Link to comment Share on other sites More sharing options...
longcoming Posted December 19, 2019 Share Posted December 19, 2019 How to hide recovery partitions? 1 Link to comment Share on other sites More sharing options...
Matgen84 Posted December 19, 2019 Share Posted December 19, 2019 12 hours ago, Shaneee said: What would stop OC booting one version of macOS but not the other? My current EFI will boot my Catalina install with no issues but stalls when booting either a HS installer or a Mojave Installer with 3 kexts not being injected. Just my opinion: Have you define MaxKernel/MinKernel for different Darwin version or at least MinKernel (HSierra): <key>BundlePath</key> <string>Lilu.kext</string> <key>Comment</key> <string></string> <key>Enabled</key> <true/> <key>ExecutablePath</key> <string>Contents/MacOS/Lilu</string> <key>MaxKernel</key> <string></string> <key>MinKernel</key> <string></string> <------ <key>PlistPath</key> <string>Contents/Info.plist</string> 1 Link to comment Share on other sites More sharing options...
startergo Posted December 19, 2019 Share Posted December 19, 2019 On 6/14/2019 at 10:47 AM, Pavo said: Then you need to do more research and make sure that you have the correct scope in the SSDT-PLUG. \_PR.PRO0 vs \_SB.PR.PRO0 etc. Do you have a working CPU Power management SSDT for your cMP5,1? Link to comment Share on other sites More sharing options...
Pavo Posted December 19, 2019 Share Posted December 19, 2019 1 hour ago, startergo said: Do you have a working CPU Power management SSDT for your cMP5,1? Its a real Mac, it already provides the correct CPUPM. Why would I create a SSDT for that? Link to comment Share on other sites More sharing options...
startergo Posted December 19, 2019 Share Posted December 19, 2019 (edited) @Pavo So here is my dilemma: I inject only the board I'd and the SKU of the imacpro and with shikigva=144 I got HEVC encoding/decoding and all DRM playback. The SMC recognises all keys properly, but the CPU is locked at 3500 without idling. So my goal is to load my original SSDT CpuPM properly and discard the one which is not working. Or patch the ACPI names for proper reference. How can that be achieved in OC? Edited December 19, 2019 by startergo Missing details Link to comment Share on other sites More sharing options...
termi Posted December 19, 2019 Share Posted December 19, 2019 my opencore is not booting stuck on boot screen help me out i have also uploded efi folder EFI.zip Link to comment Share on other sites More sharing options...
Erroruser Posted December 19, 2019 Share Posted December 19, 2019 no one will be able to help you if you do not set your signature to know what your specs are 1 Link to comment Share on other sites More sharing options...
DanielMac Posted December 20, 2019 Share Posted December 20, 2019 On 12/14/2019 at 1:21 AM, Andrey1970 said: OK, so after hours of googling, it looks like OpenCore has a bug/issue/feature (whatever you want to call it), but the problem is that it doesn't load AppleHDA and so I get no sound. Do I need to open a bugtracker ticket somewhere for this? I have found a temporary solution, which is kind of weird, but OpenCore loads AppleHDA if I block a kext (I block HPET for what it's worth). I can give complete specs of my machine if required. Would be great if OpenCore could be fixed so I don't need this workaround. Link to comment Share on other sites More sharing options...
hardcorehenry Posted December 20, 2019 Share Posted December 20, 2019 2 hours ago, DanielMac said: OK, so after hours of googling, it looks like OpenCore has a bug/issue/feature (whatever you want to call it), but the problem is that it doesn't load AppleHDA and so I get no sound. Do I need to open a bugtracker ticket somewhere for this? I have found a temporary solution, which is kind of weird, but OpenCore loads AppleHDA if I block a kext (I block HPET for what it's worth). I can give complete specs of my machine if required. Would be great if OpenCore could be fixed so I don't need this workaround. Here you might find interesting info and you might want to take a look at this repository and the way HPET is disabled via small SSDT, don't know if it cause any problems in Windows, you'd have to check it. Link to comment Share on other sites More sharing options...
HmO Posted December 20, 2019 Share Posted December 20, 2019 This is bug? 1 Link to comment Share on other sites More sharing options...
DanielMac Posted December 20, 2019 Share Posted December 20, 2019 14 minutes ago, hardcorehenry said: Here you might find interesting info and you might want to take a look at this repository and the way HPET is disabled via small SSDT, don't know if it cause any problems in Windows, you'd have to check it. I don't use Windows, so not an issue. I see in IOReg that HPET came back anyway (must have been loaded by another kext later?) Real issue has nothing to do with HPET in fact, but that the sound system is not working without this "hack" (AppleHDA not loading). Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted December 20, 2019 Share Posted December 20, 2019 11 minutes ago, HmO said: This is bug? You should read Configuration.pdf or SampleFull.plist Link to comment Share on other sites More sharing options...
draylax Posted December 20, 2019 Share Posted December 20, 2019 Over the past week, many many hours (too many), I'm still unable to get my ASUS Gryphon Z97 machine to even boot with OpenCore. I configured the OpenCore config.plist exactly as displayed on:https://khronokernel-2.gitbook.io/opencore-vanilla-desktop-guide/config.plist/haswell Since that base didn't work, changed a million settings, and nothing will get this hardware to boot, OpenCore Menu just hangs in most cases. Maybe this ASUS Gryphon Z97 board is just buggy, not entirely surprised. I had 2 Z87 Gryphon's replaced and 3 Z97 Gryphons replaced because none of them were able to power/charge iPads on any USB port albeit ASUS product market say the USB ports have special additional power for this function, it never worked in any OS. Not even Android devices when connected ever get recognised!! Also strange random things happen with Video Cards in different PCI slots, monitors connected would switch around constantly, left would be boot screen, the right would be boot screen (Windows and Mac) sometimes no monitor will get signal if video card in last PCIe slot. Nvidia blamed Asus, Asus blamed Nvidia, sigh, Windows and Hackintosh. I have a Clover config working but can't get SATA Hot Plug working though. MaciASL won't compile my system DSDT or SSDT, some compile errors. Is there a Linux equivalent to MaciASL I could try test if compile on a Linux Live Boot? I attach Asus_Gryphon_Z97_MaciASL.dsl_aml_Files.zip with my System DSDT.dsl and System SSDT-1.dsl that won't compile and all the aml files that did compile. Attach my working Clover EFI folder. Attach a fresh new OpenCore Builder EFI folder, untouched. Anyone able to take a look? I trashed all the previous config files and decide to start fresh. wetransfer.com link for Clover EFI folder: EFI-Clover-Mojave-Gryphon-Z97-RX580-Working-Full_HW_Accell_H264_HVEC.zip https://we.tl/t-kwvnMvgNCO Asus_Gryphon_Z97_MaciASL.dsl_aml_Files.zip OpenCore-ASUS_Gryphon_Z97_Build.zip Link to comment Share on other sites More sharing options...
Andrey1970 Posted December 20, 2019 Share Posted December 20, 2019 (edited) 5 hours ago, DanielMac said: OK, so after hours of googling, it looks like OpenCore has a bug/issue/feature (whatever you want to call it), but the problem is that it doesn't load AppleHDA and so I get no sound. Do I need to open a bugtracker ticket somewhere for this? I have found a temporary solution, which is kind of weird, but OpenCore loads AppleHDA if I block a kext (I block HPET for what it's worth). I can give complete specs of my machine if required. Would be great if OpenCore could be fixed so I don't need this workaround. Fix HPET in ACPI. (Add IRQ in HPET) For example: Edited December 20, 2019 by Andrey1970 Link to comment Share on other sites More sharing options...
NorthAmTrans Posted December 20, 2019 Share Posted December 20, 2019 I thought I was ready for Catalina 10.15.2 from Mojave 10.14.6 but it seems I didn't read enough. Im sure I've missed something simple. I get to the progress bar then I just reboot. Attached are two screen shots I grabbed with the fast scrolling in -v along with my current EFI. For what its worth I can reset NVRAM and enter Recovery. Im currently reinstalling from here now. One note, even though I've renamed the drive to "Catalina", the OS shows up in Picker as Mojave. Im assuming this is my best lead. Any help is more than welcome. OC EFI 20191207 2.zip Link to comment Share on other sites More sharing options...
Erroruser Posted December 20, 2019 Share Posted December 20, 2019 41 minutes ago, NorthAmTrans said: I thought I was ready for Catalina 10.15.2 from Mojave 10.14.6 but it seems I didn't read enough. Im sure I've missed something simple. I get to the progress bar then I just reboot. Attached are two screen shots I grabbed with the fast scrolling in -v along with my current EFI. For what its worth I can reset NVRAM and enter Recovery. Im currently reinstalling from here now. One note, even though I've renamed the drive to "Catalina", the OS shows up in Picker as Mojave. Im assuming this is my best lead. Any help is more than welcome. OC EFI 20191207 2.zip try this but not sure why you have a ACPI/whatever kexts 1 Link to comment Share on other sites More sharing options...
NorthAmTrans Posted December 20, 2019 Share Posted December 20, 2019 (edited) 20 minutes ago, errorexists said: OC EFI 20191207 2.zip try this but not sure why you have a ACPI/whatever kexts Still no go. This is a new one for me. I use WEG for my RX580 though it's not completely necessary I guess. Do you not? Hmm any other ideas? EDIT: 00:000 00:000 OCC: No compatible mode for 1900x1600@0 (max: 0) resolution 00:056 00:056 OC: Changed resolution to 1900x1600@0 (max: 0) from 1900x1600 - Not Found 09:384 09:327 OC: Nested ReRun is not supported 09:701 00:317 BS: Failed to start OpenCore image - Already started 09:760 00:058 BS: Failed to load OpenCore from disk - Already started 09:814 00:054 OC: Boot failed - Not Found 09:871 00:057 OCB: StartImage failed - Not Found Edited December 20, 2019 by NorthAmTrans Link to comment Share on other sites More sharing options...
Erroruser Posted December 20, 2019 Share Posted December 20, 2019 12 minutes ago, NorthAmTrans said: Still no go. This is a new one for me. I use WEG for my RX580 though it's not completely necessary I guess. Do you not? Hmm any other ideas? the only thing i can think of you bios is not correct an these 2 kexts in pic an for bios update to current bios (2401) adjustBoot/secure bootos type otherkey management clear secure boot keysAdanced/system agent VT-d disableabove 4g doesnt matterGraphics configuration/ primary Display PCIEPCH storage config / SATA mode selection/AHCI an block out these ssdt 1 Link to comment Share on other sites More sharing options...
Recommended Posts