MacNB Posted September 10, 2020 Share Posted September 10, 2020 2 hours ago, dionnode said: it's working now, no more abnormal message. I deleted every arch They are not abnormal messages but messages that tell you that there's something abnormal about your config. 1 Link to comment Share on other sites More sharing options...
Melab Posted September 10, 2020 Share Posted September 10, 2020 On 9/8/2020 at 2:04 PM, feartech said: depends on your hardware i suppose.... I can tell you right away that's wrong. Link to comment Share on other sites More sharing options...
Jief_Machak Posted September 10, 2020 Share Posted September 10, 2020 48 minutes ago, Download-Fritz said: @Jief_Machak Of course you can, but it's discouraged because DSDT can be changing when altering FW settings, updating FW, changing hardware, ... Yes, I agree SSDT is better, but only 2 is needed to boot ? I add to correct IRQ in my HPET. Will OpenCore do that ? Link to comment Share on other sites More sharing options...
Melab Posted September 10, 2020 Share Posted September 10, 2020 On 9/8/2020 at 7:37 PM, BALDY_MAN said: You need to sort a hardware. signature.out knowone can help if we don't know what ya hardware is You don't need to know my hardware setup to tell me that. All you have to do is tell me what I need do to enable/disable various options before compiling OpenCore. A lot of projects use a ./configure command, for example. What does OpenCore use? Link to comment Share on other sites More sharing options...
MacNB Posted September 10, 2020 Share Posted September 10, 2020 6 minutes ago, Melab said: I can tell you right away that's wrong. What is wrong is that you have not specified what you are trying to achieve and why. Link to comment Share on other sites More sharing options...
Matgen84 Posted September 10, 2020 Share Posted September 10, 2020 4 minutes ago, Jief_Machak said: Yes, I agree SSDT is better, but only 2 is needed to boot ? I add to correct IRQ in my HPET. Will OpenCore do that ? Hi @Jief_Machak Have a look to Dortania Guide to correct IRQ: IRQ conflict A SSDT can do the job. Link to comment Share on other sites More sharing options...
Jief_Machak Posted September 10, 2020 Share Posted September 10, 2020 Wouldn't I had a problem with this DSDT in Clover if there is a conflict ? Link to comment Share on other sites More sharing options...
mhaeuser Posted September 10, 2020 Share Posted September 10, 2020 @Melab What do you need build options for? OC is not designed to be configured by build options for anything "usual". @Jief_Machak If it's just about IRQs, SSDTTime should work I think 1 Link to comment Share on other sites More sharing options...
eSaF Posted September 10, 2020 Share Posted September 10, 2020 2 minutes ago, Melab said: You don't need to know my hardware setup to tell me that. All you have to do is tell me what I need do to enable/disable various options before compiling OpenCore. A lot of projects use a ./configure command, for example. What does OpenCore use? The general consensus is other members would have a better idea if they know what you specs are and point you in the right direction to answer your query, but posting retorts such as...........'You don't need to know my hardware setup to tell me that'........ maybe seen as hostile and ignore your post. Hope this helps. 3 Link to comment Share on other sites More sharing options...
Melab Posted September 10, 2020 Share Posted September 10, 2020 Just now, MacNB said: What is wrong is that you have not specified what you are trying to achieve and why. Consider: Does a person need to know someone's hardware setup to tell them that they configure a Linux build by running "make menuconfig"? If not (and they don't), then someone can tell me whether I configure an OpenCore build by editing a configuration file, running a command with particular options that define macros, or whatever. 2 minutes ago, eSaF said: The general consensus is other members would have a better idea if they know what you specs are and point you in the right direction to answer your query, but posting retorts such as...........'You don't need to know my hardware setup to tell me that'........ maybe seen as hostile and ignore your post. Hope this helps. Here's ny answer, then: I haven't decided what my hardware setup is going to be. Link to comment Share on other sites More sharing options...
Jief_Machak Posted September 10, 2020 Share Posted September 10, 2020 7 minutes ago, Matgen84 said: Hi @Jief_Machak Have a look to Dortania Guide to correct IRQ: IRQ conflict A SSDT can do the job. I did a Link to comment Share on other sites More sharing options...
MacNB Posted September 10, 2020 Share Posted September 10, 2020 2 minutes ago, Melab said: Consider: Does a person need to know someone's hardware setup to tell them that they configure a Linux build by running "make menuconfig"? If not (and they don't), then someone can tell me whether I configure an OpenCore build by editing a configuration file, running a command with particular options that define macros, or whatever. You have still not specified what/why you are trying to achieve apart from asking how to build OC. There are no useful options to build OC. You simply run ./build_oc.tool. Period. If you want to configure OC then that is done at run time via config.plist file. Link to comment Share on other sites More sharing options...
eSaF Posted September 10, 2020 Share Posted September 10, 2020 4 minutes ago, Melab said: Consider: Does a person need to know someone's hardware setup to tell them that they configure a Linux build by running "make menuconfig"? If not (and they don't), then someone can tell me whether I configure an OpenCore build by editing a configuration file, running a command with particular options that define macros, or whatever. Here's ny answer, then: I haven't decided what my hardware setup is going to be. Ok and completely and honestly without a hint of sarcasm, Good luck with your query. 1 Link to comment Share on other sites More sharing options...
feartech Posted September 10, 2020 Share Posted September 10, 2020 16 minutes ago, Melab said: I can tell you right away that's wrong. quite an attitude you have there, from someone asking for help..... 1 Link to comment Share on other sites More sharing options...
mhaeuser Posted September 10, 2020 Share Posted September 10, 2020 @feartech Attitude or not, the statement is correct... please back to topic. Link to comment Share on other sites More sharing options...
Jief_Machak Posted September 10, 2020 Share Posted September 10, 2020 And how do I have to kernel trace instead of the Apple ? Link to comment Share on other sites More sharing options...
mhaeuser Posted September 10, 2020 Share Posted September 10, 2020 @Jief_Machak OC cannot log kernel output (except for "late" KPs as they are logged to NVRAM) as it's after ExitBS Link to comment Share on other sites More sharing options...
Jief_Machak Posted September 10, 2020 Share Posted September 10, 2020 I meant on screen. Seeing the kernel trace on screen instead of this Apple in the middle of the screen. I have that working in one config but not on the new one I'm trying to setup. Link to comment Share on other sites More sharing options...
mhaeuser Posted September 10, 2020 Share Posted September 10, 2020 (edited) @Jief_Machak Well, verbose boot? If hotkeys work, CMD+V, or "-v" in boot agrs: https://github.com/acidanthera/OpenCorePkg/blob/78f0907c032e88736e66e038ed1f4e5ca1313492/Docs/Sample.plist#L860-L861 https://github.com/acidanthera/OpenCorePkg/blob/78f0907c032e88736e66e038ed1f4e5ca1313492/Docs/Sample.plist#L883 Please consult the documentation, it's quite comprehensive for a reason: https://github.com/acidanthera/OpenCorePkg/blob/78f0907c032e88736e66e038ed1f4e5ca1313492/Docs/Configuration.tex#L3991 https://github.com/acidanthera/OpenCorePkg/blob/78f0907c032e88736e66e038ed1f4e5ca1313492/Docs/Configuration.tex#L2876 Edited September 10, 2020 by Download-Fritz Link to comment Share on other sites More sharing options...
Jief_Machak Posted September 10, 2020 Share Posted September 10, 2020 I know -v in boot-args. it's the first you learn when you start hackintoshing ! I realise that my boot-args are ignored. Don't know why. I'm away since Monday. Have a good weekend everyone. 1 Link to comment Share on other sites More sharing options...
mhaeuser Posted September 10, 2020 Share Posted September 10, 2020 @Jief_Machak I pasted two links for boot-args, the second being "Delete". Once again, please read the docs and especially the pieces I link you, this is all above. Link to comment Share on other sites More sharing options...
Jief_Machak Posted September 10, 2020 Share Posted September 10, 2020 2 hours ago, Download-Fritz said: @Jief_Machak I pasted two links for boot-args, the second being "Delete". Once again, please read the docs and especially the pieces I link you, this is all above. Absolutely, I read that before and it's in my config.list OpenCore Configuration.pdf is permanently opened on my second screen since a week now... I ask only when if struggle after I read, documentation, forums... Will see on Monday. Good weekend. Link to comment Share on other sites More sharing options...
mhaeuser Posted September 10, 2020 Share Posted September 10, 2020 @Jief_Machak Well, both the behaviour and the first log suggest the Delete entry is not present. See you 1 Link to comment Share on other sites More sharing options...
pkdesign Posted September 11, 2020 Share Posted September 11, 2020 Am I out of luck with Mojave? I tried to update to 061 from 060. Changed nothing from my previous config except to add missing items: Security ApECID = 0 DmgLoading = Signed EnablePassword = No ProtocolOverrides AppleImg4Verification = No AppleSecureBoot = No But now at boot I get following: OCSB: No suitable signature - Security Violation OCB: Apple Secure Boot prohibits this boot entry, enforcing! OCB: LoadImage failed - Security Violation Not sure which of these are wrong or if I need any of them at all. Link to comment Share on other sites More sharing options...
iGPU Posted September 11, 2020 Share Posted September 11, 2020 5 minutes ago, pkdesign said: Am I out of luck with Mojave? I tried to update to 061 from 060. Changed nothing from my previous config except to add missing items: Security ApECID = 0 DmgLoading = Signed EnablePassword = No ProtocolOverrides AppleImg4Verification = No AppleSecureBoot = No But now at boot I get following: OCSB: No suitable signature - Security Violation OCB: Apple Secure Boot prohibits this boot entry, enforcing! OCB: LoadImage failed - Security Violation Not sure which of these are wrong or if I need any of them at all. There's one new entry that I'm not seeing in your list: set Misc/Security/SecureBootModel to "Disabled". 1 Link to comment Share on other sites More sharing options...
Recommended Posts