vector sigma Posted August 8, 2019 Share Posted August 8, 2019 32 minutes ago, artur_pt said: problem in rev 5037 for me is stoping the boot in first line with msg " unauthorized wireless card " power off and remove it Insydeh20? Link to comment Share on other sites More sharing options...
artur_pt Posted August 8, 2019 Share Posted August 8, 2019 11 minutes ago, vector sigma said: Insydeh20? hello yes Insydeh20 but I build 5038 with old from 5036 https://sourceforge.net/p/cloverefiboot/code/5037/tree//rEFIt_UEFI/Platform/AcpiPatcher.c and now boot again thanks Link to comment Share on other sites More sharing options...
Matgen84 Posted August 8, 2019 Share Posted August 8, 2019 9 hours ago, STLVNUB said: Where do you get Aptiomemoryfix R27? Drivers in attachment AptioFix-R27-RELEASE.zip Link to comment Share on other sites More sharing options...
vector sigma Posted August 8, 2019 Share Posted August 8, 2019 (edited) 41 minutes ago, artur_pt said: hello yes Insydeh20 but I build 5038 with old from 5036 https://sourceforge.net/p/cloverefiboot/code/5037/tree//rEFIt_UEFI/Platform/AcpiPatcher.c and now boot again thanks I've ancountered this error once some years ago after a card fault where the Insydeh20 give me the same error after the replacement, so I'm now so curious on how this activate a wifi black list. Can I take a look to your APIC.aml (or whatever table contains the APIC signature) please? 18 minutes ago, Matgen84 said: sometime when you post something I receive a lot of notification of posts made earlier which where not visible before.... Guys is this a Forum bug? .. since your last message I can now see posts from arsradu, yours, iCanaro, ricoc90, STLVNUB etc.. Edited August 8, 2019 by vector sigma 1 Link to comment Share on other sites More sharing options...
artur_pt Posted August 8, 2019 Share Posted August 8, 2019 25 minutes ago, vector sigma said: I've ancountered this error once some years ago after a card fault where the Insydeh20 give me the same error after the replacement, so I'm now so curious on how this activate a wifi black list. Can I take a look to your APIC.aml (or whatever table contains the APIC signature) please? hello there it is APIC.aml.zip thanks 1 Link to comment Share on other sites More sharing options...
vector sigma Posted August 8, 2019 Share Posted August 8, 2019 30 minutes ago, artur_pt said: hello there it is APIC.aml.zip thanks Is PatchAPIC turned on? Link to comment Share on other sites More sharing options...
artur_pt Posted August 8, 2019 Share Posted August 8, 2019 28 minutes ago, vector sigma said: Is PatchAPIC turned on? hello no , never use it .. is a Lenovo no apic problem thanks Link to comment Share on other sites More sharing options...
vector sigma Posted August 8, 2019 Share Posted August 8, 2019 (edited) 12 minutes ago, artur_pt said: hello no , never use it .. is a Lenovo no apic problem thanks 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) Edited August 8, 2019 by vector sigma 1 Link to comment Share on other sites More sharing options...
Matgen84 Posted August 8, 2019 Share Posted August 8, 2019 Hi Guys Soory if this issue is Off-Topic Since one hour, I can't restart or shutdown my Aorus Master Config (under Catalina). Screenshot in attachment. I've already repair permission and kextcache... Please help Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted August 8, 2019 Share Posted August 8, 2019 1 hour ago, Matgen84 said: Hi Guys Soory if this issue is Off-Topic Since one hour, I can't restart or shutdown my Aorus Master Config (under Catalina). Screenshot in attachment. I've already repair permission and kextcache... Please help Go back to use AptioMemoryFix.efi Link to comment Share on other sites More sharing options...
Slice Posted August 8, 2019 Share Posted August 8, 2019 If LOCAL_APIC not enabled then ProcLocalApic++; will not happen => infinite cycle. Wait, please.... 2 Link to comment Share on other sites More sharing options...
Slice Posted August 8, 2019 Share Posted August 8, 2019 Test, please CLOVERX64.efi-5039.zip 1 Link to comment Share on other sites More sharing options...
vector sigma Posted August 8, 2019 Share Posted August 8, 2019 (edited) 33 minutes ago, meaganmargaret said: Then shouldn't you rename to what it actually is just found as is on a motherboard similar to your which work ok (in truth sent to me by whatsapp message). I know was an old driver by apianti made for your mobo (or like). Wanted to understand this was a regression or what ever since is 4 years old and if the problem was just mapping above 4GB as for the purpose of that driver because you stated that all mem fix in Clover actually doesn't work. P.S. the name of a driver did nothing for functioning 99% of the times, only clover has a check for memory fix ones in cases you load more then one of them. Edited August 8, 2019 by vector sigma Link to comment Share on other sites More sharing options...
yapan4 Posted August 8, 2019 Share Posted August 8, 2019 23 minutes ago, Slice said: Test, please CLOVERX64.efi-5039.zip v.5039 boot ok for me (v.5037 - black screen) Link to comment Share on other sites More sharing options...
Allan Posted August 8, 2019 Share Posted August 8, 2019 MemoryFix.efi working good on my Lenovo G480, UEFI BIOS Insydeh20. 1 Link to comment Share on other sites More sharing options...
vector sigma Posted August 8, 2019 Share Posted August 8, 2019 1 minute ago, Allan said: MemoryFix.efi working good on my Lenovo G480, UEFI BIOS Insydeh20. If you rename it will no longer work (joke ) 5 Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted August 8, 2019 Share Posted August 8, 2019 12 minutes ago, vector sigma said: If you rename it will no longer work (joke ) Can't compile with buildme Link to comment Share on other sites More sharing options...
vector sigma Posted August 8, 2019 Share Posted August 8, 2019 1 minute ago, Andres ZeroCross said: Can't compile with buildme not buildme, is the uk translation just added. I'll take a look on it tomorrow morning Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted August 8, 2019 Share Posted August 8, 2019 15 minutes ago, vector sigma said: not buildme, is the uk translation just added. I'll take a look on it tomorrow morning Ok,, for temporary solution i just change uk_UA.lproj to uk.lproj before make pkg 1 Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted August 8, 2019 Share Posted August 8, 2019 Boot Fine with Clover r5039 2 Link to comment 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 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 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 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 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 Share on other sites More sharing options...
Recommended Posts