How to create Bootable USB for ArchLinux (UEFI and Legacy Compatible) (In Linux)

Опубликовано: 11 Январь 2015
на канале: Nehal J Wani
44,694
90

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