This method had been known for some time, even I had talked about it. The only problem is that all the internal temperature sensors are not correctly detected with this string. Can you please check ? Thanks
If you want to avoid the error report for RAM modules, put SystemProductName = iMacPro1,1 but, you will always have the problem of temperature sensors
I'm using the original one.What wifi card do you have? The original or updated wifi ac one?
That one will not work work with the latest Lilu. You can try my forkI actually found a kext I'm going to try to see if it works. I'll report back on it after a week or so.
![]()
Releases · im-not-a-dev/MacProMemoryNotificationDisabler
A simple kext to fix the annoying popup. Contribute to im-not-a-dev/MacProMemoryNotificationDisabler development by creating an account on GitHub.github.com
Was quite busy, a bit late for the reply. but I think you now know we discussed why we don't spoof the ident to get NightShift, SideCar, etc.No. Natively.
That one will not work work with the latest Lilu. You can try my fork
'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
Shared ThoughtfullyWas quite busy, a bit late for the reply. but I think you now know we discussed why we don't spoof the ident to get NightShift, SideCar, etc.
Also, my post about NightShift was about to mean "NightShift Enabler via Lilu won't work". But not "no way to make it work". As mentioned, we already tried the ident spoofing.
I was in rush, and only use simply reply for that poster.
Just use whatever is needed. Hint: you can modify the ockextslilu-command to your needs before execution.Hm, not sure what to do with the folder full of files that don't look like anything in my OC directory
No hardware acceleration. I do not include Lilu, Whatevergreen nor AppleMCEReporterdisabler to the kexts folder in OC.And you have hardware acceleration enabled this way
OpenCore on Legacy Apple Hardware
This guide explains how to use the excellent OpenCore bootloader on a classic Mac Pro to install, run and update macOS Catalina, resulting in a clean, unpatched operating system no different than on a supported Mac.
Why OpenCore?
There are several advantages to using OpenCore on a classic Mac Pro:
Boot picker screen (even with a standard graphics card)
View attachment 916024
Software Update (just like on a supported Mac)
View attachment 882160
Hardware acceleration (and DRM for Netflix on Safari)View attachment 919405
Requirements
Mac Pro model Early 2009 with MacPro5,1 firmware,* Mid 2010 or Mid 2012 Processor architecture Westmere (E56xx, L56xx, X56xx) / Gulftown (W36xx) Boot ROM version 144.0.0.0.0* Graphics Catalina supported GPU**, EFI (flashed) or a standard UEFI card (PC GPU)
* Need to upgrade? See the upgrade instructions.
** Several GPUs that are supported with High Sierra had support removed from Mojave and Catalina, like any non-Kepler generation NVIDIA GPUs or AMD GPUs earlier than HD 7950. Several HD 78xx GPUs (Pitcairn) were rebadged as R9 2xx and are not supported anymore by Mojave/Catalina drivers. All Mac Pro factory GPUs had support removed with Mojave.
PART I
Basic Installation
PART II
Advanced Configuration
PART III
Maintenance
APPENDIX
Acknowledgements
A big thank you to @vit9696 and the other talented developers of Acidanthera for making all of this possible. Special gratitude goes to @h9826790 for spearheading the hardware acceleration study and @startergo for the relentless testing that led to boot screen support. And thanks to all those that have contributed to this thread!
Is not working for me, on OC 0.6.3 Big Sur. Did you cloned the OC master and built the package withNo. Natively.
build_oc.tool
? settings = {
'DeviceProperties': {
'Add': {
'PciRoot(0x0)/Pci(0x7,0x0)/Pci(0x0,0x0)/Pci(0x0,0x0)/Pci(0x0,0x0)': {
'built-in': build.unhexlify('00')
},
'PciRoot(0x0)/Pci(0x7,0x0)/Pci(0x0,0x0)/Pci(0x8,0x0)/Pci(0x0,0x0)': {
'built-in': build.unhexlify('00')
}
}
},
'Kernel': {
'Add': build.configure_kexts([i['project'] for i in kexts]),
'Emulate': {
'Cpuid1Data': build.unhexlify('00 00 00 00 00 00 00 00 00 00 00 80 00 00 00 00'),
'Cpuid1Mask': build.unhexlify('00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00'),
'DummyPowerManagement': False
}
},
'Misc': {
'Boot': {
'PickerMode': 'External',
'ShowPicker': True,
'Timeout': 10
}
},
'NVRAM': {
'Add': {
'4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14': {
'DefaultBackgroundColor': build.unhexlify('00 00 00 00'),
'UIScale': build.unhexlify('01')
},
'7C436110-AB2A-4BBB-A880-FE41995C9F82': {
'run-efi-updater': 'No'
}
},
'Delete': {
'4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14': [
'DefaultBackgroundColor',
'UIScale',
],
'7C436110-AB2A-4BBB-A880-FE41995C9F82': [
'run-efi-updater'
]
}
},
'PlatformInfo': {
'SMBIOS': {
'BoardProduct': 'Mac-27AD2F918AE68F61',
'FirmwareFeatures': build.unhexlify('03 54 0C E0'),
'FirmwareFeaturesMask': build.unhexlify('3F FF 1F FF')
},
'UpdateSMBIOS': True
}
}
Wow! That must be a new model of wife with Bluetooth. Would that be 220 or 120 volt? 🤣I have AC wife w/ BT.
He added MacPro7,1 model name.Is not working for me, on OC 0.6.3 Big Sur. Did you cloned the OC master and built the package withbuild_oc.tool
?
I have the following minimal settings:
Code:settings = { 'DeviceProperties': { 'Add': { 'PciRoot(0x0)/Pci(0x7,0x0)/Pci(0x0,0x0)/Pci(0x0,0x0)/Pci(0x0,0x0)': { 'built-in': build.unhexlify('00') }, 'PciRoot(0x0)/Pci(0x7,0x0)/Pci(0x0,0x0)/Pci(0x8,0x0)/Pci(0x0,0x0)': { 'built-in': build.unhexlify('00') } } }, 'Kernel': { 'Add': build.configure_kexts([i['project'] for i in kexts]), 'Emulate': { 'Cpuid1Data': build.unhexlify('00 00 00 00 00 00 00 00 00 00 00 80 00 00 00 00'), 'Cpuid1Mask': build.unhexlify('00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00'), 'DummyPowerManagement': False } }, 'Misc': { 'Boot': { 'PickerMode': 'External', 'ShowPicker': True, 'Timeout': 10 } }, 'NVRAM': { 'Add': { '4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14': { 'DefaultBackgroundColor': build.unhexlify('00 00 00 00'), 'UIScale': build.unhexlify('01') }, '7C436110-AB2A-4BBB-A880-FE41995C9F82': { 'run-efi-updater': 'No' } }, 'Delete': { '4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14': [ 'DefaultBackgroundColor', 'UIScale', ], '7C436110-AB2A-4BBB-A880-FE41995C9F82': [ 'run-efi-updater' ] } }, 'PlatformInfo': { 'SMBIOS': { 'BoardProduct': 'Mac-27AD2F918AE68F61', 'FirmwareFeatures': build.unhexlify('03 54 0C E0'), 'FirmwareFeaturesMask': build.unhexlify('3F FF 1F FF') }, 'UpdateSMBIOS': True } }
View attachment 1678009
That will bring the memory error popup and sensor issues, then we need to install Lilu with MacProMemoryNotificationDisabler. I'm going to wait until 0.6.4 is out, to sort all bugs. For now I stay with Big Sur minimal setup and no boot Mojave.He added MacPro7,1 model name.
Did you try this ?I have AC wife w/ BT 4.2 on my cMP and Opencore 0.6.3 running Big Sur.
I can't get handoff or Apple Watch unlock working. Allow handoff is enabled and I get the following for Apple Watch unlock but it never enables;
View attachment 1678004
Anyone know if I can get them both working with Opencore? Is there something I need to change in the config.plist?
It does not work in Big Sur.MacProMemoryNotificationDisabler
I did the sudo mount -uw /Did you try this ?
works on my cMP with Opencore 0.6.3 running Catalina
![]()
802.11ac, BT 4.0 and Continuity & Handoff are working on Mac Pro 2010 (Keep Updating)
If you run macOS 10.14+ Restart Mac Pro Hold down Command-R to reboot into Recovery Mode. Click Utilities. Select Terminal Type csrutil disable Press Return or Enter on your keyboard. Restart Mac Pro Open Terminal and run this: sudo /usr/libexec/PlistBuddy -c...forums.macrumors.com
macOS 11 Big Sur | Thunderbolt macOS eGPUI did the sudo mount -uw /
and got this
mount_apfs: volume could not be mounted: Permission denied
mount: / failed with 66
For the next part I got
Can't open /System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AirPortBrcm4360.kext/Contents/MacOS/AirPortBrcm4360: No such file or directory.
Is there something I'm missing?