• @andrefsp
    link
    11 month ago

    Isn’t that just ‘sudo cp image.iso /dev/sdX && sync’ ?

    • @[email protected]
      link
      fedilink
      English
      41 month ago

      Not technically. unetbootin and some similar tools like rufus take the USB, partition it, and copy the contents of the disk to it after manually setting up a bootloader on it. This is not required for most Linux ISOs though where you can just cp or dd the image directly to the USB as they are already setup with all that on the image. But other ISOs, like I believe Windows ones have a filesystem on them that is not vfat so cannot be directly copied. Although these days for windows you just need to format the USB as vfat and copy the contents of the windows ISO (aka the files inside it, not the iso filesystem) to the filesystem.

      I tend to find unetbootin and rufus break more ISOs then they actually help with though. Personally I find ventoy is the better approach overall, just copy the ISO as a file to the USB filesystem (and you can copy multiple ones as well).

    • macniel
      link
      fedilink
      -41 month ago

      The only thing you would have achieved that was would be to copy an iso file onto your stick. EFI or Boot doesn’t know how to do anything with it.

      • Melmi
        link
        fedilink
        English
        41 month ago

        A lot of Linux ISOs are hybrid images which can be booted if flashed directly to a USB stick.

        • macniel
          link
          fedilink
          -21 month ago

          Op was just using cp to copy the iso onto the drive no flashing or anything…

            • macniel
              link
              fedilink
              31 month ago

              Woah…

              Damn I’m sorry for questioning this method, I didn’t know.

              • Melmi
                link
                fedilink
                English
                41 month ago

                This works because block devices like /dev/sdX are just files. If you cp a file onto another file, it overwrites the data of the destination with the source. A block device represents the device itself, not the filesystem; if you wanted to put the ISO inside the filesystem, you’d have to mount it first.

                • macniel
                  link
                  fedilink
                  11 month ago

                  Next time I’ll test out another distro I’ll try just that… Sadly I just hopped yesterday from Fedora 40 to LMDE.