Yes.We're talking about the line boot-args in NVRAM /7C436110-AB2A-4BBB-A880-FE41995C9F82 string
acidanthera/OpenCorePkg
OpenCore bootloader. Contribute to acidanthera/OpenCorePkg development by creating an account on GitHub.

Yes.We're talking about the line boot-args in NVRAM /7C436110-AB2A-4BBB-A880-FE41995C9F82 string
Did you follow this post?After doing the open core thing last night, black screens.
Dual cMP 5,1 5670. Radeon VII.
Suggestions?
After doing the open core thing last night, black screens.
Dual cMP 5,1 5670. Radeon VII.
Suggestions?
Shouldn't be related. I am also using the CustomPowerPlay kext the traditional way (with OpenCore, of course).my system boots very flakey eversince in installed OC. although once booted, everything runns super smooth i don't always see the bootpicker and often i only get blackscreen. i did an nvram reset and with SIP enabled it seems to boot fine.
i have a VII installed with no pixlas mod but the h9826790 method of downvolting the VII using his custom kext. could this be the issue? should i move the custompowerplay.kext to the kext folder on the OC EFI partition?
Shouldn't be related. I am also using the CustomPowerPlay kext the traditional way (with OpenCore, of course).
Do you have lilu and whatevergreen installed in OpenCore kexts and in /Library/Extensions and / or /System/Library/Extensions And also potentially different versions?damn i don't know why i keep having this many booting issues then. I'm having blackscreen 70% of the time with no hardware changes inbetween boots. any ideas on how to resolve this?
Do you have lilu and whatevergreen installed in OpenCore kexts and in /Library/Extensions and / or /System/Library/Extensions And also potentially different versions?
You want them only in OpenCore ideally and the latest version. I’ve seen odd behaviors if they are in more than one place (particularly when you have mixed versions)
Was going through the WhateverGreen manual and read about boot arguments that let you disable it, or disable only hardware acceleration. How easy would it be to add those boot arguments only for Sierra and High Sierra?Sierra and High Sierra, I suspect that's due to the config not entirely compatible to these OS. Therefore, the OS GPU driver try to load, but stuck at some stage. I intentionally turned off Lilu and WhateverGreen in the config when boot HS or before, therefore, it won't try to activate HWAccel which may freeze the system (when you try to use hardware encoding).
nope. i only have the illu and whatevergreen kexts that came with h9826790 config file from this post.
The package in post #1314 is good for dual processor cMPI'm a little confused by @h9826790 post. I have a dual processor 5,1. And I'm wanting to have boot screen support but it seems I have to download the the specific EFI folder for my dual cpu.
Really have no idea why the system will freeze when you were blessing OC.I managed to boot back into macOS and reinstalled OC step by step following @h9826790 post. but now i am having issues blessing the EFI partition. doesn't matter wether i run the provided automation script or use terminal myself, even when blessing from terminal in recovery mode the whole system simply freezes. and both keyboard and trackpad stop working. is there a way to check wich volume is currently blessed?
After doing everything it says I'm using 2 intel core i3 also I don't have a boot screen, would that mean my rx580 pulse has a custom firmware?The package in post #1314 is good for dual processor cMP
[automerge]1583878948[/automerge]
Really have no idea why the system will freeze when you were blessing OC.
The theory is that for balance GPU use both GPUs have to be the same.
In FCPX you can select which GPU to use in the preferences - might be possible in other applications
if its just decoding of streaming video from the internet then I don't know which card has the newer decode chip in it, but I doubt it will make much noticable difference in this case.
core i3?After doing everything it says I'm using 2 intel core i3 also I don't have a boot screen, would that mean my rx580 pulse has a custom firmware?
Please make sure you read post #1 Q29@h9826790
Hi - I used your OpenCore setup from post #1314, except replaced Lilu and Whatevergreen with updated versions (1.4.2, 1.3.7). I get the Boot Picker, the Bootscreen (monitor loses input just before Finder appears but comes back fine) but no hardware acceleration for h264/265 at all. VideoProc reports neither available. NVMe report as internal, I am not able to check all the other 'features' as I dont have Catalina installed, any DRM accounts, no usb superdrive, don't use Windows other than virtual etc
Any idea why no hardware acceleration - the one thing I really wanted!
thx
My xserve does that as well, it comes from the OpenCore smbios injection. my cMP 3,1 showing cpu unknown when booted via OpenCore with smbios injection on, so we have to inject the right cpu ID in the smbios.core i3?
How would I change the cpu id in the smbios? I try to use clover configurator but when opening the config file everything is blank and creates a blank config.My xserve does that as well, it comes from the OpenCore smbios injection. my cMP 3,1 showing cpu unknown when booted via OpenCore with smbios injection on, so we have to inject the right cpu ID in the smbios.
The xserve 3,1 (essentially a Mac Pro 4,1) also has cpu detection issue when doing smbios injection but it shows core i3 CPUs as opposed to unknown. Adding the correct value to smbios inject corrects them back to quad core xeon.
Credit to @Dayo for finding and fixing that for the cMP 3,1. Which is how I also fixed it on my xserve (they each use a different value even though both are Xeon quad cores)
i could probably argue that smbios passthrough of all values that aren’t populated doesn’t work 100%.
How would I change the cpu id in the smbios? I try to use clover configurator but when opening the config file everything is blank and creates a blank config.
Under SMBIOS, addHow would I change the cpu id in the smbios? I try to use clover configurator but when opening the config file everything is blank and creates a blank config.
[automerge]1583958032[/automerge]
View attachment 898657
<key>ProcessorType</key>
<integer>1281</integer>
Would this work for dual cpu? Also I'm a little confused about what I should use for my e5620.Under SMBIOS, add
1281 is the number for Hex core Xeon. You can change that number to fix what you have / want.Code:<key>ProcessorType</key> <integer>1281</integer>