@Barry K. Nathan @jackluke just unpatched 0.3.2, repatched to 0.4.2, set-vars with EFI Boot and applied to BS B10 on Mac mini 2010 ...Almost all works excepted USB mouse and Keyboard and SIRI.
I guess we will have to live (for now) with the manual whitelisting unless someone comes up with a real sophisticated hardware detection software piece identifying the WiFi card in use and doing all proper adjustments. Have the same currently with the BCM943602CPD working OOB while the close relative BCM94360CD needs the whitelisting (both do not need a WiFi patch).What would be the appropriate switch for a Mac Pro 5,1 with Broadcom BCM94352HMB WiFi? It works out of the box but does not support Continuity unless patches to the IOBlutetooth plist and IOCOM plugin whitelist are made.
TryWhat would be the appropriate switch for a Mac Pro 5,1 with Broadcom BCM94352HMB WiFi? It works out of the box but does not support Continuity unless patches to the IOBlutetooth plist and IOCOM plugin whitelist are made.
--wifi=hv12v-new
and see if that adds Continuity support. If not, then just run patch-kexts.sh again without a --wifi switch to go back to the default.UEFIShell.efi
in your very helpful OpenCore package. I copied that into a FAT32 partition on its own as bootx64.efi
and it boots up and works fine, but whenever I try to run any other .efi
file from it (even a mega-simple program to print "Hello, World!" and return EFI_SUCCESS
) then whilst the other EFI works and runs fine to completion, the UEFI shell then hangs and doesn't return to its command prompt. Have you seen this behaviour? Do you have any tips?! (EDIT: It does exactly the same behaviour if I enable and run it from within OpenCore tools, I just checked.)Even so, I think it may still have bugs in at least some circumstances, so I'll test it myself in the next week or so (maybe in the next day if I can find the time).For me remount-sysvol.sh works in Beta10 without any issue.
Right now, at least, Siri doesn't work without a Metal GPU.@Barry K. Nathan @jackluke just unpatched 0.3.2, repatched to 0.4.2, set-vars with EFI Boot and applied to BS B10 on Mac mini 2010 ...Almost all works excepted USB mouse and Keyboard and SIRI.
Thank you Mr @Barry K. Nathan for your great workI'm still catching up on this thread, but I have just released Big Sur Micropatcher v0.4.2. I had to deal with non-patcher stuff over the past several days, which is why I wasn't able to finish this release until now.
Release notes (edit: forgot one of the bug fixes):
GitHub - barrykn/big-sur-micropatcher: A primitive USB patcher for installing macOS Big Sur on unsupported Macs
A primitive USB patcher for installing macOS Big Sur on unsupported Macs - barrykn/big-sur-micropatchergithub.com
Thank you! They was working until Beta 4 with @jackluke prekernel fixes.Right now, at least, Siri doesn't work without a Metal GPU.
I need to try Big Sur again on my MacBook6,1 -- that might give me a better idea of what's going on with USB. Hopefully later this week, although it might have to wait for next week.
It might be easier to run patch-kexts.sh from within the Big Sur installation. Make sure the USB stick is plugged in, open Terminal, then drag-and-drop patch-kexts.sh from the patched USB stick in the Finder to the Terminal window, then press Enter/Return.Can a little help, whatever I do I can not install WIFI, I have a iMac late 2012, everything else works only wifi I can not install, cant mount -uw error cant mount or / Volumes / Image \ Volume / patch-kexts .sh / Volumes / Big_Sur (my) \ HD error unable to find the volume ;-(
I just tried Big Sur beta 10 with patcher v0.4.2 on my MacBook6,1, and for the first time since beta 3, USB 1.1 is working. (The change I made in patcher v0.4.2, by the way, is that patch-kexts.sh uses beta 3's kmutil if LegacyUSBInjector is being installed.)Thank you! They was working until Beta 4 with @jackluke prekernel fixes.
I ended up changing the plist in IOFRamework to enable the Mac Pro 5,1 motherboard for ContinuityWhat would be the appropriate switch for a Mac Pro 5,1 with Broadcom BCM94352HMB WiFi? It works out of the box but does not support Continuity unless patches to the IOBlutetooth plist and IOCOM plugin whitelist are made.
/usr/libexec/PlistBuddy -c "Set:Mac-F221BEC8:ContinuitySupport true" "/Volumes/BigSur/System/Library/Frameworks/IOBluetooth.framework/Versions/A/Resources/SystemParameters.plist"
Yes, yes...have to do exactly the same using my iMac 12,2 board-id after every new installation of BigSur. Of course this is easy to script in a patcher tools getting access to all hardware info (system_profiler alike).I ended up changing the plist in IOFRamework to enable the Mac Pro 5,1 motherboard for Continuity
and then blessed a new snapshot.Code:/usr/libexec/PlistBuddy -c "Set:Mac-F221BEC8:ContinuitySupport true" "/Volumes/BigSur/System/Library/Frameworks/IOBluetooth.framework/Versions/A/Resources/SystemParameters.plist"
Seems to work so far - at least for Watch Unlock.
Works with SIP enabled.Yes, yes...have to do exactly the same using my iMac 12,2 board-id after every new installation of BigSur. Of course this is easy to script in a patcher tools getting access to all hardware info (system_profiler alike).
I've seen apparent cable errors that actually turned out to be the drive. I guess I would suggest replacing the cable first, then replacing the drive if the cable doesn't fix it -- but if it's cheaper or easier to replace the drive, then you could try replacing the drive first if you want.Unless one of you tells me that it's not the SATA cable that's the problem, I will have to replace it, meaning a day or two without the patcher.
Kepler cards should work natively In Big Sur.I need a nVidia driver for Big Sur Beta 10 20A5395g for a NVIDIA GeForce GTX 780M 4 GB.
Thinking of WiFI and BlueTooth.Kepler cards should work natively In Big Sur.
There are changes in Big Sur's kernel that prevent the Catalina IO80211Family.kext (or any of its Plugins) from working on Big Sur. It might be theoretically possible to create some kind of shim, but I personally doubt it would be worth the effort. (It might end up being easier to just directly binary patch the Big Sur IO80211Family.kext or its Plugins.)Thinking of WiFI and BlueTooth.