Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

harleymhs

macrumors 6502a
Original poster
Jul 19, 2009
790
176
I Made a Bootable USB Drive for Big Sur. Is there any way to check the version that's installed on the drive before running the install ? Thank you in advance!
 
With the USB drive connected, from Terminal
Code:
hdiutil attach -noverify -nobrowse /Volumes/Install\ macOS\ Big\ Sur/Install\ macOS\ Big\ Sur.app/Contents/SharedSupport/SharedSupport.dmg

Code:
open -e  /Volumes/Shared\ Support/com_apple_MobileAsset_MacSoftwareUpdate/com_apple_MobileAsset_MacSoftwareUpdate.xml

Search for <key>OSVersion</key> and <key>Build</key> in the file opened in TextEdit, then
Code:
hdiutil detach /Volumes/Shared\ Support/
to detach SharedSupport.dmg
 
I Made a Bootable USB Drive for Big Sur. Is there any way to check the version that's installed on the drive before running the install ? Thank you in advance!
Boot off the stick, from Recovery, go into Disk Utility and select the stick, it should tell you what version of macOS is installed on it.
 
  • Like
Reactions: harleymhs
Boot off the stick, from Recovery, go into Disk Utility and select the stick, it should tell you what version of macOS is installed on it.
THANK YOU ! Worked perfect !!!!
 

Attachments

  • RenderedImage.JPG
    RenderedImage.JPG
    101.2 KB · Views: 40
  • Like
Reactions: kitKAC
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.