Andres ZeroCross Posted August 8, 2019 Share Posted August 8, 2019 Boot Fine with Clover r5039 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/792/#findComment-2685141 Share on other sites More sharing options...
artur_pt Posted August 8, 2019 Share Posted August 8, 2019 5 hours ago, vector sigma said: Hello, could you try to change: while ((ProcLocalApic->Type == EFI_ACPI_4_0_PROCESSOR_LOCAL_APIC) && (ProcLocalApic->Length == 8)) { if (ProcLocalApic->Flags & EFI_ACPI_4_0_LOCAL_APIC_ENABLED) { ProcLocalApic++; ApicCPUNum++; } if (ApicCPUNum > 16) { DBG("Out of control with CPU numbers\n"); break; } } to while ((ProcLocalApic->Type == EFI_ACPI_4_0_PROCESSOR_LOCAL_APIC) && (ProcLocalApic->Length == 8)) { ProcLocalApic++; ApicCPUNum++; if (ApicCPUNum > 16) { DBG("Out of control with CPU numbers\n"); break; } } (starting at line 2145) hello solved in 5039 thanks to you and Slice 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/792/#findComment-2685153 Share on other sites More sharing options...
Andrey1970 Posted August 8, 2019 Share Posted August 8, 2019 @Slice Make a fork of source codes AMF in Clover. Vit not against. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/792/#findComment-2685156 Share on other sites More sharing options...
LockDown Posted August 9, 2019 Share Posted August 9, 2019 @vector sigma in buildme, i got error if i select 2 & 3 option. Im using xcode 10.1 on HighSierra make pkg: Building CloverUpdater application... ** BUILD FAILED ** The following build commands failed: CompileXIB /Users/ipc/src/edk2/Clover/CloverPackage/CloverUpdater/src/uk.lproj/MainMenu.xib (1 failure) make[1]: *** [CloverUpdater] Error 65 make: *** [pkg] Error 2 make ISO: [BUILD ISO] ================= Making all in boot1-install ================= [XCODE] boot1-install ================= Making all in partutil ================= [XCODE] partutil ================= Making all in bdmesg ================= [XCODE] bdmesg ================= Making all in clover-genconfig ================= [XCODE] clover-genconfig ================= Making all in espfinder ================= [XCODE] espfinder ** INSTALL FAILED ** The following build commands failed: Ld /Users/ipc/src/edk2/Clover/CloverPackage/sym/utils/espfinder normal x86_64 (1 failure) make[2]: *** [/Users/ipc/src/edk2/Clover/CloverPackage/sym/utils/espfinder] Error 65 make[1]: *** [all-recursive] Error 1 make: *** [utils] Error 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/792/#findComment-2685160 Share on other sites More sharing options...
vector sigma Posted August 9, 2019 Share Posted August 9, 2019 Just now, ellaosx said: @vector sigma in buildme, i got error if i select 2 & 3 option. Im using xcode 10.1 on HighSierra make pkg: Building CloverUpdater application... ** BUILD FAILED ** The following build commands failed: CompileXIB /Users/ipc/src/edk2/Clover/CloverPackage/CloverUpdater/src/uk.lproj/MainMenu.xib (1 failure) make[1]: *** [CloverUpdater] Error 65 make: *** [pkg] Error 2 make ISO: [BUILD ISO] ================= Making all in boot1-install ================= [XCODE] boot1-install ================= Making all in partutil ================= [XCODE] partutil ================= Making all in bdmesg ================= [XCODE] bdmesg ================= Making all in clover-genconfig ================= [XCODE] clover-genconfig ================= Making all in espfinder ================= [XCODE] espfinder ** INSTALL FAILED ** The following build commands failed: Ld /Users/ipc/src/edk2/Clover/CloverPackage/sym/utils/espfinder normal x86_64 (1 failure) make[2]: *** [/Users/ipc/src/edk2/Clover/CloverPackage/sym/utils/espfinder] Error 65 make[1]: *** [all-recursive] Error 1 make: *** [utils] Error 2 What is written just some post above yours? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/792/#findComment-2685161 Share on other sites More sharing options...
LockDown Posted August 9, 2019 Share Posted August 9, 2019 8 minutes ago, vector sigma said: What is written just some post above yours? had to refresh the page to see it Thanks 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/792/#findComment-2685163 Share on other sites More sharing options...
vector sigma Posted August 9, 2019 Share Posted August 9, 2019 1 hour ago, Andrey1970 said: Make a fork of source codes AMF in Clover. Vit not against. Ha ha, apparently the problem is to download a file from a site. Who wants it just type a word in a search field in the broswer (please try to type "AptioMemoryFix.efi", go to "release" and bam, got it for free!... let me know how difficult is). May be the problem is to mount the ESP to copy a file w/o using the installer? ...who knows.. BTW that was my idea also because it was firstly forked from Clover, just require time to work on. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/792/#findComment-2685164 Share on other sites More sharing options...
arsradu Posted August 9, 2019 Share Posted August 9, 2019 For more efficiency, you can use the spoon. Morning joke. Sorry. 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/792/#findComment-2685182 Share on other sites More sharing options...
Matgen84 Posted August 9, 2019 Share Posted August 9, 2019 11 hours ago, Andres ZeroCross said: Go back to use AptioMemoryFix.efi Same issue with come back to AptioMemoryFix.efi : can't restart or shutdown Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/792/#findComment-2685184 Share on other sites More sharing options...
Slice Posted August 9, 2019 Share Posted August 9, 2019 @obus Your question moved to OpenCore Discussion. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/792/#findComment-2685187 Share on other sites More sharing options...
Andres ZeroCross Posted August 9, 2019 Share Posted August 9, 2019 Always get error after "Validating Packages". Installing CLover r5033 in my system (macOS Catalina) Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/792/#findComment-2685194 Share on other sites More sharing options...
arsradu Posted August 9, 2019 Share Posted August 9, 2019 (edited) 1 hour ago, Matgen84 said: Same issue with come back to AptioMemoryFix.efi : can't restart or shutdown Only under Catalina...? Cause that's weird... Aside from AptioMemoryFix did you change anything else in the config? Cause I don't think Memory Fix (any of them) have anything to do with this. Maybe some kexts...need to be updated for Catalina? Do you use some of those 300-series injector kexts? Edit: I see that you're using one build exclusively with Catalina and the other one exclusively with Mojave? I'm guessing that's why you couldn't test the same EFI, on the same hardware, with both Catalina and Mojave. Also, digging around, I saw some people suggesting to remove FakeSMC sensors (if you're using something like that) and trying again? Edited August 9, 2019 by arsradu 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/792/#findComment-2685198 Share on other sites More sharing options...
Matgen84 Posted August 9, 2019 Share Posted August 9, 2019 (edited) 7 hours ago, arsradu said: Only under Catalina...? Cause that's weird... Aside from AptioMemoryFix did you change anything else in the config? Cause I don't think Memory Fix (any of them) have anything to do with this. Maybe some kexts...need to be updated for Catalina? Do you use some of those 300-series injector kexts? Edit: I see that you're using one build exclusively with Catalina and the other one exclusively with Mojave? I'm guessing that's why you couldn't test the same EFI, on the same hardware, with both Catalina and Mojave. Also, digging around, I saw some people suggesting to remove FakeSMC sensors (if you're using something like that) and trying again? Before OC tests installed on USB Stick to boot on Catalina (Clover), I don't have this issue. I try Reset Nvram, Rebuild and repair permissions: no success. I can't restart or shutdown. All my kexts seems to be up to date. I don't use FakeSMC sensors because I use virtualSMC. EDIT: different config, different OS, different EFI Folder. IvyBridge (r5039) works fine on Mojave, Coffee Lake-R Z390 no more on Beta 5 Catalina. Very strange. Edited August 9, 2019 by Matgen84 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/792/#findComment-2685203 Share on other sites More sharing options...
arsradu Posted August 9, 2019 Share Posted August 9, 2019 (edited) 2 minutes ago, Matgen84 said: Before OC tests installed on USB Stick to boot on Catalina (Clover), I don't have this issue. I try Reset Nvram, Rebuild and repair permissions: no success. I can't restart or shutdown. All my kexts seems to be up to date. I don't use FakeSMC sensors because I use virtualSMC. Hmmm....I saw people having some issues with VirtualSMC under Catalina...? Could you give FakeSMC a try? Or is there a specific reason why you would prefer not to? Something's gotta be different before then and now. And I think it's important to figure out what that is. Edited August 9, 2019 by arsradu Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/792/#findComment-2685204 Share on other sites More sharing options...
Andres ZeroCross Posted August 9, 2019 Share Posted August 9, 2019 3 minutes ago, Matgen84 said: Before OC tests installed on USB Stick to boot on Catalina (Clover), I don't have this issue. I try Reset Nvram, Rebuild and repair permissions: no success. I can't restart or shutdown. All my kexts seems to be up to date. I don't use FakeSMC sensors because I use virtualSMC. Rebuild kextcache and prelinked kernel in CATALINA need run "sudo mount -uw /" first, or your prelinked kernel will never be built Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/792/#findComment-2685205 Share on other sites More sharing options...
Matgen84 Posted August 9, 2019 Share Posted August 9, 2019 1 minute ago, Andres ZeroCross said: Rebuild kextcache and prelinked kernel in CATALINA need run "sudo mount -uw /" first, or your prelinked kernel will never be built I use @chris1111 for "sudo mount -uw /", and @Cyberdevs macoptimizer.app to do that. Is it correct. For now, no success Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/792/#findComment-2685206 Share on other sites More sharing options...
Andres ZeroCross Posted August 9, 2019 Share Posted August 9, 2019 1 minute ago, Matgen84 said: I use @chris1111 for "sudo mount -uw /", and @Cyberdevs macoptimizer.app to do that. Is it correct. For now, no success Did you change somthing in your bios?? Like hot plug enable for your SATA port??? In my Z170, enable hot plug in bios without Hot plug kext patch enable can prevent computer from sleep. Follow this step 1. Disable all your Hot Plug capability of sata port in BIOS 2. Boot to macOS, "sudo mount -uw /" then rebuild kextcache / prelinked kernel with "Kext utility.app". 3. Reboot, and check for the result 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/792/#findComment-2685207 Share on other sites More sharing options...
Matgen84 Posted August 9, 2019 Share Posted August 9, 2019 (edited) 47 minutes ago, Andres ZeroCross said: Did you change somthing in your bios?? Like hot plug enable for your SATA port??? In my Z170, enable hot plug in bios without Hot plug kext patch enable can prevent computer from sleep. Follow this step 1. Disable all your Hot Plug capability of sata port in BIOS 2. Boot to macOS, "sudo mount -uw /" then rebuild kextcache / prelinked kernel with "Kext utility.app". 3. Reboot, and check for the result I don't change anything in BIOS settings. Until now, I don't have this issue with Hot Plug capability of sata ports in BIOS. I try your check list @Andres ZeroCross No solved problem. Very strange issue. Edited August 9, 2019 by Matgen84 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/792/#findComment-2685208 Share on other sites More sharing options...
Guest ricoc90 Posted August 9, 2019 Share Posted August 9, 2019 7 hours ago, vector sigma said: Ha ha, apparently the problem is to download a file from a site. Who wants it just type a word in a search field in the broswer (please try to type "AptioMemoryFix.efi", go to "release" and bam, got it for free!... let me know how difficult is). Well, since you've asked: Very difficult. instructions unclear! Which button do I have to press...?! There's no such button as "Release"! Spoiler Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/792/#findComment-2685212 Share on other sites More sharing options...
Matgen84 Posted August 9, 2019 Share Posted August 9, 2019 16 minutes ago, ricoc90 said: Well, since you've asked: Very difficult. instructions unclear! Which button do I have to press...?! There's no such button as "Release"! Reveal hidden contents You can download in archives repo: https://github.com/acidanthera/AptioFixPkg/releases Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/792/#findComment-2685216 Share on other sites More sharing options...
Guest ricoc90 Posted August 9, 2019 Share Posted August 9, 2019 1 minute ago, Matgen84 said: You can download in archives repo: https://github.com/acidanthera/AptioFixPkg/releases I know, I was being sarcastic Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/792/#findComment-2685217 Share on other sites More sharing options...
Badruzeus Posted August 9, 2019 Share Posted August 9, 2019 (edited) Thanks for Clover r5039, mach halt (reboot / shutdown) are now working properly w/o rolling AcpiPatcher.c back to r5027 on my laptop with 2nd Gen cpu. Seems normal with or w/o PatchAPIC=NO. Eh, I still use last AptioMemoryFix R27, along with HwSensor's FakeSMC v3.5.2 or VirtualSMC v1.0.7; none of them caused halt issue on my case but APIC patch since r5028 upto r5038. Edited August 9, 2019 by Badruzeus 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/792/#findComment-2685241 Share on other sites More sharing options...
Matgen84 Posted August 9, 2019 Share Posted August 9, 2019 Hi Guys Sorry if is Off-Topic I use Clover r5039 + kexts/drivers update. I can boot on Catalina (Beta 5), but I can't reboot or shutdown without panic. Any ideas, please. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/792/#findComment-2685258 Share on other sites More sharing options...
Badruzeus Posted August 9, 2019 Share Posted August 9, 2019 (edited) 2 hours ago, Matgen84 said: Hi Guys Sorry if is Off-Topic I use Clover r5039 + kexts/drivers update. I can boot on Catalina (Beta 5), but I can't reboot or shutdown without panic. Any ideas, please. Did you get similar issue with prev. Clover revs or 10.15 Beta 4? I may guess trying diff. Clovers (*.efi drivers, kexts, etc) to determine the issue is from bootloader or the OS it' s self. Thanks. Edited August 9, 2019 by Badruzeus Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/792/#findComment-2685289 Share on other sites More sharing options...
Matgen84 Posted August 9, 2019 Share Posted August 9, 2019 (edited) 1 hour ago, Badruzeus said: Did you get similar issue with prev. Clover revs or 10.15 Beta 4? I may guess trying diff. Clovers (*.efi drivers, kexts, etc) to determine the issue is from bootloader or the OS it' s self. Thanks. Thanks. I don't have this panic on Beta 5 before yesterday. I will follow your advice to determine the cause (OS, Clover). Kexts have not changed since Beta 4. Edited August 9, 2019 by Matgen84 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/792/#findComment-2685292 Share on other sites More sharing options...
Recommended Posts