How to Create Bootable MacOS Installation ISO
#MacOS #Installation #ISO
Full steps can be found at https://i12bretro.github.io/tutorials/0631.html
--------------------------------------------------------------------
Things You Will need
--------------------------------------------------------------------
- An existing MacOS Device or VM
- 30-40 GB of free disk space
--------------------------------------------------------------------
Creating the Bootable .iso
--------------------------------------------------------------------
01. Download the MacOS install from the Mac App Store
NOTE: the easiest way to find them is to use a search engine, for example:
macos monterey site:apps.apple.com
02. Click the Get button
03. Wait for Software Update to find the update
04. When prompted, click Download
05. Wait for the download to complete
06. Once the download completes, quit the installation if its starts
07. Start LaunchPad from the dock
08. Search terminal ≫ Click Terminal to launch it
09. Run the following commands in terminal, altering the MacOS Installer name as needed
# create temporary disk image, make sure its larger than the downloaded installer
hdiutil create -o /tmp/macOS -size 15000m -volname macOS -layout SPUD -fs HFS+J
# mount the temporary disk image
hdiutil attach /tmp/macOS.dmg -noverify -mountpoint /Volumes/macOSISO
# use createinstallationmedia utility to copy files
sudo /Applications/Install\ macOS\ Monterey.app/Contents/Resources/createinstallmedia --volume /Volumes/macOSISO --nointeraction
# unmount the temporary disk image, alter the OS name as needed
hdiutil detach -force /Volumes/Install\ macOS\ Monterey
# convert the disk image to .iso
hdiutil convert /tmp/macOS.dmg -format UDTO -o ~/Desktop/macOS.cdr
# change the extension from .cdr to .iso
mv ~/Desktop/macOS.cdr ~/Desktop/macOS.iso
### Connect with me and others ###
★ Discord: https://discord.com/invite/EzenvmSHW8
★ Reddit: https://reddit.com/r/i12bretro
★ Twitter: https://twitter.com/i12bretro
Other Videos By i12bretro
Other Statistics
The Elder Scrolls Online Statistics For i12bretro
Currently, i12bretro has 638 views for The Elder Scrolls Online across 1 video. His channel published less than an hour of The Elder Scrolls Online content, making up less than 0.10% of the total overall content on i12bretro's YouTube channel.