Make LiveUSB from iso (Ubuntu, ArchLinux, etc)
I've seen people use GUI to do this simple task (usb-creator and what not). When we download a LiveCD ISO image, we can make a Live USB with one simple command:
sudo dd if=file.iso of=/dev/sdX
Where sdX is our pendrive designation in /dev. Generally /dev/sdb or /dev/sdc.
Written by Fernando Briano
Related protips
4 Responses
I remember trying this with an Ubuntu .iso and my failure was a big success.
I've done this many times with Arch and other Linux distributions, but with Ubuntu always had to use the Disk Creator utility from a running ubuntu system.
I recently used this method to create an Ubuntu live usb from an ArchLinux system. It was Ubuntu 12.10, and it worked. But since Ubuntu is full of magic, who knows why sometimes it works and sometimes it doesn't.
Well... that's good to know. I always hated having to depend on a running Ubuntu to create a LiveUSB.
i needed to make an arch live disk to keep around in case i needed to do a restore.
this worked very well thanks!.