Your competition should make you moving faster, not usPlease let me know ASAP. I have competition to beat![]()
Your competition should make you moving faster, not usPlease let me know ASAP. I have competition to beat![]()
I know, but I’m really stuck haha.Your competition should make you moving faster, not us![]()
I got bored, made a bootable backup of my Catalina drive, and took the plunge. Everything works except I can't reboot into Big Sur directly from Mojave, I have to bounce to Windows and use the Boot Camp boot selector.I'm currently running unpatched Catalina installed via VMWare raw disk mode on a Mac Pro 5,1. Has anyone with a similar install tried upgrading in place to Big Sur? Does the Bluetooth card still work?
OpenCore-Patcher.command
file.#opencore-patchers
Remove the original Bluetooth card. It gives kernel panic with Big Sur. After removing BT card, Big Sur booted fine on my 3,1. Make a bootable USB (or SSD Volume) with JAckLuke's BigSur Legacy USB patcher, https://github.com/jacklukem/BigSurfixes/releases/ and apply Legacy USB patches to get sound and wifi working. Big Sur is running great on my 3,1!Hi all,
I'm trying to install Big Sur on my Mac Pro 3,1.
I have created an external USB Disk using BigMac 🍔After that I have executed the Big Sur Installation from my Catalina 10.15.7.Code:sudo ./preinstall.sh
The Big Sur Installation tool complete the first part and ask me to reboot.
When I reboot the Mac Pro reboot every time with a:
Panic Stackshot Succeded ** Bytes Traced...
What I miss? I'm unable to find suggestions to this problem.
Thanks
Removing original Bluetooth card let me boot Big Sur on my 3,1 using BiGMaC. Then run Jackluke's USB Installer patch to fix wifi and sound, USB etc... Or just install with JackLuke's patched USB installer. https://github.com/jacklukem/BigSurfixes/releases/Hi, I cannot install bigmac-master😞
Mac Pro 3.1 ATI Radeon HD 5770
i have the same problem on my iMac 27 (late 2013)Is it possible to fix iMac 2012 late
Guys, I'm really stuck. I'm trying to modify basesystem from a normal Big Sur USB by doing the following:
1) Adding my post-install to /Applications in basesystem
2) Adding a button/menu bar item in Utilities.plist
I later bless the new basesystem.
Even when I do this, the USB just boots into a normal Big Sur recovery, no app in sight. Am I missing something? Is there a better way?
Here's the prototype I want to put in BTW:
/Volumes/macOS\ Base\ System/System/Installation/CDIS/Recovery\ Springboard.app/Contents/Resources/Utilities.plist
<key>Buttons</key>
and <key>Menu</key>
My app name with spaces
/Contents/MacOS/My app name with spaces
My\ app\ name\ with\ spaces
"My app name with spaces"
/Volumes/macOS\ Base\ System/System/Applications/
Hello everyone! I'm very excited to announce the release of our patcher:
The goal of this patcher is fairly simple, try to patch as much in memory and modify as little on disk as possible. With this idea, we're able to keep APFS snapshotting, AMFI, SIP, FileVault and other security features enabled without any concerns for stability or security.
This patcher also has a few other benefits:
While this all sounds amazing, there are some limitations of this patcher:
- Uses Apple's native IO80211 framework for Broadcom cards
- This should ensure sleep wake cycles no longer break network scanning
- Allows for non-permanent, in-memory firmware upgrades on
- For machines like MacPro3,1, no need to perform APFS ROM patching
- Allows for boot screen support on 3rd party GPUs without any GPU ROM patching
- Ideal for iMac and Mac Pro GPU upgrades
- Only way to boot Arrendale, Lynnfield and Clarkdale based Macs in Big Sur
- ie. iMac11,1, iMac11,2, iMac11,3, MacBookPro6,1, MacBookPro6,2
- Incorporates the IOHIDFamily bug patch found on some older Macs
- Native OTA updates!
- Firmware updates for newer Machines do not apply, so don't need to worry with that
The main users I'd recommend to this patcher are:
- Legacy Audio Patches
- ie. 2011 and older Machines
- Currently working on AppleALC patches to have this done in memory as well
- Legacy GPU patches
- There are plans to add this in for Mojave and Catalina, Big Sur is still unknown
Other users are more than welcome to use this patcher, and it should work great however audio and GPU issues are the main things that need to be resolved.
- 2012+ MacBooks, iMacs and Mac Minis with native GPUs
- 2008+ Mac Pros with Metal capable GPUs
To use this program, simple download the release and run theOpenCore-Patcher.command
file.
Run option 1 to build the EFI, or option 3 to select another machine model.
With regards to issues, generally the Github's Issue tab or on the Unsupported Macs discord are the best places to reach me. Generally discord is the fastest, and MacRumors is the slowest.(I'm not very active here) My discord name is MykolaG#7153 for easier pings in the discord, we also have a dedicated channel called#opencore-patchers
Wow, didn't know the spaces thing. I was assuming that the path would be just like in, say, Terminal (macOS\ Post-Install). I'll fix that today. And yes, I have gathered a lot of knowledge about shadowing with different compression methods.I assume you already know how to make a shadow BaseSystem.dmg with owners writable disk and then to make a new BaseSystem.dmg with UDZO, UDBZ, or ULFO compression (UDZO is compatible when opening the DMG in ram from other OSX desktop).
Then to add your app, browse the shadowed BaseSystem (with owners rw) at this path:
Code:/Volumes/macOS\ Base\ System/System/Installation/CDIS/Recovery\ Springboard.app/Contents/Resources/Utilities.plist
edit Utilities following the same XML apple plist scheme to add your app path in both places<key>Buttons</key>
and<key>Menu</key>
for a weird reason for path strings with spaces in this Utilities.plist is mandatory to use exactly as this example:
/Applications/My app name with spaces
/Contents/MacOS/My app name with spaces
while these are incorrect for Utilities.plist that won't parse them :
My\ app\ name\ with\ spaces
"My app name with spaces"
copy your app here:/Volumes/macOS\ Base\ System/System/Applications/
if you don't need the BaseSystem booting from a non-APFS Legacy USB Mac, then you can use directly the stock BootKernelExtensions.kc , otherwise you should use my patched prelinkedkernel (based on BigSur beta3) that AFAIK is only way currently to boot any patched BigSur recovery environment allowing to use legacy USB input and output devices.
Why you can't patch BKE ? Because it requires an UUID matching with APFS BaseSystem Preboot, while a prelinkedkernel can continue booting ignoring that UUID kernel cache matching.
Then you need also an ASentientBot patched boot.efi to skip the BaseSystem ramdisk verification during booting, I recently binary patched (through ASentientBot method) also the newer BigSur boot.efi attached here: 724 KB boot.efi patched
Is this patcher to be run from the bigsur desktop or from a usb stick.Added to post #1 of this thread....
But this is still the very same iMac with the GPU problem? This is surely not a (real) Big Sur issue. But I have seen cards working quite normally with High Sierra and showing more or less serious problem with Mojave, Catalina and Big Sur. Even worse some users reporting memory problems just after upgrading an OS. Sometimes new software just shows defects in hardware well hidden for a while.After booting imac my screen is changing colors, the apps hang like in image
Yes agree. Finally concluded its the graphic card. Have to change my gpu. Which one do you suggest something similar to yours rx480 or wx4170. Have to begin the whole excercise again.But this is still the very same iMac with the GPU problem? This is surely not a (real) Big Sur issue. But I have seen cards working quite normally with High Sierra and showing more or less serious problem with Mojave, Catalina and Big Sur. Even worse some users reporting memory problems just after upgrading an OS. Sometimes new software just shows defects in hardware well hidden for a while.
Please check you hardware and possibly exchange the GPU
Off topic:
This is like the Corina pandemic and the lack of digital transformation in my own country - the only thing we get done is building more streets and new high ways (Autobahnen). The pandemic works like a gigantic telescope and enlarges all problems in business models of private companies and complete states...
Suggest to help avoiding future problems to study where is apple headed with their graphics and learn what technology they plan for the future that works today so you don't buy a card that is phased out in the next couple years ,Yes agree. Finally concluded its the graphic card. Have to change my gpu. Which one do you suggest something similar to yours rx480 or wx4170. Have to begin the whole excercise again.
I checked all the memory sticks and they seem to be fine. Since none of my volumes booted to login screen and have had similar issue whether its highseirra or catalina or bigsur the display issue crops up.
in fact all was working well till I took a jump at Big Sur.
agree with off topic too similar status here 👌
well I am indeed grateful to you and @jackluke for answering all my queries and helping out. 👍
About the BKE patching, I will need your patched prelinkedkernel? Will I need anything else?I assume you already know how to make a shadow BaseSystem.dmg with owners writable disk and then to make a new BaseSystem.dmg with UDZO, UDBZ, or ULFO compression (UDZO is compatible when opening the DMG in ram from other OSX desktop).
Then to add your app, browse the shadowed BaseSystem (with owners rw) at this path:
Code:/Volumes/macOS\ Base\ System/System/Installation/CDIS/Recovery\ Springboard.app/Contents/Resources/Utilities.plist
edit Utilities following the same XML apple plist scheme to add your app path in both places<key>Buttons</key>
and<key>Menu</key>
for a weird reason for path strings with spaces in this Utilities.plist is mandatory to use exactly as this example:
/Applications/My app name with spaces
/Contents/MacOS/My app name with spaces
while these are incorrect for Utilities.plist that won't parse them :
My\ app\ name\ with\ spaces
"My app name with spaces"
copy your app here:/Volumes/macOS\ Base\ System/System/Applications/
if you don't need the BaseSystem booting from a non-APFS Legacy USB Mac, then you can use directly the stock BootKernelExtensions.kc , otherwise you should use my patched prelinkedkernel (based on BigSur beta3) that AFAIK is only way currently to boot any patched BigSur recovery environment allowing to use legacy USB input and output devices.
Why you can't patch BKE ? Because it requires an UUID matching with APFS BaseSystem Preboot, while a prelinkedkernel can continue booting ignoring that UUID kernel cache matching.
Then you need also an ASentientBot patched boot.efi to skip the BaseSystem ramdisk verification during booting, I recently binary patched (through ASentientBot method) also the newer BigSur boot.efi attached here: 724 KB boot.efi patched