• someonesmall@lemmy.ml
    link
    fedilink
    arrow-up
    21
    ·
    edit-2
    6 months ago

    If you’re already on linux there is no need to install special tools. Simply copy the iso directly to the USB device.

    dd if=distribution.iso of=/dev/sdX bs=1M && sync

    • gr3q@lemmy.ml
      link
      fedilink
      arrow-up
      8
      ·
      edit-2
      6 months ago

      You can do the same with cp too. Also safer.

      But I use Ventoy nowadays.

    • Krtek@feddit.de
      link
      fedilink
      arrow-up
      6
      ·
      6 months ago

      oflag=sync also works instead of && sync. Might as well drop a status=progress in there too