Fix IA App name cookie write failed when creating Bootable USB in macOS?

by | Jan 12, 2024 | Computer, Mac | 0 comments

When trying to create a macOS bootable USB, you might encounter the dreaded error message: “IA App name cookie write failed”. This can sometimes be accompanied by “The Copy of the installer app failed” or “The bless of the installer disk failed”. These errors often stem from permission issues, installer problems, or improperly formatted drives.

In this guide, we’ll walk you through how to fix these issues using Terminal permissions, USB preparation, and more. Let’s get started.

Illustration showing macOS USB creation error message on a Mac screen

Enable Full Disk Access for Terminal

If you’re using Terminal to run the createinstallmedia command, Terminal must have Full Disk Access.

Steps to Grant Full Disk Access:

  1. Click on the Apple logo in the top-left corner and go to System Settings.
  2. Navigate to Privacy & SecurityFull Disk Access.
  3. Enable access for Terminal.
    System settings open on macOS
    Terminal added to Full Disk Access

If Terminal is Missing:

  1. Click the + button.
  2. Navigate to Applications > Utilities.
  3. Select Terminal and click Open.
  4. Re-lock settings and restart Terminal for changes to take effect.

Fixing Common Bootable USB Errors

1. “IA App name cookie write failed”

  • Verify that you have write permissions to the USB and Applications folder.
  • Try using a different USB port.
  • Ensure Terminal has Full Disk Access (see above).

2. “The Copy of the Installer App Failed”

  • Ensure your USB has at least 16GB of space.
  • Check your Mac’s disk health using Disk Utility’s First Aid feature.
  • Re-download the macOS installer from the IA App Name error fix guide or Apple Support.

3. “The Bless of the Installer Disk Failed”

How to Properly Prepare Your USB Drive

  • Use Disk Utility to erase the USB drive and choose:
    • Format: Mac OS Extended (Journaled)
    • Scheme: GUID Partition Map
  • Make sure you use a reliable USB brand for better success rates.

Use the Correct Terminal Command

Run the correct createinstallmedia command using sudo. For example:

sudo /Applications/Install\ macOS\ Ventura.app/Contents/Resources/createinstallmedia --volume /Volumes/MyUSB

Important Notes:

  • Replace Ventura with the correct macOS version.
  • Do not interrupt the process once it begins—it may take a while.

Still Stuck? Try These

  • Update your macOS to the latest version available.
  • Temporarily disable antivirus or firewall software.
  • Review logs in the Console app for more detailed error info.

For step-by-step USB creation, follow our detailed guide here:
How to Create macOS Bootable USB

Frequently Asked Questions

Why do I get “IA App name cookie write failed” on macOS?

This error usually indicates permission issues with Terminal or a corrupted macOS installer.

How do I give Terminal Full Disk Access?

Go to System Settings → Privacy & Security → Full Disk Access and add Terminal manually if needed.

Can antivirus software block the bootable USB creation process?

Yes, some security software can interfere. Temporarily disable it during the process.

What format should my USB be in for macOS boot?

Use Mac OS Extended (Journaled) format with GUID Partition Map.

What if I still get errors after these fixes?

Try using another USB drive, re-downloading the installer, or resetting your NVRAM.

Related Articles

A Day Without the Cloud

A Day Without the Cloud

Have you ever stopped to think about how much we rely on the cloud in our everyday lives? Picture this: You’re trying to access your favorite...