How to Create macOS Big Sur ISO Image File

How to Create macOS Big Sur ISO Image File

In this article, I will show you how to create macOS Big Sur ISO image file. macOS Big Sur ISO is for Installing macOS Big Sur on VMware or Virtualbox. We have already created a step by step guide on how to install macOS Big Sur on VirtualBox and VMware. You need to be on a real Mac (aka Macintosh) or have macOS installed as VM.

If you don’t have a Macintosh then I recommended use the following guide and install macOS Catalina on VMware.

Steps to Create macOS Big Sur ISO File

  1. Download macOS Big Sur From Apple
  2. Create & Mount an empty Disk Image using hdiutil
  3. Use the Createinstallmedia command to make the disk image bootable with macOS
  4. Unmount the Disk Image
  5. Covert the Disk Image to ISO image

#1.1. There are 2-ways to download macOS Big Sur from Apple. If you have a developer account then visit developer.apple.com. Click on Discover > macOS > Download. Sign in with your developer account then scroll down and click the Install Profile button for macOS Big Sur Beta install. if you don’t a developer account then download macOS Beta profile from betaprofiles.com. 

Download macOS Beta Access Utility

Download macOS Beta Access Utility

#1.2. After downloading the macOS Beta Access Utility.dmg open it. When the access utility window opens, Right-click on macOS Beta Access Utility.pkg then click Open > Continue > Agree > Install > Enter your Password > Install software > Close. 

#1.3. Finally, the Software Update window will open then you can start to download the macOS Big Sur directly from Apple’s server. So click Upgrade Now and wait for the download process to finish. It may take 10-20 minutes depending on your internet speed.

#1.4. When the download of macOS Big Sur is finished, make sure to quit the installer by click on Install macOS Big Sur > Quit Install macOS or pressing Command + Q.

Creating macOS Big Sur Bootable ISO

Quit macOS Big Sur

#2.1. Once macOS is downloaded then Open Terminal and type the following command to create an empty disk image. Type your password when prompted.

sudo hdiutil create -o /tmp/BigSur -size 16384m -volname BigSur -layout SPUD -fs HFS+J

#2.2. Next, Mount the disk image to /Volumes/BigSur.

sudo hdiutil attach /tmp/BigSur.dmg -noverify -mountpoint /Volumes/BigSur

#3. Now will use the Createinstallmedia command to make the disk image bootable with macOS Big Sur.

sudo /Applications/Install\ macOS\ Big\ Sur.app/Contents/Resources/createinstallmedia --volume /Volumes/BigSur --nointeraction

#4. Unmount the Disk Image which is formatted from BigSur to Install macOS Big Sur and bootable with macOS Big Sur ISO image.

hdiutil eject -force /Volumes/Install\ macOS\ Big\ Sur

#5 Covert and rename the Disk Image to ISO

hdiutil convert /tmp/BigSur.dmg -format UDTO -o ~/Desktop/BigSur
mv -v ~/Desktop/BigSur.cdr ~/Desktop/BigSur.iso
sudo rm -fv /tmp/BigSur.dmg
Creating macOS Big Sur Bootable ISO

Creating macOS Big Sur Bootable ISO

 

Note: running the rm -rf commands will do the cleanup and remove all the unnecessary file (disk image) from the /tmp folder. Although if you don’t do it then it will be automatically be removed after a while.

After running all the commands properly you should end up with a macOS Big Sur ISO image file on your Desktop.

macOS Big Sur ISO Image

macOS Big Sur ISO Image

Summary

That’s all about how to install create macOS Big Sur ISO image file. We covered the following:

  1. Download macOS Big Sur From Apple
  2. Create & Mount an empty Disk Image using hdiutil
  3. Use the Createinstallmedia command to make the disk image bootable with macOS
  4. Unmount the Disk Image
  5. Covert the Disk Image to ISO image

If I left out something and didn’t mention please let me know by commenting down below this post. We have lots of new posts related to macOS Big Sur so stay up to date with us.

I am the CEO of wikigain.com and a network instructor. Here is my online pictorial notebook. I would like to write and share my experience through this website for computer enthusiasts, how to guides and technology geeks.

18 Comments

  1. Franky74 Reply

    Klasse Anleitung! Habe heute auch BigSur auf einem ESX 7.0.1 installiert. Allerdings ist bei mir der Download zwei Mal am Ende abgebrochen (fehlerhaft). Nachdem ich den vorhandenen Snapshot gelöscht und die Festplatte etwas vergrößert hatte, lief es durch. 🙂
    Das ISO File hat inzwischen 20,97 GB. echt heftig.
    VMWare Tools habe ich vorher schon auf die neueste Version (11.2) aktualisiert.

  2. Angelo Reply

    For those who are getting Error erasing disk error number (22, 0) instead of sudo hdiutil attach /tmp/BigSur.dmg -noverify -mountpoint /Volumes/BigSur run this:

    ~ sudo hdiutil attach /tmp/BigSur.dmg -noverify -nomount
    ~ diskutil list
    Notice your diskN from the latest command which is the BigSur image just created (replace N with your number)
    Then run:
    ~ diskutil mountDisk /dev/diskN
    Continue with the tutorial

  3. alan Reply

    when ever i past “sudo hdiutil create -o /tmp/BigSur -size 16384m -volname BigSur -layout SPUD -fs HFS+J” i get the error “hdiutil: create failed – File exists”

    what should i do now?

  4. Rokko Reply

    I created a bootable iso of Big sur 11.0.1 (final) to install on VMware 16 pro, a strange thing happens to me I don’t know if it is a defect I can do the installation without problems but the installer starts in recovery mode ( then I click on reinstall macOs and do the installation) is this norma

  5. Bhushan Hejmady Reply

    I’m getting error “Erasing disk: 0%… 10%… Error erasing disk error number (22, 0) An error occurred erasing the disk” after the entering the command “sudo /Applications/Install\ macOS\ Big\ Sur.app/Contents/Resources/createinstallmedia –volume /Volumes/BigSur –nointeraction”

    Please assist me with this.

  6. Adam Reply

    Thank you for posting! The Big Sur.app released yesterday, downloaded today (on Catalina) was 12.22 GB. I experimented, and 12500m was too small by about ~185m, so settled on 12700m, final .ISO is 13.32 GB. Am going to try installing it on ESXi 7 after this. Thanks again.

  7. Sparkling Cyanide Reply

    For me createionstallmedia gave erasing error 22. When created .dmg with Disk Utility (it mounts automatically) worked fine.

  8. Rishon Jonathan R Reply

    what about for unsupported Macs?there should be one because my Mac doesn’t support Big Sur
    but it can handle way better than the newer Macs.it is a mid-2012 MacBook Pro model.well you can put for an unsupported Mac section

  9. Yehuda Landsman Reply

    I have tried this several times with the public beta, but it keeps giving a Cannot Allocate Memory error. Any ideas?

  10. Jakub Reply

    Hi,
    thanks very much for the guide. With the first public Big Sur release, the disk size 10 GB is not enough. I had to increase it, my choice was 16 GB, therefore:

    “sudo hdiutil create -o /tmp/BigSur -size 16384m -volname BigSur -layout SPUD -fs HFS+J”

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.