Jump to content
8755 posts in this topic

Recommended Posts

13 hours ago, SavageAUS said:

Please stop trolling this thread with your unrelated questions.

I think it is best you go open a thread in the appropriate section for you laptop.

Good luck

I don't even know how to respond to this since I was told to be nice and respectful so maybe if ITELL YOU this in RUSSIAN might not count POSHIL BI KUDATA GDE SOLNZA NE ZORAYET

  • Sad 1
7 hours ago, Matgen84 said:

Hi @vit9696

 

I can't build latest commit a3d3463. Can you tell to me where I made a mistake. Please.

 


Merge branch 'master' of https://github.com/acidanthera/audk
  
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
~                                                                               
~                                                                               
~                                                                               
~                                                                               
~                                                                               
~                                                                               
~                                                                               
~                                                                               
~                                                                               
~                                                                               
~                                                                               
~                                                                               
~                                                                               
~                                                                               
~                                                                               
~                                                                               
"~/OC/OpenCorepkg/UDK/.git/MERGE_MSG" 7L, 288C

 

 

I had the same. I did not why so I quit VI and the build tool anyway.

The tool failed to compile :

clang: error: no such file or directory: 'brotli/c/tools/brotli.o'
clang: error: no such file or directory: 'brotli/c/common/dictionary.o'
clang: error: no such file or directory: 'brotli/c/common/transform.o'
clang: error: no such file or directory: 'brotli/c/dec/bit_reader.o'
clang: error: no such file or directory: 'brotli/c/dec/decode.o'
clang: error: no such file or directory: 'brotli/c/dec/huffman.o'
clang: error: no such file or directory: 'brotli/c/dec/state.o'
clang: error: no such file or directory: 'brotli/c/enc/backward_references.o'
clang: error: no such file or directory: 'brotli/c/enc/backward_references_hq.o'
clang: error: no such file or directory: 'brotli/c/enc/bit_cost.o'
clang: error: no such file or directory: 'brotli/c/enc/block_splitter.o'
clang: error: no such file or directory: 'brotli/c/enc/brotli_bit_stream.o'
clang: error: no such file or directory: 'brotli/c/enc/cluster.o'
clang: error: no such file or directory: 'brotli/c/enc/compress_fragment.o'
clang: error: no such file or directory: 'brotli/c/enc/compress_fragment_two_pass.o'
clang: error: no such file or directory: 'brotli/c/enc/dictionary_hash.o'
clang: error: no such file or directory: 'brotli/c/enc/encode.o'
clang: error: no such file or directory: 'brotli/c/enc/encoder_dict.o'
clang: error: no such file or directory: 'brotli/c/enc/entropy_encode.o'
clang: error: no such file or directory: 'brotli/c/enc/histogram.o'
clang: error: no such file or directory: 'brotli/c/enc/literal_cost.o'
clang: error: no such file or directory: 'brotli/c/enc/memory.o'
clang: error: no such file or directory: 'brotli/c/enc/metablock.o'
clang: error: no such file or directory: 'brotli/c/enc/static_dict.o'
clang: error: no such file or directory: 'brotli/c/enc/utf8_util.o'
make[2]: *** [../bin/Brotli] Error 1
make[1]: *** [BrotliCompress] Error 2
make: *** [Source/C] Error 2
macnb@My-iMac OpenCore 

Solution (not ideal):

Delete the whole OC source tree, git clone it again and run the build tool. Works fine but just take a little longer to build since it's building everything again from scratch

  • Like 1

Honestly I'd just recommend if you're having issues building after doing a git pull, is to delete the OpenCorePkg folder then do a clean git clone on the repository and rebuild. Usually doing a clean build is the best way to fix build issues, in my opinion.

3 hours ago, Awesome Donkey said:

Honestly I'd just recommend if you're having issues building after doing a git pull, is to delete the OpenCorePkg folder then do a clean git clone on the repository and rebuild. Usually doing a clean build is the best way to fix build issues, in my opinion.

 

Yes. That's what I said above.

 

I really don't know what to say to you anymore apart from you're one step away from getting censored and banned from the site. Members has bent over backwards with constructive advice which you choose to ignore, Go to the red apple site they have plenty of posts (I have done the research for you) with exactly your specs and search for the answers you're looking for. Don't post derogatory messages in any language on the Thread - Read The Site Rules.

We tried to help, tried to point in right direction. Can’t help everyone I guess.

 

 

Sent from my iPhone using Tapatalk

@makk looks like you made progress.

 

 

my bad on a typo for gfx freeze checks run this to check:

log show --predicate 'processImagePath contains "kernel" ' |grep BRSYNC

typoed the last word. 

ps. sorry i know this makk thread is OT pertaining to OpenCore. so last post on the makk saga.

4 hours ago, tluck said:

@makk looks like you made progress.

 

 

my bad on a typo for gfx freeze checks run this to check:


log show --predicate 'processImagePath contains "kernel" ' |grep BRSYNC

typoed the last word. 

ps. sorry i know this makk thread is OT pertaining to OpenCore. so last post on the makk saga.

tluck

 

I think its' more of a power management issue now.  Lack of power to the graphics.

Do you have any experience in SSDT power management?

1 hour ago, makk said:

tluck

 

I think its' more of a power management issue now.  Lack of power to the graphics.

Do you have any experience in SSDT power management?

yes. pm me and happy to discuss.

Edited by tluck

@wrk73, you will have to ask Microsoft about it. The binary is not even executable under Windows. They provide some guidelines on how to submit a false positive on their website: https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-antivirus/antivirus-false-positives-negatives. We do not have Windows to reproduce it, but you can do that on your side.

  • Like 2
On 6/20/2020 at 5:48 AM, vit9696 said:

Do not do this for legacy boards, it will break the scripts.

 

Thx @vit9696 & @Rodion2010

I already tried DisableVariableWrite = NO but makes no difference.

I looked into the OC sources to get a better insight as to what could be going wrong.

I added more DEBUG_INFO statements in few of the appropriate OcBootManagementLib sources with the tag MacNB.

 

it looks like Boot0080 and BootOrder are being assigned to the wrong keys.

The LogoutHook script is saving them in 8BE4DF61-93CA-11D2-AA0D-00E098032B8C but OC is assigning them in 4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102.

Also the function OcScanForDefaultBootEntry is not being called.

 

Please see attached Log file with my DEBUG statements and the nvram.plist from EFI.

 

Please let me know how I can help to debug this issue.

I know Legacy BIOS platforms are a low priority but if OC means to support Legacy BIOS then it should work.

MacNB-opencore-2020-06-21-134516.txt

nvram.plist

MacNB-config.plist

Edited by MacNB
wrong tag
  • Like 1

Hi All.  I am running OC 0.5.9 and catalina 10.15.5 supplemental.  I have recently installed an Aorus RX5700xt after my Vega64 had issues.  I have used IGDPmod=Pikera and also "ignore" to same results.  The problem I am having is unreliable boot ups.  Sometimes the system boots properly no issues. Other times it takes 3-4 attempts that give me black screen after apple logo.  During the black screen events I can see that the system has booted correctly but the GPU is not outputting anything.  The motherboard has "AO" indicated but black screen.

I have implemented a custom SSDT-EC-USBX.aml using Hackintool as I was having issues with USB ports and charging my Iphone.  I still however notice  that If I plug in my USB/NVME backup drive it tends to cause conflicts now and slow booting and graphics issues so I don't use it, but still have the black screen issues even when not using the USB/NVME ddrive.

I have attached my config.

Any help is much appreciated.

Thanks

 

config.plist

@vit9696 @Download-Fritz

 

I noticed according to one of my discord server admin's you had a conversation with REKTIMUS regards to Open core Tools - 1. he doesn't represent our server at all and 2. open core is BSD-3 Clause, and you expressed to him you don't want any tools to be used for open core, While I appreciate you want everyone to run open-core direct from the source. We have an app that makes installing the EFI in a more user-friendly way for people with less knowledge. The app doesn't use any open core trademarks nor logos. we don't endorse a packager installer, that was a personal project of his. The OC Gen X app is a useful tool for our community to use. we didn't approach you for approval because we knew it would have been rejected. Tools are there to make life easier for some people and if you object to tools with the use of open core binaries, why has no one caused a fuss over Hackintool or Kext Updater, or the OC Maker app or any of those. OC Gen X is not directly linked in any way to Open core and has been created within view of the BSD3-Clause Licence. Thanks

MacPato, from what I know REKTIMUS wanted to perform a fork of OpenCore and change its name in order to distribute it with his own package installer. We denied it for obvious reasons in accordance with copyright law and our 3rd license clause. I do not believe we made any attempts to prevent tool makers from doing their job regardless of whether we like or dislike the methods their authors use. This includes the configurators, which we definitely are unhappy about but we do not try to prevent them from happening.

 

I had not known what OC Gen X was before you mentioned it, but from the screenshot it looks fine to me? Well, frankly, I do not believe it is going to work well, so I cannot say I find it useful or that I like it, but at the very least I do not see any (legal) problems with such stuff appearing? I think you misunderstood something and got confused.

6 hours ago, MacPato said:

we don't endorse a packager installer, that was a personal project of his.

To add some context, for some reason he believed BSD-3 mandated to OSS any work derieved while that is a traditional GPL thing, so this was resolved with both parties agreeing quickly.

Hello,

 

i'm running a z490 build with an i9 10900k and erverything is running fine so far (catalina), but when i start the machine in v-mode, i get the messages in the picture before the real verbose begins. Maybe someone can tell me what could be the cause of these reports.

IMG_3683.PNG

 

Edited by Henry.M.
3 minutes ago, Henry.M. said:

Hello,

 

i'm running a z490 build with an i9 10900k and erverything is running fine so far (catalina), but when i start the machine in v-mode, i get the messages in the picture before the real verbose begins. Maybe someone can tell me what could be the cause of these reports.

IMG_3683.PNG

 

 

It boot.efi verbose.

3 hours ago, vit9696 said:

MacPato, from what I know REKTIMUS wanted to perform a fork of OpenCore and change its name in order to distribute it with his own package installer. We denied it for obvious reasons in accordance with copyright law and our 3rd license clause. I do not believe we made any attempts to prevent tool makers from doing their job regardless of whether we like or dislike the methods their authors use. This includes the configurators, which we definitely are unhappy about but we do not try to prevent them from happening.

 

I had not known what OC Gen X was before you mentioned it, but from the screenshot it looks fine to me? Well, frankly, I do not believe it is going to work well, so I cannot say I find it useful or that I like it, but at the very least I do not see any (legal) problems with such stuff appearing? I think you misunderstood something and got confused.

I thank you both for the response, it seems what he intended to do was not our intentions. i'm glad you have clarified this for us and apologize for the confusion. Kindest Regards

Hi all!

 

I’m using OpenCore 0.5.9 with macOS 10.15.5. I do not have OpenCanopy set up, so all my entries are basic text.

 

How does OpenCore generate the disk labels in the boot menu? I changed the name of my APFS start up disk using Disk Utility after a successful installation, but OpenCore still displays the old label in the boot menu. If I understand correctly, this information is not stored in the NVRAM, and clearing it should not have any effect.

 

Thanks!

×
×
  • Create New...