If that is the download size means that apple is still delivering a full installer rather than an OTA update, for Catalina if I don't get wrong they started to deliver after beta 3 an incremental OTA update.
This should be the link: http://swcdn.apple.com/content/down...xje070in5dorjoovnmw61x03/InstallAssistant.pkg
Well, beta two of macOS Big Sur has been released. Enjoy.
You are awesome!)) Thanks.Install macOS Beta.app.zip
drive.google.com
Install macOS Beta.app.zip
drive.google.com
or it's possible the software update is checking if you hardware it's in the compatibility list
Install macOS Beta.app.zip
drive.google.com
Where is the link? Did I miss it? Sorry!. So to install beta 2, we must go through the same entire process used for beta1?just use the direct link provided.
Just above your post is download link.Where is the link? Did I miss it? Sorry!. So to install beta 2, we must go through the same entire process used for beta1?
Where is the link? Did I miss it? Sorry!. So to install beta 2, we must go through the same entire process used for beta1?
Shows that update cannot be installed on this Mac - Mac mini Late 2012Not yet, also CatalinaOTAswufix (based on SUVMMFaker.dylib) doesn't worked, but I guess spoofing with OpenCore to a supported Mac surely will work, but for now is not necessary just use the direct link provided.
My understanding is that if a snapshot exists for APFS filesystem, it will block 'sudo mount -uw /' from working. The approach that I am testing is...
Code:mkdir /Users/howarth/mntpoint sudo mount -o nobrowse -t apfs /dev/disk7s5 /Volumes/BigSur/Users/howarth/mntpoint sudo chroot /Volumes/BigSur/Users/howarth/mntpoint mount -uw / sudo chroot /Volumes/BigSur/Users/howarth/mntpoint kextcache -i / cd /Volumes/BigSur/Users/howarth/mntpoint/System/Library/PrelinkedKernels sudo cp /Volumes/BigSur/Users/howarth/mntpoint/Library/Apple/System/Library/PrelinkedKernels/prelinkedkernel prelinkedkernel sudo cp /Volumes/BigSur/Users/howarth/mntpoint/Library/Apple/System/Library/PrelinkedKernels/prelinkedkernel immutablekernel cd ~ sudo bless --folder /Volumes/BigSur/Users/howarth/mntpoint/System/Library/CoreServices --bootefi --create-snapshot **** reboot **** sudo kcditto **** reboot under newly installed prelinked kernel ****
Note that this assumes that you have already installed any legacy copies of kext that you need into /Library/Extensions either manually or with Kext-droplet. Note that if you have to downgrade AppleHDA.kext or IO80211Family.kext to older copies, you can use the same approach to remove the Big Sur copies in /System/Library/Extensions.
Code:sudo mount -o nobrowse -t apfs /dev/disk7s5 /Volumes/BigSur/Users/howarth/mntpoint cd /Volumes/BigSur/Users/howarth/mntpoint/System/Library/Extensions sudo rm -fr IO80211Family.kext sudo rm -fr AppleHDA.kext cd ~ sudo bless --folder /Volumes/BigSur/Users/howarth/mntpoint/System/Library/CoreServices --bootefi --create-snapshot **** reboot to use the modified snapshot ****
Finally, the disk7s5 should be replaced by whatever your mounted root snapshot is (disk7s5s1 in my case) with the trailing 's1' dropped off. If you are using LegacyUSBInjector.kext and ', you might try...
sudo chroot /Volumes/BigSur/Users/howarth/mntpoint kextcache -prelinked-kernel /Library/Apple/System/Library/PrelinkedKernels/prelinkedkernel -kernel /System/Library/Kernels/kernel -local-root -- /Library/Extensions/ /System/Library/Extensions/ /System/Library/Extensions/LegacyUSBInjector.kext
in addition to the previous
sudo chroot /Volumes/BigSur/Users/howarth/mntpoint kextcache -i /
I am convinced this is working except for the LegacyUSBInjector.kext which hopefully one of those above changes has addressed.
The prelinkedkernel fixes that I am uploading are intended to use without opencore, because opencore currently is unable to manage the BootKernelExtensions and to disable the new "csrutil authenticated-root", if you can't R/W the BigSur System it's because it has decided to install in that sealed snapshot way.
Typemount
, if you have a Volume with diskXsYsZ , then you have a sealed snapshot booting.
It's not a config.plist issue, so you instead could try this from any OpenCore menu, press space bar to show the macOS Recovery dmg, then select: 10.16 Recovery (dmg) or Recovery Beta (you can use also an USB BigSur Installer with apple createinstallmedia), then from BigSur Recovery terminal:csrutil authenticated-root disable
If you can't use more "sudo mount -uw /" from BigSur then as workaround to get Wifi try this: BigSur IvyBridge prelinkedkernel Sound AirDrop fix beta1.command.zip
Last login: Tue Jul 7 18:26:29 on console
ammoune78@AirMac78s-Mac-Pro ~ % sudo mount -uw / ; killall Finder
Password:
ammoune78@AirMac78s-Mac-Pro ~ % sudo -s
root@AirMac78s-Mac-Pro ~ # chmod -R 755 /System/Library/Extensions/
root@AirMac78s-Mac-Pro ~ # chown -R 0:0 /System/Library/Extensions
root@AirMac78s-Mac-Pro ~ # kextcache -i /
Executing: /usr/bin/kmutil install --volume-root / --check-rebuild
rebuilding local auxiliary collection
kmutil done
root@AirMac78s-Mac-Pro ~ # Kmutil install -—update-all
Error: Missing value for '-a <arch>'
Usage: kmutil install [--variant-suffix <variant-suffix>] [--arch <arch>] [--no-authorization] [--verbose] [--repository <repository> ...] [--volume-root <volume-root>] [--check-rebuild] [--update-all] [--force] [--authentication] [--no-authentication] [--update-preboot]
root@AirMac78s-Mac-Pro ~ # Kmutil install --update-all
checking collections...
updated extension 'com.apple.driver.AirPort.BrcmNIC' found on disk at '/System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AirPortBrcmNIC.kext' (mach-o UUID changed from 1BFF3E8B-77F0-3C4B-A6C1-9DF06132B189 to 0F1637EA-51B0-3A81-9433-956A19427984)
updated extension 'com.apple.driver.AirPort.Brcm4360' found on disk at '/System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AirPortBrcm4360.kext' (mach-o UUID changed from <unknown> to 8DE38A76-B284-34D2-AF4E-DB727D7FF250)
updated extension 'com.apple.driver.AirPort.Atheros40' found on disk at '/System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AirPortAtheros40.kext' (mach-o UUID changed from <unknown> to 9753F22E-5C85-3E95-B543-0870CF03838A)
updated extension 'com.apple.iokit.IO80211Family' found on disk at '/System/Library/Extensions/IO80211Family.kext' (mach-o UUID changed from 99011013-0804-3EF6-B433-D33B216C05DB to A879B51A-4562-3B95-B6C3-A2472B508F2F)
updated extension 'com.apple.driver.IO80211NetBooter' found on disk at '/System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/IO80211NetBooter.kext' (mach-o UUID changed from C0A664A0-F3F6-3C63-919F-B33AA52EC96A to 22A50E20-A024-3B8D-9268-B69ECBA918A0)
updated extension 'com.apple.driver.AirPort.Brcm4331' found on disk at '/System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AirPortBrcm4331.kext' (mach-o UUID changed from <unknown> to D4559F1A-005E-353C-B33F-3006C349EE5D)
rebuilding release collections: boot, system
rebuilding release collections:
boot kernel collection
system kext collection
rebuilding local auxiliary collection
kmutil done
root@AirMac78s-Mac-Pro ~ # kcditto
Copying deferred prelinked kernels in /...
/AppleInternal/BuildRoot/Library/Caches/com.apple.xbs/Sources/kext_tools/kext_tools-685/kc_staging.m.279: Encountered error while inspecting path: Error Domain=NSCocoaErrorDomain Code=260 "The folder “PrelinkedKernels” doesn’t exist." UserInfo={NSFilePath=/Library/Apple/System/Library/PrelinkedKernels, NSUserStringVariant=(
Folder
), NSUnderlyingError=0x7fd11940f5f0 {Error Domain=NSOSStatusErrorDomain Code=-43 "fnfErr: File not found"}}
/AppleInternal/BuildRoot/Library/Caches/com.apple.xbs/Sources/kext_tools/kext_tools-685/kc_staging.m.279: Encountered error while inspecting path: Error Domain=NSCocoaErrorDomain Code=260 "The folder “PrelinkedKernels” doesn’t exist." UserInfo={NSFilePath=/Library/Apple/System/Library/PrelinkedKernels, NSUserStringVariant=(
Folder
), NSUnderlyingError=0x7fd119412cc0 {Error Domain=NSOSStatusErrorDomain Code=-43 "fnfErr: File not found"}}
Copying KCs in /...
System Volume UUID: CE926A4D-369A-4779-ADB5-DBC0C1E82BD8
Volume Group UUID: E35067A5-0157-4B20-BC7F-94362BBF324D
Preboot disk: /dev/disk1s2
Preboot volume: /System/Volumes/Preboot
Copying: /System/Library/KernelCollections/BootKernelExtensions.kc.elides -> /System/Volumes/Preboot/E35067A5-0157-4B20-BC7F-94362BBF324D/boot/System/Library/KernelCollections
Copying: /System/Library/KernelCollections/BootKernelExtensions.kc -> /System/Volumes/Preboot/E35067A5-0157-4B20-BC7F-94362BBF324D/boot/System/Library/KernelCollections
Copying: /System/Library/PrelinkedKernels/immutablekernel -> /System/Volumes/Preboot/E35067A5-0157-4B20-BC7F-94362BBF324D/System/Library/PrelinkedKernels
Copying: /System/Library/PrelinkedKernels/prelinkedkernel -> /System/Volumes/Preboot/E35067A5-0157-4B20-BC7F-94362BBF324D/System/Library/PrelinkedKernels
root@AirMac78s-Mac-Pro ~ #
Where is the link? Did I miss it? Sorry!. So to install beta 2, we must go through the same entire process used for beta1?
Just to confirm that SMBIOS spoofing via OpenCore works as expected.Not yet, also CatalinaOTAswufix (based on SUVMMFaker.dylib) doesn't worked, but I guess spoofing with OpenCore to a supported Mac surely will work, but for now is not necessary just use the direct link provided.
Just to confirm that SMBIOS spoofing via OpenCore works as expected.
View attachment 931556
Not really.@h9826790 Did you noticed some CPU & RAM temperature rising, because the CPU now it shows 50 while 34 on Mojave and the RAM is very hot!
I've done the installation again without any issue, but, I just want to notice that
Upon the second restart back from the installation process, on the OC menu it shows only Preboot Installer:
- If I start from it and let if finish and reboot it, while it takes longer, it screws up the System drive so no possible -uw / mounting
- Now if I start from it but this time I interrupt it after 5 min in average, which it doesn't create the prelinkedkernel in the mount point which is supposed to be diskxsxsx, it let me -uw / mounting the System drive. This is my understanding on what I've done these two past days and today.
Now the WiFi is working, good to go without wires, and here's the result of that command:
Code:Last login: Tue Jul 7 18:26:29 on console ammoune78@AirMac78s-Mac-Pro ~ % sudo mount -uw / ; killall Finder Password: ammoune78@AirMac78s-Mac-Pro ~ % sudo -s root@AirMac78s-Mac-Pro ~ # chmod -R 755 /System/Library/Extensions/ root@AirMac78s-Mac-Pro ~ # chown -R 0:0 /System/Library/Extensions root@AirMac78s-Mac-Pro ~ # kextcache -i / Executing: /usr/bin/kmutil install --volume-root / --check-rebuild rebuilding local auxiliary collection kmutil done root@AirMac78s-Mac-Pro ~ # Kmutil install -—update-all Error: Missing value for '-a <arch>' Usage: kmutil install [--variant-suffix <variant-suffix>] [--arch <arch>] [--no-authorization] [--verbose] [--repository <repository> ...] [--volume-root <volume-root>] [--check-rebuild] [--update-all] [--force] [--authentication] [--no-authentication] [--update-preboot] root@AirMac78s-Mac-Pro ~ # Kmutil install --update-all checking collections... updated extension 'com.apple.driver.AirPort.BrcmNIC' found on disk at '/System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AirPortBrcmNIC.kext' (mach-o UUID changed from 1BFF3E8B-77F0-3C4B-A6C1-9DF06132B189 to 0F1637EA-51B0-3A81-9433-956A19427984) updated extension 'com.apple.driver.AirPort.Brcm4360' found on disk at '/System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AirPortBrcm4360.kext' (mach-o UUID changed from <unknown> to 8DE38A76-B284-34D2-AF4E-DB727D7FF250) updated extension 'com.apple.driver.AirPort.Atheros40' found on disk at '/System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AirPortAtheros40.kext' (mach-o UUID changed from <unknown> to 9753F22E-5C85-3E95-B543-0870CF03838A) updated extension 'com.apple.iokit.IO80211Family' found on disk at '/System/Library/Extensions/IO80211Family.kext' (mach-o UUID changed from 99011013-0804-3EF6-B433-D33B216C05DB to A879B51A-4562-3B95-B6C3-A2472B508F2F) updated extension 'com.apple.driver.IO80211NetBooter' found on disk at '/System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/IO80211NetBooter.kext' (mach-o UUID changed from C0A664A0-F3F6-3C63-919F-B33AA52EC96A to 22A50E20-A024-3B8D-9268-B69ECBA918A0) updated extension 'com.apple.driver.AirPort.Brcm4331' found on disk at '/System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AirPortBrcm4331.kext' (mach-o UUID changed from <unknown> to D4559F1A-005E-353C-B33F-3006C349EE5D) rebuilding release collections: boot, system rebuilding release collections: boot kernel collection system kext collection rebuilding local auxiliary collection kmutil done root@AirMac78s-Mac-Pro ~ # kcditto Copying deferred prelinked kernels in /... /AppleInternal/BuildRoot/Library/Caches/com.apple.xbs/Sources/kext_tools/kext_tools-685/kc_staging.m.279: Encountered error while inspecting path: Error Domain=NSCocoaErrorDomain Code=260 "The folder “PrelinkedKernels” doesn’t exist." UserInfo={NSFilePath=/Library/Apple/System/Library/PrelinkedKernels, NSUserStringVariant=( Folder ), NSUnderlyingError=0x7fd11940f5f0 {Error Domain=NSOSStatusErrorDomain Code=-43 "fnfErr: File not found"}} /AppleInternal/BuildRoot/Library/Caches/com.apple.xbs/Sources/kext_tools/kext_tools-685/kc_staging.m.279: Encountered error while inspecting path: Error Domain=NSCocoaErrorDomain Code=260 "The folder “PrelinkedKernels” doesn’t exist." UserInfo={NSFilePath=/Library/Apple/System/Library/PrelinkedKernels, NSUserStringVariant=( Folder ), NSUnderlyingError=0x7fd119412cc0 {Error Domain=NSOSStatusErrorDomain Code=-43 "fnfErr: File not found"}} Copying KCs in /... System Volume UUID: CE926A4D-369A-4779-ADB5-DBC0C1E82BD8 Volume Group UUID: E35067A5-0157-4B20-BC7F-94362BBF324D Preboot disk: /dev/disk1s2 Preboot volume: /System/Volumes/Preboot Copying: /System/Library/KernelCollections/BootKernelExtensions.kc.elides -> /System/Volumes/Preboot/E35067A5-0157-4B20-BC7F-94362BBF324D/boot/System/Library/KernelCollections Copying: /System/Library/KernelCollections/BootKernelExtensions.kc -> /System/Volumes/Preboot/E35067A5-0157-4B20-BC7F-94362BBF324D/boot/System/Library/KernelCollections Copying: /System/Library/PrelinkedKernels/immutablekernel -> /System/Volumes/Preboot/E35067A5-0157-4B20-BC7F-94362BBF324D/System/Library/PrelinkedKernels Copying: /System/Library/PrelinkedKernels/prelinkedkernel -> /System/Volumes/Preboot/E35067A5-0157-4B20-BC7F-94362BBF324D/System/Library/PrelinkedKernels root@AirMac78s-Mac-Pro ~ #
Do you guys are booting Big Sur without the need of OpenCore?
Just use OpenCore to spoof the SMBIOS to iMac Pro as per the code I shared in this post.how you did that can explain to us thanks
So to “update” to beta 2 on an unsupported Mac I’ll need to redo all the steps I did to install beta 1?I can confirm that the link I posted here: https://forums.macrumors.com/thread...unsupported-macs-thread.2242172/post-28649854
is the BigSur beta 2, because I checked some binaries without extraction and they are compiled by apple on July .
So to “update” to beta 2 on an unsupported Mac I’ll need to redo all the steps I did to install beta 1?
So to “update” to beta 2 on an unsupported Mac I’ll need to redo all the steps I did to install beta 1?