Skip to content

Instantly share code, notes, and snippets.

@Orismann
Last active June 11, 2024 11:07
Show Gist options
  • Save Orismann/cda2337cf1ed548a9e25e2ebf052b614 to your computer and use it in GitHub Desktop.
Save Orismann/cda2337cf1ed548a9e25e2ebf052b614 to your computer and use it in GitHub Desktop.

Create macOS 15 Sequoia Bootable USB without Enrolling Apple Developer Program

The public beta of macOS 15 Sequoia is available. Unfortunately, it is only limited to the users who enroll their Mac in Apple Developer program. In this post, I will show you how to create a macOS 15 Sequoia bootable USB so you can test it out on your Mac.

First, download the macOS Sequoia Install Assistant pkg installer from this link.

Next, double click the .pkg file to copy the macOS 15 Beta App to the Application folder.

Connect a USB drive to Mac and find the usb name with the following command:

ls /Volumes/

Run the followig command to create a bootable USB of macOS Sequoia:

sudo /Applications/Install\ macOS\ 15\ beta.app/Contents/Resources/createinstallmedia –volume /Volumes/USB_Volume_Name

This will first erase the USB drive to HFS+ and copy all files and folders to the target USB drive. Once it is done, it makes the USB bootable by writing boot sector to the physical USB.

To boot from Sequoia installer USB on Intel Mac, restart your Mac and hold the Option key. Wait 30 seconds and choose the volume name (Install macOS 15 Beta) to start installing Sequoira. For Apple Silicon Mac, power off the device and keep pressing the Power key. This will load startup options where you can see the bootable volume on the screen.

@Ncanek
Copy link

Ncanek commented Jun 11, 2024

Before creating the bootable USB, make sure the file is correct and has not been tampered with. You can use a tool like MD5 or SHA-1 to verify the file's integrity. This is a crucial step, as it ensures that the file is authentic and won't cause any issues during the installation process.

@Alexwi1son
Copy link

Does this work on old Mac? I have a Mac running Monterey and needs to confirm if it is able to make a Sequoia bootable USB on my Intel Mac late 2015?

@masonduug
Copy link

Can I use this bootable usb to install macOS 15 Sequoia on unsupported MacBook Pro? I heard OpenCore Legacy Patcher but not sure it is still working on the latest macOS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment