Can you tell us what version of Sonoma you have? I'm on 14.7 since it was released last week, and I show no updates for it here.And Ventura and Sonoma updates too.
same here. no new updates as of today and im on 14.7 (23H124)Can you tell us what version of Sonoma you have? I'm on 14.7 since it was released last week, and I show no updates for it here.
23H124 here for 14.7. That was from last week. Nothing else new here except for Sequoia, which I'm not ready to do yet. Hope they send out the Release Candidate soon for everyone, even though I'm not experiencing any problems that I know of.how about 13.7.1 rc 1 build 22H210 and 14.7.1 rc 1 build 23H209
macOS has gone to utter ****. Pretty laughable that so many still upgrade to these extended public beta releases on day 1, especially when there isn't even anything new in a .0 release, except for more bugs and superfluous crap.
Yep that’s what happened to me too. The 15.1 track disappeared.I was "hanging" on the Beta 15.1 track (from before 15.0 was released), and it gave an error saying my Apple ID wasn't enrolled... but after turning it off and on again only the "regular" beta track showed up, and it found the download...![]()
I've been at this as long as you and I call bullcarp on this. APFS is better - for sure and by far than HFS+ - but ZFS should have, and could have actually, made it. I know some kernel/CoreOS devs and I'm heart broken at the experiences they had during that time and - frankly - even more recently with their "proprietors." Apple is far, far down the vortical pull of the porcelain bowel, but it's still the only real game in town with the Linux fragmentation and WinHel..o.I’m still experiencing the “good old days” of it just works. I roundly reject the idea that Apple’s QA isn’t what it used to be. If anything it’s much better. That argument is pure FUD and I’ve been using Apple gear exclusively since 1982. I've been through it all in the last 40 years. It’s better today, no question.
Comparison of MacOS 15.1 Beta 5 to previous MacOS 15.1 Beta 4
...
macOS 15.1 Beta 4 (24B5046f)
- System Firmware Version: 11881.40.128 (M1 based Macs)
full installers are out nowcheck tomorrow for full installers
for file in $(curl -# https://swscan.apple.com/content/catalogs/others/index-15seed-1.sucatalog | grep com_apple_MobileAsset_MacSoftwareUpdate.plist | grep -Evw '(com_apple_MobileAsset_MacSoftwareUpdate.plist.integrityDataV1|InstallInfo.plist)' | sed -e s/"<string>"//g -e s/"<\/string>"//g -e s/\ //g); do
curl -# $file | egrep -EA 1 '(>Build<|OSVersion)' | sed -e s/"<string>"//g -e s/"<\/string>"//g -e s/\ //g | sed -e s/"<key>"//g -e s/"<\/key>"//g -e s/\ //g
echo $file | sed -e "s/com_apple_MobileAsset_MacSoftwareUpdate.plist/InstallAssistant.pkg/g"
done
for file in $(curl -# https://swscan.apple.com/content/catalogs/others/index-14seed-1.sucatalog | grep Info.plist | grep -Evw '(Info.plist.integrityDataV1|InstallInfo.plist)' | sed -e s/"<string>"//g -e s/"<\/string>"//g -e s/\ //g); do
curl -# $file | egrep -EA 1 '(>Build<|OSVersion)' | sed -e s/"<string>"//g -e s/"<\/string>"//g -e s/\ //g | sed -e s/"<key>"//g -e s/"<\/key>"//g -e s/\ //g
echo $file | sed -e "s/Info.plist/InstallAssistant.pkg/g"
done
for file in $(curl -# https://swscan.apple.com/content/catalogs/others/index-13seed-1.sucatalog | grep Info.plist | grep -Evw '(Info.plist.integrityDataV1|InstallInfo.plist)' | sed -e s/"<string>"//g -e s/"<\/string>"//g -e s/\ //g); do
curl -# $file | egrep -EA 1 '(>Build<|OSVersion)' | sed -e s/"<string>"//g -e s/"<\/string>"//g -e s/\ //g | sed -e s/"<key>"//g -e s/"<\/key>"//g -e s/\ //g
echo $file | sed -e "s/Info.plist/InstallAssistant.pkg/g"
done
It works on my 2018 MBP with ACASIS multiple port unit. Maybe it depends on the SD reader used?Well seems like the SD Card reader is still broken. It won't mount the drive. I see it in the Disk Utilities app but it won't mount for some reason.
full installers typically come out the next day or when public beta is released
there is nevertheless an ipsw which has not been pulled.
downloading now
View attachment 2426620
full installers are out now
do these in terminal to check:
sequoia
Code:for file in $(curl -# https://swscan.apple.com/content/catalogs/others/index-15seed-1.sucatalog | grep com_apple_MobileAsset_MacSoftwareUpdate.plist | grep -Evw '(com_apple_MobileAsset_MacSoftwareUpdate.plist.integrityDataV1|InstallInfo.plist)' | sed -e s/"<string>"//g -e s/"<\/string>"//g -e s/\ //g); do curl -# $file | egrep -EA 1 '(>Build<|OSVersion)' | sed -e s/"<string>"//g -e s/"<\/string>"//g -e s/\ //g | sed -e s/"<key>"//g -e s/"<\/key>"//g -e s/\ //g echo $file | sed -e "s/com_apple_MobileAsset_MacSoftwareUpdate.plist/InstallAssistant.pkg/g" done
sonoma
Code:for file in $(curl -# https://swscan.apple.com/content/catalogs/others/index-14seed-1.sucatalog | grep Info.plist | grep -Evw '(Info.plist.integrityDataV1|InstallInfo.plist)' | sed -e s/"<string>"//g -e s/"<\/string>"//g -e s/\ //g); do curl -# $file | egrep -EA 1 '(>Build<|OSVersion)' | sed -e s/"<string>"//g -e s/"<\/string>"//g -e s/\ //g | sed -e s/"<key>"//g -e s/"<\/key>"//g -e s/\ //g echo $file | sed -e "s/Info.plist/InstallAssistant.pkg/g" done
ventura
Code:for file in $(curl -# https://swscan.apple.com/content/catalogs/others/index-13seed-1.sucatalog | grep Info.plist | grep -Evw '(Info.plist.integrityDataV1|InstallInfo.plist)' | sed -e s/"<string>"//g -e s/"<\/string>"//g -e s/\ //g); do curl -# $file | egrep -EA 1 '(>Build<|OSVersion)' | sed -e s/"<string>"//g -e s/"<\/string>"//g -e s/\ //g | sed -e s/"<key>"//g -e s/"<\/key>"//g -e s/\ //g echo $file | sed -e "s/Info.plist/InstallAssistant.pkg/g" done
links to latest installassistant.pkg will be displayed on the bottom of the list with respective build number
code can be modified for public releases, just remove the word "seed" in sucatalog link
--list-full-installers
Finding available software
Software Update found the following full installers:
* Title: macOS Sequoia Beta, Version: 15.1, Size: 14186780KiB, Build: 24B5055e, Deferred: NO
* Title: macOS Sequoia, Version: 15.0, Size: 14138558KiB, Build: 24A335, Deferred: NO
* Title: macOS Sonoma, Version: 14.7, Size: 13343514KiB, Build: 23H124, Deferred: NO
* Title: macOS Sonoma, Version: 14.6.1, Size: 13340696KiB, Build: 23G93, Deferred: NO
* Title: macOS Sonoma, Version: 14.6, Size: 13339695KiB, Build: 23G80, Deferred: NO
* Title: macOS Sonoma, Version: 14.4.1, Size: 13298513KiB, Build: 23E224, Deferred: NO
* Title: macOS Ventura, Version: 13.7, Size: 11922748KiB, Build: 22H123, Deferred: NO
* Title: macOS Ventura, Version: 13.6.9, Size: 11920840KiB, Build: 22G830, Deferred: NO
* Title: macOS Ventura, Version: 13.6.8, Size: 11922165KiB, Build: 22G820, Deferred: NO
* Title: macOS Ventura, Version: 13.6.6, Size: 11917983KiB, Build: 22G630, Deferred: NO