A short video explaining how to create a bootable USB for ArchLinux (UEFI and Legacy Compatible) in Linux.
Steps:
1. Download ArchLinux ISO
$ wget http://mirror.cse.iitk.ac.in/archlinu...
2. Figure the the device identifier for USB
$ sudo fdisk -l
3. Write the image to USB, using pv to monitor data transfer.
$ dd if = archlinux-2015.01.01-dual.iso | pv | of = /dev/sdX #X can vary
Wanna support me? Visit: / nehaljwani