• someonesmall
    arrow-up
    22
    arrow-down
    2
    ·
    6 months ago
    edit-2
    6 months ago
    link
    fedilink

    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
      arrow-up
      10
      arrow-down
      0
      ·
      6 months ago
      edit-2
      6 months ago
      link
      fedilink

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

      But I use Ventoy nowadays.

    • Krtek
      arrow-up
      6
      arrow-down
      0
      ·
      6 months ago
      link
      fedilink

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