How to: Create bootable USB from a .dmg file, not a .app file.
I am running osx Catalina. All the tutorials I have found guide me step by step to use the "createinstallmedia" from terminal. The steps are basically these:
-Prepare your usb drive.
-Download the installer from apple.
-Use de sudo command in terminal (from apple).
The problem is (I am not a programer and understand very little about it) I get a command not found when I type this in terminal:
sudo /Applications/Install\ OS\ X\ El\ Capitan.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled --applicationpath /Applications/Install\ OS\ X\ El\ Capitan.app
I changed the usb volume name to Untitled, nothing happened, so, the only thing I can think of is that this command is searching for an .app instead of a .dmg file. Can anybody help?