Jump to content

OpenCore General Discussion


dgsga
8,805 posts in this topic

Recommended Posts

13 hours ago, Andrey1970 said:

 

These are simply text files.

yes @Andrey1970

I was searching some instructions because I see on OC manual some indications about these two files and no other infos

One file is in system/library coreservices..

but How we can use it in relationships with OC is not known for me.

Thank you

 

Link to comment
Share on other sites

1 hour ago, Andrey1970 said:

There a name which you see in the menu OC.

 

----

yep..

I have another file in High Sierra and reading on configuration.pdf I have requested how to use it

I would like to change Bootcamp Windows (name if it is possible)

 

430271713_ScreenShot2019-05-27at2_22_05PM.png.7ee4e313f4fc97e7974b7d19da5e1a00.png

 

Edited by Guest
Link to comment
Share on other sites

Thank you @Andrey1970

11.1 chapter of configuration.pdf was not clear for me..maybe instead "in the booter directory if present" It could be to customize boot entries put inside EFI/boot folder a txt files with your desired entries as you can see in this sample

 

thank you again now it is clear for me :)

 

 

Edited by Guest
Link to comment
Share on other sites

29 minutes ago, Emanuele-1998 said:

My audio doesn’t work and my layout in clover is 27 then if layout 1 in OC 01000000 my 27 is 02700000 right ?

d8da7e4ea1ec46ee0e8ebadecf2374fa.jpg




Inviato dal mio iPhone utilizzando Tapatalk

Should be 1B000000 because 27 decimal = 0x1B hex = 00011011 Binary = GwAAAA== base64

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

43 minutes ago, Emanuele-1998 said:

]Hi, I have to implement the framebuffer intelcapri for HDMI In the section kernel-patch but doesn’t work, e06e8191cb16d50542f3f4e2abf4aec7.jpg&key=2868d8fb6735356db05684b80204482c9378f56a50a28be144cb01fb50278f1c

@Pavo

 

Inviato dal mio iPhone utilizzando Tapatalk

 

Use WEG and Hackntool to make patches for IGPU

Link to comment
Share on other sites

3 minutes ago, Emanuele-1998 said:

 


can't you insert patches?


Inviato dal mio iPhone utilizzando Tapatalk

 

You can but you need to convert the hex from Clover to base64 for OC.

Link to comment
Share on other sites

1 hour ago, Emanuele-1998 said:

Hi, I have to implement the framebuffer intelcapri for HDMI In the section kernel-patch but doesn’t work,

 

0x01660004 contains only one connector. You will not be able to add HDMI without having broken the notebook display.

Use 0x0166000A and a patch.

779405053_2019-05-2819_03_25.png.5dd6a6aec1f19a1058950d04d6abcf71.png

 

Or use WEG alldata patch: 05030000 02000000 30020000 03040000 00080000 07010000 04060000 00080000 06000000 

 

Strange that you ask in this topic.

Link to comment
Share on other sites

4 minutes ago, Andrey1970 said:

 

0x01660004 contains only one connector. You will not be able to add HDMI without having broken the notebook display.

Use 0x0166000A and a patch.

779405053_2019-05-2819_03_25.png.5dd6a6aec1f19a1058950d04d6abcf71.png

 

Or use WEG alldata patch: 05030000 02000000 30020000 03040000 00080000 07010000 04060000 00080000 06000000 

 

Strange that you ask in this topic.

I think he was asking in this topic because he wanted to take the values he had from Clover and use them in OC. 

Link to comment
Share on other sites

 
0x01660004 contains only one connector. You will not be able to add HDMI without having broken the notebook display.
Use 0x0166000A and a patch.
779405053_2019-05-2819_03_25.png.5dd6a6aec1f19a1058950d04d6abcf71.png
 
Or use WEG alldata patch: 05030000 02000000 30020000 03040000 00080000 07010000 04060000 00080000 06000000 
 
Strange that you ask in this topic.




But in clover this patch framebuffer works but in OC doesn’t work


Inviato dal mio iPhone utilizzando Tapatalk
 
If the notebook screen is not necessary to it, let do as wants.



you need the notebook screen along with the hdmi lol


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

30 minutes ago, Emanuele-1998 said:

 

 


you need the notebook screen along with the hdmi lol


Inviato dal mio iPhone utilizzando Tapatalk

 

 

 

I know your laptop, I could help, but now I do not want.

  • Like 2
Link to comment
Share on other sites

Have problem to load X86PlatformPlugin/Shim in OC.

In Clover everything working.

This is the result in OC booting with VirtualSmc.kext/efi:

 

ioreg_OC.thumb.png.0f60dfa2e14894c07b0e0e0e7c786126.png

 

Result of sysctl -a | grep xcpm OC:

 

698929883_sysctl-agrepxcpm_OC.thumb.png.83b5e185b34c5c60d0fc71b07ec1551b.png

 

This is the result in Clover booting with FakeSMC.kext:

 

ioreg_clover.thumb.png.8d8b8c7e973661bb747d8e8d6ccdf793.png

 

Result of sysctl -a | grep xcpm Clover:

 

2029388337_sysctl-agrepxcpm_clover.thumb.png.29e3c820ae8845b8c6752ddec8426da5.png
 

Have dropped all OEM in booth scenarios and SSDT-PLUG in plist/ACPI folder.

 

936595303_Screenshot2019-05-29at11_55_20.thumb.png.166e22a129c8bb1efdf57676a6703986.png

 

Anybody have any inputs:

config.plist

Edited by obus
Link to comment
Share on other sites

12 minutes ago, obus said:

Have problem to load X86PlatformPlugin/Shim in OC.

In Clover everything working.

This is the result in OC booting with VirtualSmc.kext/efi:

 

Anybody have any inputs:

config.plist

Look at your ACPI. You have your CPU on PR00, while basic SSDT-PLUG.dsl have CPU0. Read carefully dsl files before using them. It's just SAMPLES.  

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

58 minutes ago, vandroiy2012 said:

Look at your ACPI. You have your CPU on PR00, while basic SSDT-PLUG.dsl have CPU0. Read carefully dsl files before using them. It's just SAMPLES.  

Nope I think my SSDT is correct!

SSDT-PLUG.aml

 

I have this working in one of the previous version (01) of OC and on 10.14.4:wub:

Edited by obus
Link to comment
Share on other sites

11 hours ago, obus said:

Hi @vandroiy2012 Another question!

All (ok at least 5) people wit Xenon W-21xx processors need 0x0506E4 FakeCPUID to boot.

@PMheart helped me with a patch to take care of that in OC. Is that's something which could be solved inside OC in the future? 

https://github.com/acidanthera/bugtracker/issues/352

 

Feel free to find a developer who would like to implement this in OpenCore. The issue describes all the technical details.

Edited by vit9696
  • Like 5
Link to comment
Share on other sites

×
×
  • Create New...