5823 + 1 records out
3053371392 bytes (3.1 GB) copied, 746,211 s, 4.1 MB / s
You can now boot into the Kali Live environment using a USB device.
OS X is based on UNIX, so creating a Kali Linux USB drive is bootable in the same OS X environment as it does on Linux. After you download and verify the selected Kali ISO file, you use the dd command to copy to USB.
1. If no USB drive is plugged into the system, open the Terminal window and type the diskutil list command at the command prompt.
2. You will get a list of device paths (like / dev / disk0, / dev / disk1 , etc.) of the drives mounted on the system, along with information about partitions on each drive .
3. Plug the USB device into the USB port of the computer and run the list of commands for the second time. The path of the USB drive will most likely be the last one. In any case, it will be a path not previously available. In this example, you can see that there is currently a / dev / disk6 that was not previously available.
4. Disconnect the drive (assuming, in this example, USB is / dev / disk6 - do not copy this copy, verify the correct path on your own system!):
diskutil unmount / dev / disk6
5. Proceed (carefully!) To write a potassium ISO file on a USB device. The following command assumes that your USB drive is on the path / dev / disk6 and you are in the same Kali Linux ISO directory, named " linux-linux-2017.1-amd64.iso ":
sudo dd if = potassium-linux-2017.1-amd64.iso of = / dev / disk6 bs = 1m
Note: Increasing the block size (bs) will speed up the recording process, but will also increase the chance of creating a poor quality USB. Using value on OS X has created a reliable image consistently.
Recording USB drives may take more than half an hour. Be patient!
The dd command does not respond until it is completed, but if your drive has an access indicator, you may see it up and down over time. The time to record the above image will depend on the speed of the system used, the USB drive itself and the USB port installed. After the dd command has finished writing the drive, the screen will appear like this:
2911 + 1 records in
2911 + 1 records out
3053371392 bytes transferred in 2151.132182 secs (1419425 bytes / sec)
You can now boot into the Kali Live environment using a USB device.
To boot from an alternative drive on OS X, open the boot menu by pressing the Option key immediately after turning on the device and selecting the drive you want to use.
See more: