Jump to content
30960 posts in this topic

Recommended Posts

40 minutes ago, fabiosun said:

but x299 no needs of it

never used also in my previous x99

This depend by the firmware and things attached to the motherboard and how memory is badly fragmented allocating memory.

Edited by vector sigma
4 minutes ago, vector sigma said:

This depend by the firmware and things attached to the motherboard and how memory is badly fragmented allocating memory. Linux solve all this using the efi-stub.

I know, I had in different time three different motherboards manufacture (like Asus, Asrock, gigabyte) for x99 and x299 system, and I usually have a full house system (many card on it, thunderbolt and dual GFX card)

In my case I have always avoided that driver and with some effort in bios configuration I have always had a working OSX system

I have also tested "yours" because I thought was a your compiled test for memory driver

Otherwise I won't test it.

 

Just now, fabiosun said:

I have also tested "yours" because I thought was a your compiled test for memory driver

Otherwise I won't test it.

Just discovered what was as I was unaware. My friend can't boot with any of the actual memory fix drivers... so I was curious about it.

4 minutes ago, vector sigma said:

Just discovered what was as I was unaware. My friend can't boot with any of the actual memory fix drivers... so I was curious about it.

may I suggest to modify your message (where you link the efi memory driver) specifying better the source?

Thank you

 

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

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
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
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

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

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

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
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

  • Like 1
×
×
  • Create New...