Here are a few steps if you want to create a bootable USB stick:
- open Disk Utility and erase the USB drive with the partition tab
- choose "1 partition" and "free space" as file system
- open the Terminal
-
find your USB stick device:
# diskutil list
-
and type
# sudo dd if=/path/to/fiile.iso of=/dev/rdiskX bs=1m
Please make sure that you use the correct output device (of=/dev/rdiskX). if you choose the wrong one you could overwrite your internal disk!