How to create a bootable USB drive

ID: 66371

Description: Create a bootable USB drive for macOS X El...

Steps:

  1. If you're currently running macOS Mojave, click this link to find the Mojave installer in the App Store. For Catalina, click here.
  2. For all earlier versions of macOS, launch the App Store on your Mac, and search for the macOS version you want (this option is only available when running macOS High Sierra and lower)
  3. Click Get or Download
  4. If you have previously downloaded this version of macOS using the current Apple ID account, you might find it in the "Purchased"tab.
  5. The installer is not directly available to Windows users. If you're using Windows, in order to get access to the installer, you'll need to borrow a macOS machine, go to a Apple Retail Store and download it there, or use a Hackintosh.
  6. Step image Step image Step image
  7. After the downloading process is complete, close the App Store. The installation window should appear afterwards.
  8. [*red]Click the "Install macOS (whatever version you have downloaded)" menu at the top left of the screen, and select "Quit Install macOS (whatever version you have) ."
  9. Step image Step image
  10. Insert your USB drive into your Mac's USB port.
  11. Open Finder to find your USB or if your Finder preferences have been set, you can find it on the Desktop.
  12. Your USB drive will be completely erased in the following steps. Make any backups of your data beforehand.
  13. Step image
  14. Launch Terminal.
  15. You can either use Spotlight or navigate to "Utilities" inside of Applications within Finder and double click Terminal.
  16. Step image Step image Step image
  17. In Terminal, type one of the following commands, depending on your version of macOS. (The name of the version of macOS, is the one you want to install on the key and downloaded.)
  18. Instead of "/Volumes/MyVolume", type the name of your USB drive. Type everything else exactly as you see it (or better yet, copy and paste it from here).
  19. For El Capitan : sudo /Applications/Install\ OS\ X\ El\ Capitan.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume --applicationpath /Applications/Install\ OS\ X\ El\ Capitan.app
  20. For Yosemite : sudo /Applications/Install\ OS\ X\ Yosemite.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume --applicationpath /Applications/Install\ OS\ X\ Yosemite.app
  21. For Mavericks : sudo /Applications/Install\ OS\ X\ Mavericks.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume --applicationpath /Applications/Install\ OS\ X\ Mavericks.app
  22. For Sierra : sudo /Applications/Install\ macOS\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume --applicationpath /Applications/Install\ macOS\ Sierra.app
  23. Other versions, see the next step.
  24. Step image Step image
  25. For High Sierra : sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume --applicationpath /Applications/Install\ macOS\ High\ Sierra.app
  26. For Mojave : sudo /Applications/Install\ macOS\ Mojave.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume
  27. For Catalina: sudo /Applications/Install\ macOS\ Catalina.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume
  28. For Big Sur: sudo /Applications/Install\ macOS\ Big\ Sur.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume
  29. For Monterey : sudo /Applications/Install\ macOS\ Monterey.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume
  30. For Ventura : sudo /Applications/Install\ macOS\ Ventura.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume
  31. For Sonoma : sudo /Applications/Install\ macOS\ Sonoma.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume
  32. If you've this error "does not appear to be a valid OS installer application". Delete and download the macOS image again.
  33. Step image Step image
  34. After correctly entering the command with the name of your USB drive, press the [return] key.
  35. Enter the macOS administrator password.
  36. Your password will not be displayed.
  37. Press [return].
  38. Check the name and path of your USB key. If it looks correct, press the [Y] key, then press [return].
  39. The bootable drive creation will begin. Please wait until the process completes.
  40. Step image Step image
  41. When Terminal indicates the process is "Done," the creation of your bootable drive has succeeded.
  42. To boot off the USB, first make sure the Mac is off and then press and hold the [option] key when you hear the chime/turn it on .
  43. Step image
Back