# Creating a bootable USB drive for installing MacOS Big Sur (Beta)!

**URL:** https://forum.kirupa.com/t/creating-a-bootable-usb-drive-for-installing-macos-big-sur-beta/643651
**Category:** random
**Created:** [July 24, 2020, 1:55am UTC](https://forum.kirupa.com/t/creating-a-bootable-usb-drive-for-installing-macos-big-sur-beta/643651 "2020-07-24T01:55:38Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![kirupa](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/kirupa/32/11616_2.png) [@kirupa](https://forum.kirupa.com/u/kirupa)
#### Post date: [July 24, 2020, 1:55am UTC](https://forum.kirupa.com/t/creating-a-bootable-usb-drive-for-installing-macos-big-sur-beta/643651/1 "2020-07-24T01:55:38Z")

</div>

Since I run into this all the time and most of the articles I find are filled with ads and unnecessary information, I’ll post this here 😛

First, make sure you have the Big Sur beta downloaded via Software Update. It should show up in your Applications folder if it all downloaded correctly:

 ![image](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/2X/f/f11091464053c6c6bdfb782125d410e168a9f9fa.jpeg)

To create the bootable USB drive, for the macOS Big Sur Beta (note the file name, it may be different for subsequent Big Sur releases), this is the command to run via the Terminal:

```bash
sudo /Applications/Install\ macOS\ Big\ Sur\ Beta.app/Contents/Resources/createinstallmedia --volume /Volumes/myDrive

```

Replace **myDrive** with the actual name of your USB drive. If the command executed properly, you will be asked to format the contents of the drive. Say “Y” and then the formatting + copying will start:

 ![image](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/2X/7/7923a1c4b6f85bf675db218f6004cec0e9b64a89.jpeg)

Enjoy 😛

---

<div class="post-metadata">

### Author: ![krilnon](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/krilnon/32/34_2.png) [@krilnon](https://forum.kirupa.com/u/krilnon)
#### Post date: [July 24, 2020, 3:02am UTC](https://forum.kirupa.com/t/creating-a-bootable-usb-drive-for-installing-macos-big-sur-beta/643651/2 "2020-07-24T03:02:48Z")

</div>

As someone previously responsible for platform release notes, please [check them](https://developer.apple.com/documentation/macos-release-notes/macos-big-sur-11-beta-release-notes) for each beta release before following advice that predates the current release.
