Skip to main content

Mac OS

Create ISO file for Mac OS system (Monterey)

The below commands will help you create the iso file 

this command will download the newest version.

softwareupdate --fetch-full-installer

1- to install MacOS Monterey use the below command 

- softwareupdate --fetch-full-installer --full-installer-version 12.0.1

2- we must create a temporary disk image:

hdiutil create -o /tmp/Monterey -size 12500m -volname Monterey -layout SPUD -fs HFS+J

3- Next, mount the disk image: