In the past I have used startup disk create to create bootable media for fresh installation of various software.
In Archlinux the create startup disk has some challenges so the “dd” command should be used.
[codesyntax lang=”bash”]
sudo dd if=Win10_21H2_English_x64.iso of=/dev/sdb bs=4M
[/codesyntax]
Also the Ventoy app has been installed which allows multiple os’s to be booted from a single USB.
Mr. Arch Brooks, Software Engineer, Brooks Computing Systems, LLC authored this article.