Skip to content

Instantly share code, notes, and snippets.

@Trogious
Created March 27, 2022 13:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Trogious/c8e88aa17974df844fa3681c2c97c435 to your computer and use it in GitHub Desktop.
Save Trogious/c8e88aa17974df844fa3681c2c97c435 to your computer and use it in GitHub Desktop.
Create bootable Montenery install DMG
hdiutil create -o Montenery -size 15000m -volname Montenery -layout SPUD -fs HFS+J
mkdir /Volumes/Montenery
hdiutil attach Montenery.dmg -noverify -mountpoint /Volumes/Montenery
/Applications/Install\ macOS\ Monterey.app/Contents/Resources/createinstallmedia --volume /Volumes/Montenery --nointeraction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment