Jump to content

OpenCore General Discussion


dgsga
8,888 posts in this topic

Recommended Posts

17 hours ago, ammoune78 said:

@Andrey1970 , is there any patch to add in the config for the APIC and Kernel LAPIC like clover config patch. My laptop now is able to boot but i know that without these two patch, it will always  have these two kernel-panics: LAPIC & APIC.

It's an old laptop, but because it's the only one that i have actually, and it runs High Sierra better than windows 7 or 10, quiet and smooth using Clover. It have an UEFI bios from insydeH2O, but i don't know why windows 10 is unable to be installed on UEFI mod, anyway, if there's these two fixes, i'll really appreciate it.

 

Its UEFI image screenshot:

 

 

 

All that is - is in a manual. If there it is not told then it is not present.
You at all did not specify laptop model.

Link to comment
Share on other sites

14 minutes ago, Andrey1970 said:

 

All that is - is in a manual. If there it is not told then it is not present.
You at all did not specify laptop model.

 

Solved by adding cpus=1 as described in clover wiki ^_^, just added the laptop now in signature!

 

Wondering if you developers, can add the ability of AMD/ATI graphics injection to OpenCore and it's Config, it would maybe great for some like in clover and Ozmosis. I know it's not Clover or Ozmosis, but it's a suggestion, thanks. 

Edited by ammoune78
Link to comment
Share on other sites

1 minute ago, Emanuele-1998 said:

Why@ammoune78 440f122a1b3b0a28e1d79d62eab2e20b.jpg&key=d464c4844ef251f751de8fa4df01edd412e3ccd519220d35f3b439453dbed74281e57a491429b1730df2342500d750ce.jpg&key=4ba5bd52b075a4633b2bb4486c50b6195f7172e8eb480a096827b7f1d9ab4625


Inviato dal mio iPhone utilizzando Tapatalk



Inviato dal mio iPhone utilizzando Tapatalk

 

Can you post your config.plist?

Link to comment
Share on other sites

1 hour ago, ammoune78 said:

Wondering if you developers, can add the ability of AMD/ATI graphics injection to OpenCore and it's Config, it would maybe great for some like in clover and Ozmosis. I know it's not Clover or Ozmosis, but it's a suggestion, thanks. 

There is no need since there is WEG.

Link to comment
Share on other sites

There is no need since there is WEG.


Unfortunately WEG doesn’t have support for ATI HD 4xxx


Sent from my iPhone using Tapatalk
Link to comment
Share on other sites

6 minutes ago, ammoune78 said:

 


Unfortunately WEG doesn’t have support for ATI HD 4xxx


Sent from my iPhone using Tapatalk

 

Maybe open an issue on WEG GitHub page and request feature request to be added.

  • Like 1
Link to comment
Share on other sites

AMD inject is just a set of device properties. Add them there in a way Clover does it, and you will have working AMD 4xxx.


I was talking about ATI Injection in graphics section and some abilities like patch vbios, maybe that can be added to OC, as it’s helpful on some old hardware. i’m using ATY_Init.kext, maybe if i add the properties, i’ll have kernel panic like in Sierra, but i’ll try it. Because the name of the card in all the about this Mac sections is blank, but the injection was done with QE/CI through ATY_Init.kext. So this is why i guess the OC doesn’t have the ability to inject it like Ozmosis does in Defaults.plist


Sent from my iPhone using Tapatalk
Link to comment
Share on other sites

I solved for the mouse, putting the 3 kext of the plugins folder in the kext folder. For Wi-Fi there is a problem this kext FakePCIIDBroadcomWifi 34354E8E-AE80-4C0A-BEB0-BB571FEF28E2.thumb.jpeg.931a4dca7f552631476e83b0f5b75a7a.jpeg

 

does not have a file next to info.plist in the content as all the other kext as in the second image. How solve?

 

 75179149-92AC-4495-BEA8-6AF2038BD197.thumb.png.5cb4c793c48f30072fde8b664c285367.png

 

Inviato dal mio iPhone utilizzando Tapatalk

 

 

Link to comment
Share on other sites

You may have to put all the Kexts that have problems in /Library/Extensions/ and be relaxed until the things known!


Sent from my iPhone using Tapatalk

Link to comment
Share on other sites

You may have to put all the Kexts that have problems in /Library/Extensions/ and be relaxed until the things known!


Sent from my iPhone using Tapatalk


are you referring to fakepciid broadcom wifi? in L / E?


Inviato dal mio iPhone utilizzando Tapatalk
Link to comment
Share on other sites

[mention=334538]ammoune78[/mention] "patching" VBIOS is done by injecting ATY,bin_image into DeviceProperties as described here (in ACPI though):
https://github.com/acidanthera/WhateverGreen/blob/master/Manual/Sample.dsl#L122
There was some code to add extra resolutions in UEFI, but it is not really helpful these days and is pure cosmetics.
 


Could your whatevergreen have support for the AMD4xxx in the next, this will be really great, as we will not googling for long time to find who patched injector kext. As you have a better code on all your work, and we use all Lilu stuff together.


Sent from my iPhone using Tapatalk
Link to comment
Share on other sites

3 minutes ago, ammoune78 said:

 


Could your whatevergreen have support for the AMD4xxx in the next, this will be really great, as we will not googling for long time to find who patched injector kext. As you have a better code on all your work, and we use all Lilu stuff together.


Sent from my iPhone using Tapatalk

 

@ammoune78 vit9696 already stated how it's supported. You can use Device Properties to inject whatever you want for AMD4xxx. You need to just read the WhateverGreen docs and FAQs and maybe even the sample SSDT.

Link to comment
Share on other sites

@ammoune78 4xxx AMD GPUs may not always work without using a named framebuffer, so adding them to WhateverGreen is impractical. Injecting a set of properties works just fine individually, so we believe it is "ok" to put this effort to the end-user.

  • Like 2
Link to comment
Share on other sites

[mention=334538]ammoune78[/mention] 4xxx AMD GPUs may not always work without using a named framebuffer, so adding them to WhateverGreen is impractical. Injecting a set of properties works just fine individually, so we believe it is "ok" to put this effort to the end-user.

@vit9696 , you have all my respect and i’m very grateful, thank you so much


Sent from my iPhone using Tapatalk
Link to comment
Share on other sites

×
×
  • Create New...