macos Sequoia is publicly available for a couple of months. There are a lot of people planning to upgrade to Sequoia. One of the most popular ways to do that is creating a bootable macOS Sequoia bootable USB. 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 (macOS Sequoia 15.1.1) from this link.
Next, double click the .pkg file to copy the macOS 15 Install App to the Application folder.
Connect a USB drive to Mac and find the usb name with the following command:
Run the followig command to create a bootable USB of macOS Sequoia:
sudo /Applications/Install\ macOS\ Sequoia.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 Sequoia) 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.
You might come across the following errors when runnng the createinstallmedia command with Install macOS Sequoia Install app:1. /Applications/Install macOS Sequoia.app does not appear to be a valid OS installer application.
2. An error occured while preparing the installation. Try running this application again.
3. Failed to extract AssetData/boot/Firmware/Manifests/InstallerBoot/* from update bundle The bless of the installer disk failed.
https://drive.google.com/file/d/1FsGmfjL3N6prtRoYapO7nt3e7lVB-yGz/view
After that, follow this guide to make a bootable macOS Sequoia USB from the dmg file: https://www.howtogeeker.com/make-macos-bootable-usb-on-any-computer
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?