Jump to content

Clover General discussion


ErmaC
29,866 posts in this topic

Recommended Posts

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.. :worried_anim: 

Edited by vector sigma
  • Like 1
Link to comment
Share on other sites

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 

  • Thanks 1
Link to comment
Share on other sites

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 by vector sigma
  • Like 1
Link to comment
Share on other sites

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

1.jpg

Link to comment
Share on other sites

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

1.jpg


Go back to use AptioMemoryFix.efi

Link to comment
Share on other sites

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 by vector sigma
Link to comment
Share on other sites

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

  • Like 1
Link to comment
Share on other sites

@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

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?:whistle:

Link to comment
Share on other sites

×
×
  • Create New...