• About
  • Categories
  • Tags
  • Time Capsule
mix.agusti.cat

May 20, 2016 Linux usb howto quote

Create Live USB From Linux

To view a list of all drives currently attached to your system run this command:

sudo fdisk -l

To write the Live Install image to your USB run the following command:

sudo dd bs=4M if=/path/to/antergos.iso of=/dev/sdX && sync

via: Create a working Live USB - Antergos Wiki


  • Burn images to SD cards & USB drives, safe & easy. With Etcher by resin.io
  • UNetbootin can create a bootable Live USB drive UNetbootin - Homepage and Downloads
Related posts by tag
  • 07 Feb 2023 How-to: Use Firefox for accessibility testing
  • 07 Nov 2024 daisyUI — Tailwind CSS Components
  • 04 Mar 2024 Using personal gems with Bundle without bothering your colleagues.
 Improve this page