Jump to content

Looking to create Mac OS Big Sur iso for vmware


AccurateIsaiah
 Share

3 posts in this topic

Recommended Posts

Hello. I am trying to make a Big sur iso following this guide:

But it seems like it is outdated and the BaseSystem.dmg is missing

The files I have downloaded are


 

BuildManifest.plist

Info.plist

InstallAssistant.pkg

InstallInfo.plist

MajorOSInfo.pkg

UpdateBrain.zip

Any workaround to this?

Link to comment
Share on other sites

https://www.wikigain.com/download-macos-big-sur-beta-iso-image/

 

How to Create a MacOS Big Sur ISO File

We will be focusing on making an ISO file for macOS Big Sur, but you can use this same approach for making an ISO file of MacOS Catalina and macOS Mojave too.

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

hdiutil attach /tmp/MacBigSur.dmg -noverify -mountpoint /Volumes/MacBigSur

sudo /Applications/Install\ macOS\ Big\ Sur/Contents/Resources/createinstallmedia --volume /Volumes/MacBigSur --nointeraction

hdiutil detach /Volumes/MacBigSur/

hdiutil convert /tmp/MacBigSur.dmg -format UDTO -o ~/Desktop/MacBigSur.cdr

 

mv ~/Desktop/MacBigSur.cdr ~/Desktop/BigSur.iso

  1. Get the MacOS Installer application that you wish to use:
  2. The MacOS installer app should be in the /Applications folder and be labeled as “Install macOS Big Sur.app” or similar, keep it there and make note of the file name
  3. Next launch the Terminal application by hitting Command+Spacebar and typing “Terminal” and hitting the return key, or by launching it directly from the Utilities folder
  4. First, we must create a temporary disk image:
  5. Next, mount the disk image:
  6. Now we’ll use the createinstallmedia utility that is part of the MacOS Installer application to copy the installer files to the disk image you just created:
  7. Hit return and enter the admin password to authenticate, let this process complete as it makes the installer that will turn into the ISO. When finished, we then unmount the disk image volume:
  8. Next, we’ll convert the freshly created MacOS Installer disk image file to a CDR / ISO file that will appear on the desktop:
  9. Finally, we change the file extension from .cdr to .iso:
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...