I'm in big sur beta 1, what are the steps to upgrade without doing the whole beta 1 process? please.
I'm afraid you have to do a similar process as with beta 1, just without all of the extra fluff that got you into Big Sur. Sucks having an unsupported Mac, I know. I'm stuck with a 2011 MBP prbly until Apple Silicon gets good (if it ever does).I'm in big sur beta 1, what are the steps to upgrade without doing the whole beta 1 process? please.
and can you help us with a summary of the steps? please.I'm afraid you have to do a similar process as with beta 1, just without all of the extra fluff that got you into Big Sur. Sucks having an unsupported Mac, I know. I'm stuck with a 2011 MBP prbly until Apple Silicon gets good (if it ever does).
why does your about screen say iMac pro when the machine has 48gb 1333mhz ram?Just to confirm that SMBIOS spoofing via OpenCore works as expected.
View attachment 931556
Step-by-Step is working for Beta 2
You need to maintain a macOS Catalina installation on an APFS Container and continue from there.
Then you can transfer all your data to the new Big Sur Beta 2
@jackluke/Volumes/BigSurSystemLabel/System/Library/CoreServices/SystemVersion.plist
I see this solution more complicated, so I opt for a clean installation of Beta 2 from USB.
Still, I have problems:
The terminal gave me another error in the first steps, when creating the installation USB. I was able to create the USB "Install macOS Big Sur Beta" but after typing:
xattr -c [...] patch_installer.sh
and then write patch_installer.sh [...] Install macOS Big Sur Beta
It returns the following error:
mv: rename / Volumes / Install macOS Big Sur Beta / Install macOS Beta.app to / Volumes / Install macOS Big Sur Beta / _Install macOS Beta.app: No such file or directory
Is a different patch_installer.sh necessary?
Also the famous failed 66 ...
mount_apfs: volume could not be mounted: Permission denied
mount: / failed with 66
@jackluke
Will the System allow me to remove this file?
Also, once removed should I run system update is Preferences? I just don't want to go through the Beta 1 process again...
Thanks in advance.
csrutil authenticated-root disable ; reboot
Sure, but you better change the serial number, MLB, UUID.
If everyone use the same serial number, it may cause issues.
Also, my recommendation is that you just extract the PlatformInfo section, and inject that into your own config to perform Big Sur installation / update. Do NOT use my whole EFI folder. My config is quite customised for my own use, may not fit for your hardware.
Last but not least, there is no need to keep the SMBIOS spoofing. You can boot with the original SMBIOS once the update / installation is completed.
View attachment 931624
<key>Security</key>
<dict>
<key>BlacklistAppleUpdate</key>
<true/>
</dict>
cMacPro mid 2012 Big Sur beta 2 installed, WIFI is not working.
Big thanks to jackluke for InstallAssistant.pkg, and Big Sur beta 2 installation as same as beta 1.
Because I am actually using a Mac Pro 5,1 (as per my signature). iMac Pro ident is just the result of SMBIOS spoofing via OpenCore. This is the key to make Big Sur installer / update work "natively".why does your about screen say iMac pro when the machine has 48gb 1333mhz ram?
I know that you are an expert, as many other on the OpenCore thread, but on an EFI Mac, I'd suggest to add in config.plist this key that should block any unwanted EFI SMC firmware update:
[automerge]1594195380[/automerge]Code:<key>Security</key> <dict> <key>BlacklistAppleUpdate</key> <true/> </dict>
This is the reason whyI know that you are an expert, as many other on the OpenCore thread, but on an EFI Mac, I'd suggest to add in config.plist this key that should block any unwanted EFI SMC firmware update:
[automerge]1594195380[/automerge]Code:<key>Security</key> <dict> <key>BlacklistAppleUpdate</key> <true/> </dict>
Booting from your Catalina (or another macOS with Wifi), System Report Wifi tab, what's your Wifi device ID AirPort Extreme example (0x14E4, 0xF5) ?
Because I could provide you an easy fix for BigSur beta 2 Wifi .
BlacklistAppleUpdate
isn't in the 0.6 config. The run-efi-updater
variable was there, but may be I accidentally removed that. Will add that back to the config, thanks for picking that up.Could you show me the correct link to the installer of the first beta then, which I could ask to download a friend in the city, and then install in my village, where I am now only with the gprs network. I heard that Big Sur may not install from usb installer without the Internet. Thanks in advance@ASentientBot seems from BigSur Beta 2 with Nvidia GeForce Tesla, the WindowServer crashes continuosly after the login UI , have you noticed this behavior too ?
So I'd advise the other to keep BigSur Beta 1 if you have a legacy Nvidia non-metal GPU.
I have a link to dmg with an installer of 8.9Gb in size, but I see that others download 9.6Gb, probably there is also Recovery in the package. I need a full installer, I can not download Recovery through gprs during installation@ASentientBot seems from BigSur Beta 2 with Nvidia GeForce Tesla, the WindowServer crashes continuosly after the login UI , have you noticed this behavior too ?
So I'd advise the other to keep BigSur Beta 1 if you have a legacy Nvidia non-metal GPU.
@ASentientBot seems from BigSur Beta 2 with Nvidia GeForce Tesla, the WindowServer crashes continuosly after the login UI , have you noticed this behavior too ?
So I'd advise the other to keep BigSur Beta 1 if you have a legacy Nvidia non-metal GPU.
defaults write com.apple.universalaccess reduceTransparency -bool true
<key>reduceTransparency</key>
<true/>
I would use jackluke's steps to not have to do EVERYTHING all over:and can you help us with a summary of the steps? please.
This should work, although I caution your proceeding as beta 2 is known to have multiple issues...System Updates from System Preferences don't work on an unsupported BigSur Mac, unless you spoof the mac with opencore.
Just use the link with InstallerAssistant.pkg (it needs at least 20 GB because the pkg is 9,56 gb and then extracted to other 9,56 gb).
To remove that file (to attempt an in-place upgrade) is not easy from your current BigSur beta 1 , you should from a BigSur Installer or Recovery :
csrutil authenticated-root disable ; reboot
Then from BigSur normal booting terminal:
mount
from mount locate your diskXsYsZ
sudo mkdir ~/BigSur/
sudo mount -o nobrowse -t apfs /dev/diskXsY ~/BigSur/
cd ~/YourBigSurSystemLabel/System/Library/CoreServices/
sudo rm SystemVersion.plist
sudo bless --folder ~/YourBigSurSystemLabel/System/Library/CoreServices/ --bootefi --create-snapshot
reboot
This should work, although I caution your proceeding as beta 2 is known to have multiple issues...
Just use the link with InstallerAssistant.pkg