Success updating BS beta 9 to 10 on Macmini 2010. The only difference from Beta 9 seems the wallpaper 😂
using hax3 to install it from Catalina to avoid gray screen, then applying 0.3.2 USB micropatcher to remove telemetry.
@jackluke @Barry K. Nathan I have managed to rebuild kexts doing that as suggested by
@Ausdauersportler from inside BS B10:
https://forums.macrumors.com/thread...unsupported-macs-thread.2242172/post-28799574 If it could be used to inflate kexts on Core 2 Duo Penryn, but still no USB mouse and keyboard. Bluetooth, Wifi, internal audio, ethernet usb webcam and mic are OK.
1: APFS Volume BigSur EXT - Dati 15.2 GB disk7s1
2: APFS Volume Preboot 327.2 MB disk7s2
3: APFS Volume Recovery 655.1 MB disk7s3
4: APFS Volume VM 1.1 MB disk7s4
5: APFS Volume BigSur EXT 15.5 GB disk7s5
6: APFS Snapshot com.apple.bless.AB36... 15.5 GB disk7s5s1
alex@Mini-di-alex ~ % sudo mkdir /Volumes/ROOT
Password:
alex@Mini-di-alex ~ % sudo mount -o nobrowse -t apfs /dev/disk7s5 /Volumes/ROOT
alex@Mini-di-alex ~ % sudo chown -R 0:0 /Volumes/ROOT/System/Library/Extentions
alex@Mini-di-alex ~ % sudo chmod -R 755 /Volumes/ROOT/System/Library/Extensions
alex@Mini-di-alex ~ % sudo kmutil install --update-all --volume-root /Volumes/ROOT
checking collections...
Warning: com.apple.driver.KextExcludeList was not found!
updated extension 'com.promise.driver.stex' found on disk at '/Volumes/ROOT/System/Library/Extensions/PromiseSTEX.kext' (mach-o UUID changed from <unknown> to AE253556-66D8-38D2-B9D1-179B78F29153)
updated extension 'com.Areca.ArcMSR' found on disk at '/Volumes/ROOT/System/Library/Extensions/ArcMSR.kext' (mach-o UUID changed from <unknown> to 01FC5EBD-0A34-3E77-9216-53B89DDD8CE4)
updated extension 'com.apple.driver.usb.AppleUSBVHCICommonRSM' found on disk at '/Volumes/ROOT/System/Library/Extensions/AppleUSBCommon.kext/Contents/PlugIns/AppleUSBVHCICommonRSM.kext' (mach-o UUID changed from <unknown> to 983BD0E8-C3D2-3035-82FA-4791749754CB)
rebuilding release collections: boot, system
rebuilding release collections:
boot kernel collection
system kext collection
rebuilding local auxiliary collection
kmutil done
alex@Mini-di-alex ~ %