Changes

Jump to: navigation, search

Create macOS 12.0.1 bootable ISO

145 bytes added, 09:20, 10 November 2021
Create the image
hdiutil attach /tmp/macOS-12.0.1.dmg -nobrowse -noverify -mountpoint /Volumes/macOS-12.0.1
Then figure out the device (<code>diskutil list</code>) and format it again, yes, this seems to be required:
diskutil eraseDisk JHFS+ macOS-12.0.1 disk2
sudo /Applications/Install\ macOS\ Monterey.app/Contents/Resources/createinstallmedia --volume /Volumes/macOS-12.0.1 --nointeraction
Detach it, notice the different volume name:
hdiutil detach /Volumes/Install\ macOS\ Monterey/
mv macOS-12.0.1.cdr macOS-12.0.1.iso
No, it can't be done in a single step. After this, you can use this ISO in VMware.Don't forget to clean up:  rm -r /tmp/macOS-12.0.1.dmg
== References ==
* [https://support.apple.com/en-us/HT201372 How to create a bootable installer for macOS]

Navigation menu