Hi Everyone. Today I am going to show you how to create bootable usb in Kali Linux using line utility. There are several 3rd party utilities available in the market, some of them are UNetbootin, Universal USB Installer, YUMI and RMPrepUSB. These all are GUI-based utilities. But, today I am going to create a linux bootable usb using dd (device driver). dd is a simple command line program that is pre-installed in almost linux based operating systems. It is a simple, yet versatile and powerful tool. It can be used to copy from source to destination, block-by-block, regardless of their filesystem types or operating systems. Below screen-shot shows you how to create bootable usb using dd command. Tested on: Kali Linux 1.1.0a (64-bit) I logged in as a superuser . For normal user, please run sudo or su command to complete the task. STEP : Before we begin, please check the partition of your hard drive. Open terminal and run fdisk -l . Now, plug in formatted (in fat32) usb drive and ...