I have explained the HFSPlus thing in your other post.As El Cap needs HFS+, does 0.6.7 still require HfsPlus.efi to boot?
Legacy Macs do not need HFS+ drivers.
I have explained the HFSPlus thing in your other post.As El Cap needs HFS+, does 0.6.7 still require HfsPlus.efi to boot?
That may be true. I believe I also tried RP, but it just hangs (verbose boot) on some halt during loading NTFS driver ( I have no NTFS.efi as a driver so I was confused)Good point. IMacPro can't run El Capitan. Seems no compat check doesn't go backwards
El Capitan works on RP for me. Seems clear it is the spoofing in OC that's breaking it there.That may be true. I believe I also tried RP, but it just hangs (verbose boot) on some halt during loading NTFS driver ( I have no NTFS.efi as a driver so I was confused)
Have you tried Mavericks? This version is best for NVRAM manipulation and blessing, because SIP was not enforced there.El Capitan works on RP for me
For cases such yours always use debug version and enable debug log in the config file.Hey everyone, I just followed the guide and I believe I have OpenCore installed, but I'm not seeing a boot picker. For reference I did everything in PART 1 of the guide, including disabling the GOP Renderer as well as PART II, and downloading OcBinaryData and following those steps.
I'm not sure what I may have missed. I am running Mojave with a RX580 and 2 X5680
Sorry, didn't see that as I'm away from the computer. Does this issue qualify as a bug report in GitHub?I have explained the HFSPlus thing in your other post.
Legacy Macs do not need HFS+ drivers.
No ... there is no issue.Does this issue qualify as a bug report in GitHub?
Very often the lack of a boot picker is because of a video card with a modified firmware. Here's a recent example:I'm not sure what I may have missed. I am running Mojave with a RX580 and 2 X5680
Assuming I just download the debug from the GitHub page and continue installing with the same instructions?For cases such yours always use debug version and enable debug log in the config file.
Thanks.Very often the lack of a boot picker is because of a video card with a modified firmware. Here's a recent example:
![]()
Opencore not showing Showpicker on MSI RX 580 GAMING X 8 GB GPU
Showpicker not shows on MSI RX580 Gaming 8GB GPU, however GT 680 was shows shows picker mode,Rx 580 frame buffer detected as Radeon Frame buffer ,after installing Radeon boost Kext enable H264 & HEVC ,Performance not the best expected for RX580 card with MacPro 5.1 with dual tray 3Ghz processor...forums.macrumors.com
To my knowledge, there are no tools in macOS for dumping the card's firmware...Is there a way to check if it's been flashed in macOS? Or is the only way to do it in Windows?
Thanks. Haven't tried the OC_ALT instance but will in a few moments. I only tried booting into El Capitan via OC to see if I could use system update to install a newer OS via system update.No ... there is no issue.
Reason why it is not working is because of trying to load it while spoofing the IMacPro1,1 which does not support El Capitan. Hence the forbidden symbol.
With a MyBootMgr setup, either boot to El Capitan from RP or use the "OC_ALT" instance which does not spoof anything and only switches VMM on.
You do get the disadvantage of running with VMM so I would just use RP.
Actually never even occurred to try to boot into El Capitan via OC until you brought this up.
Always did this via RP as it is natively supported.
For AMD the darwin dumper will do. But it has disappeared from the net. It was on bitbucket before.To my knowledge, there are no tools in macOS for dumping the card's firmware...
Nothing disappears from the net thanks to https://archive.orgit has disappeared from the net.
True. Here is the direct link to Darwindumper. Also direct link for the RadeonDumpNothing disappears from the net thanks to https://archive.org
Setup doesn't do anything specific on the audio side as personally didn't need such and didn't know enough on the subject.I'm guessing one of the legacy kexts used for audio output doesn't support MP3,1
Thanks, Dayo. Will research further. Still figuring out how to inject kexts manually.Setup doesn't do anything specific on the audio side as personally didn't need such and didn't know enough on the subject.
You will have to investigate what kexts are needed and inject. OCLP adds VoodooHDA for cMP3,1. You can start by looking at that. Give feedback on what works.
Please take a look hereAssuming I just download the debug from the GitHub page and continue installing with the same instructions?
WriteFlash
is set to 'False'? I ask because while I've been experimenting with RP/OC on my MP3,1, I'm hesitant to upgrade OC on my MP5,1 considering it's running perfectly fine with both Mojave and Big Sur 11.2.2. The only reason I'd upgrade it at this point is if changes to OC include additional protections to the SPI flash.Fixed, see #89. How do you calculate that, Hackintool gives same result for 0xFFFFFFFF and FFFFFFFF:PlatformFeature should be set to the failsafe 4294967295 (0xFFFFFFFF)
-1 is INT32 signed (see SetApfsTrimTimeout), 4294967295 is unsigned. I'm confused, the documentation states clearly to use the 0xFFFFFFFF value but it does not says if we should use signed or unsigned INT32:Btw, you can use "-1" instead of "4294967295". It applies for any "0xF ... F" value.
Let's see what Vitaly answers on #1543. If that is the case, I will use -1 for uniformity reasons.This is directly from Vit while coordinating with him on edits to the docs.