How-to-simply...

Create bootable USB drive from CentOS ISO image in CentOS

  • 1 ls /dev/sd*
  • 2 Connect your USB drive
  • 3 ls /dev/sd* again
  • 4 dd if=CentOS-6.5-x86_64-bin-DVD1.iso of=/dev/sdb

References