Create Bootable USB Ventura: Create Install Media Not Found
I've tried to follow the instructions to create a bootable USB for Ventura.
Create a bootable installer for macOS - Apple Support
When I run the command posted:
sudo /Applications/Install\ macOS\ Ventura.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume
I'm getting an error: sudo /Applications/Install\ macOS\ /Applications/Ventura.app/Contents/Resources/createinstallmedia --volume /Volumes/MyMacOS
sudo: /Applications/Install macOS /Applications/Ventura.app/Contents/Resources/createinstallmedia: command not found
Now when I go directly to the createinstallmedia folder and try to run the command directly, it says it's not found.
Air Resources % ls -ls create*
48 -rwxr-xr-x@ 1 root wheel 152624 Jun 15 08:00 createinstallmedia
2600 -rwxr-xr-x 1 root wheel 2590160 Jun 15 08:00 createinstallmedia.dylib
Air Resources % createinstallmedia
zsh: command not found: createinstallmedia
If I click the file directly from the downloaded package, it runs and when I try to run as sudo it doesn't work.
-Air ~ % /Applications/Ventura.app/Contents/Resources/createinstallmedia ; exit;
Usage: createinstallmedia --volume <path to volume to convert>
Arguments
--volume, A path to a volume that can be unmounted and erased to create the install media.
--nointeraction, Erase the disk pointed to by volume without prompting for confirmation.
--downloadassets, Download on-demand assets that may be required for installation.
Example: createinstallmedia --volume /Volumes/Untitled
This tool must be run as root.
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.
Thoughts?