Another approach to prepare usb drives to recieve ISO images.
[codesyntax lang=”bash”]
sudo dd if=/path/to/ios/your.iso of=/path/to/usb/drive
[/codesyntax]
The media is prepared by using the dd statement.
Mr. Arch Brooks, Software Engineer, Brooks Computing Systems, LLC authored this article.