You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Error when making a bootable macos usb installer

I have a Macbook air early 2015 with Catalina. I am trying to make a bootable installer for Monterey using a 16GB USB.

I have downloaded the Monterey installer from the App Store and is sitting in the Applications folder.

The USB stick is named MyVolume.

I have erased the USB contents and formatted to macOS extended (Journaled) via Disk Utility.


I have done the command on Terminal and comes up with "Failed to patch BaseSystem" error:



sudo /Applications/Install\ macOS\ Monterey.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume

Password:

Ready to start.

To continue we need to erase the volume at /Volumes/MyVolume.

If you wish to continue type (Y) then press return: y

Erasing disk: 0%... 10%... 20%... 30%... 100%

Making disk bootable...

Failed to patch BaseSystem. Error: Error Domain=com.apple.ParallelCompression Code=1 "Error 0xdd00d800

Invalid patch: /Volumes/Install macOS Monterey/.TempDir/basesystem_patches/x86_64BaseSystem.dmg" UserInfo={NSLocalizedDescription=Error 0xdd00d800

Invalid patch: /Volumes/Install macOS Monterey/.TempDir/basesystem_patches/x86_64BaseSystem.dmg}

The bless of the installer disk failed.


Any assistance would be appreciated.

Posted on Jul 8, 2022 10:59 PM

Reply
Question marked as Top-ranking reply

Posted on Jul 9, 2022 5:00 PM

Sounds like the installer may be corrupt or perhaps Apple introduced a bug with the installer when creating a bootable macOS USB installer. Try deleting the app and emptying the Trash. Download & try again. If it still happens, the try booting into Safe Mode to try the Terminal command again as yo may have some third party software installed that is interfering with the normal operation of macOS.


Since the command begins to work, it means you had your USB stick properly named & formatted since the tool reformatted it. The error occurred afterwards when trying to extract the contents onto the USB stick. Seems like there is something wrong with one of the files within the installer app bundle.


Which version of the macOS installer did it download? Is it the latest version v12.4? or is it the older v12.3.x? Perhaps you can use the command line to force a download of the other version of the installer which may not have this issue. Again, make sure to delete the current installer app and empty the Trash. Then use the following commands to see which versions of the macOS installer are still available for download. Then use the command line to download that specific version of the installer.

softwareupdate  --list-full-installers


Choose one of the versions and use the following command to download it making sure to use the correct installer name & version in place of "12.3.1" in my sample here:

softwareupdate  -d  --fetch-full-installer  --full-installer-version  12.3.1


Here is an article with more details and pictures. I added the " -d" option to the command so it will only download the installer and not begin to run it.

https://osxdaily.com/2020/04/13/how-download-full-macos-installer-terminal/


There is a chance you may need to add "sudo " to the beginning of the last command if the installer does not download since admin privileges are usually needed to access the Applications folder where this installer will end up. It has been a while since I've used this command, so I don't know if "sudo" is needed. If you use the version with "sudo", then you will be prompted for your admin password. Nothing will appear on the screen as you type the password, so you will need to press the "Return" key to submit the password.

sudo  softwareupdate  -d  --fetch-full-installer  --full-installer-version  12.3.1



Similar questions

2 replies
Question marked as Top-ranking reply

Jul 9, 2022 5:00 PM in response to anignos

Sounds like the installer may be corrupt or perhaps Apple introduced a bug with the installer when creating a bootable macOS USB installer. Try deleting the app and emptying the Trash. Download & try again. If it still happens, the try booting into Safe Mode to try the Terminal command again as yo may have some third party software installed that is interfering with the normal operation of macOS.


Since the command begins to work, it means you had your USB stick properly named & formatted since the tool reformatted it. The error occurred afterwards when trying to extract the contents onto the USB stick. Seems like there is something wrong with one of the files within the installer app bundle.


Which version of the macOS installer did it download? Is it the latest version v12.4? or is it the older v12.3.x? Perhaps you can use the command line to force a download of the other version of the installer which may not have this issue. Again, make sure to delete the current installer app and empty the Trash. Then use the following commands to see which versions of the macOS installer are still available for download. Then use the command line to download that specific version of the installer.

softwareupdate  --list-full-installers


Choose one of the versions and use the following command to download it making sure to use the correct installer name & version in place of "12.3.1" in my sample here:

softwareupdate  -d  --fetch-full-installer  --full-installer-version  12.3.1


Here is an article with more details and pictures. I added the " -d" option to the command so it will only download the installer and not begin to run it.

https://osxdaily.com/2020/04/13/how-download-full-macos-installer-terminal/


There is a chance you may need to add "sudo " to the beginning of the last command if the installer does not download since admin privileges are usually needed to access the Applications folder where this installer will end up. It has been a while since I've used this command, so I don't know if "sudo" is needed. If you use the version with "sudo", then you will be prompted for your admin password. Nothing will appear on the screen as you type the password, so you will need to press the "Return" key to submit the password.

sudo  softwareupdate  -d  --fetch-full-installer  --full-installer-version  12.3.1



Error when making a bootable macos usb installer

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.