You can make a Sequoia bootable USB installer by first formatting a 32GB or 64GB usb as Mac OS Extended (Journaled) and naming it Untitled.
After downloading the Sequoia Beta 1 installer (which so far is nameless, even though we now know it has the name Sequoia) you can run this in Terminal to make the bootable USB:
sudo /Applications/Install\ macOS\ 15\ beta.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled
The command for future betas will probably change to
sudo /Applications/Install\ macOS\ Sequoia\ beta.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled
and then with public release (or even release candidates) to
sudo /Applications/Install\ macOS\ Sequoia.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled
To get the full installer for beta 1 you can search the sucatalogs for InstallAssistant.pkg and look for ProductID 052-49060 to get the link.
To verify the link you can change the g at the end of it to m and download the pkm file, open in textedit and you will see
….version="24.0.5264.14”….
How to read this is that the second number 0,1,2, … etc stands for A,B,C, etc and the fourth number 1,2,3, etc stands for a,b,c, etc.
They will drop the fourth number for release candidates and public releases. Such numbers are only for the betas.
So the second number 0 is A and the fourth number 14 is n and hence the build number is 24A5264n
Just be aware that future betas will have different Product IDs.
The beta 1 installer icon looks like this:
View attachment 2387209
EDIT: I originally said 16GB or 32 GB usb but some have said the 16 won't work
EDIT 2: The beta 2 has capital B in "Beta" so the command for beta 2 is
sudo /Applications/Install\ macOS\ Sequoia\ Beta.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled