I also updated the plist generator, see https://github.com/axivo/opencore/pull/20.Agreed. Sample config updated.
I also updated the plist generator, see https://github.com/axivo/opencore/pull/20.Agreed. Sample config updated.
No.Does Open Core have to be installed on your Boot Disk/Drive??
CanCan it be installed on a non-boot volume attached to your Boot Disk?
What is the Cpuid1Data compared to Cpuid1Mask? It appears that Cpuid1Mask is what is used to toggle the feature on and off for updates, but I'm not clear on what the Cpuid1Data field is for....
When we turn on the VMM flag, we want to change one bit in the CPU ID and leave everything else the same. So Cpuid1Mask is the "masking tape" and Cpuid1Data is the "paint."
I personally will treat that asHmm, the analogy makes sense, however with that info, I'm now curious as to why I was told to (on a MacPro5,1) run with the following on normal operation (and with Mask with the 8 in place for VMM):
Cpuid1Data: 00000000 00000000 00000080 00000000
Cpuid1Mask: 00000000 00000000 00000000 00000000
It seems as though both should be all 0s for normal operation, no?
How can I remove OpenCore completely? I've decided that for my purposes that DosDude's patch, plus a boot screen via MVC flashed card is sufficient. I have no need for video acceleration, etc.
Thanks.
I have upgraded to Beta 8 and tried to disable root-auth but the recovery terminal returned > failed setting csr-active-config. I have no idea as to why it does this. Any idea?No.
Can
I have upgraded to Beta 8 and tried to disable root-auth but the recovery terminal returned > failed setting csr-active-config. I have no idea as to why it does this. Any idea?
Has anyone tried the 10.15.7 update?
For Big Sur installation / update, so far, the most reliable way is to completely spoof the cMP into an iMac Pro. The code is in post #7.anyone is having problems updating big sur from public beta 3 to public beta 4? I mean if I go to check for updates It tells me that I am already up to date. I have already tried to unenroll and re enroll but it’s the same.
I have also clearly Enable VMM flag.
I am on OC 0.6.1 updated by starting from the “clean” config plist on first page and re-applied the suggested various fixes section for HWA, NVME Orange icons fix.
Last thing if can help... in Catalina I have just updated to 10.15.7 with the same OC config without problems.
I’ll attach my actual config in a while.
Thank you by now for anyone who can help me.
Cheers
I have just followed what you said, I have modified the smbios part according to your post #7 and let cloverconfigurator create a “unique random” serial for an iMac Pro 1.1. The update appeared immediately. The only downside is that I had to connect an hdmi cable to the monitor instead of the DP connector at first boot after the config mods to correctly boot and seen the desktop.For Big Sur installation / update, so far, the most reliable way is to completely spoof the cMP into an iMac Pro. The code is in post #7.
Caution: you better sign out your Apple ID before you do that. I am sure quite a few cMP users use that code to install Big Sur already without changing the serial number. Even though there is no user report any issue yet. You still better avoid your Apple ID has any relationship to that "popular serial number". Of course, you can use something like Clover configurator to generate an unique serial number for self use.
I have just followed what you said, I have modified the smbios part according to your post #7 and let cloverconfigurator create a “unique random” serial for an iMac Pro 1.1. The update appeared immediately. The only downside is that I had to connect an hdmi cable to the monitor instead of the DP connector at first boot after the config mods to correctly boot and seen the desktop.
After the update I’ll copy my previous config.plist backup.
EDIT: your posts and helps are always clear and helpful. Thank you
It kind of does not work for NVIDIA. Can you please use the debug version for logging?Hi there,
I install OC/Catalina on my MP 5,1 , just want the BOOT SCREEN with my GTX Titan Black.
I completed the installation with my old 5770 GPU(basic bootpicker/graphic bootpicker works fine)
after that I change to GTX Titan Black GPU, it work just like no OC installed (wont show bootpicker, just black screen -> Catalina login), but i check install again, OC installed. any idea why bootpicker dont show up?
File Swaps
To start, make sure you're using either the DEBUG or NOOPT versions of OpenCore. This will provide much more info than the RELEASE version, the specific files that need to be swapped:
- EFI/BOOT/
- BOOTx64.efi
- EFI/OC/Bootstrap/
- Bootstrap.efi
- EFI/OC/Drivers/
- OpenRuntime.efi
- OpenCanopy.efi(if you're using it)
- EFI/OC/
- OpenCore.efi
![]()
Misc
Here we'll want to enable the following:
- AppleDebug: YES
- Provides much more debugging information, specifically relating to boot.efi and will also store the log to disk.
- ApplePanic: YES
- This will allow kernel panics to be stored to disk, highly recommend keeping keepsyms=1 in boot-args to preserve as much info as possible.
- DisableWatchdog: YES
- Disables the UEFI watchdog, used for when OpenCore is stalling on something non-critical.
- Target: 65 (disregard 67 in the picture below)
- DisplayLevel: 2147483714
hi, thx for reply.It kind of does not work for NVIDIA. Can you please use the debug version for logging?
It will log automatically.hi, thx for reply.
DEBUG version now, and config.plish edited. how can i start logging or where can i
find the log file?