I’m curious what the difference is between Balenca etcher and Ventoy for writing isos to a live USB for distro hopping purposes. I see both recommended in fourms. Is there any advantage to using one over the other? Are they both equally safe/secure?

I’m also curious about trying out new distros. I’ve been using LMDE for about a year now and it’s been fine, but I want to expand my knowledge and see whether LMDE is my favorite distro or not. I’m not the most well versed in Linux and don’t have any prior programming experience so a beginner/mid level distro is what I’m looking for. I want something I can test out without connecting to WiFi (so not arch).

  • Telorand@reddthat.com
    link
    fedilink
    arrow-up
    11
    ·
    edit-2
    10 months ago

    Balena Etcher is a writer that does one ISO at a time. Other similar options are Fedora Writer, Rufus, etc.

    Ventoy is one that can do multiple ISOs and is generally easy to manage.

    However, be aware that Ventoy has a lot of unknown code involved. There’s binary blobs that the maintainer refuses to open source, so there’s a big question over whether it’s hiding some malware or is using unpatched packages. Nobody knows except the maintainer, and it’s just his word saying it’s safe. You could use it to test out ISOs, but I wouldn’t personally use it to actually install a system.

    Also, the Ventoy fanbois are pretty insufferable, and they tend to brigade anyone that speaks ill of Ventoy or its dev.

    If you want something similar that’s open source, Glim works and could be a good option; YUMI has been around for a while, but I dunno if it’s still a good project or not.

    Edit: typo

    • thingsiplay@beehaw.org
      link
      fedilink
      arrow-up
      1
      ·
      10 months ago

      I want to use Glim too, because the binary Blobs in Ventoy are bugging me a lot. But Glim is a bit limited still: README

      My experience has been that the safest filesystem to use is FAT32 (surprisingly!), though it will mean that ISO images greater than 4GB won’t be supported. Other filesystems supported by GRUB2 also work, such as ext3/ext4, NTFS and exFAT, but the boot of the distributions must also support it, which isn’t the case for many with NTFS (Ubuntu does, Fedora doesn’t) and exFAT (Ubuntu doesn’t, Fedora does). So FAT32 stays the safe bet.

    • AbidanYre@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      10 months ago

      Can you point to some discussion of the ventoy blobs? I had never heard about that and can’t find anything that says it’s not GPL3.

      • Nibodhika@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        10 months ago

        This thread made me look at this issue. Realistically it’s not a big issue, the VAST majority of the binary blobs are accounted for and have a script or a readme file that shows where they’re downloaded from.

        That being said I will take a serious look at alternatives.

      • Telorand@reddthat.com
        link
        fedilink
        arrow-up
        3
        ·
        10 months ago

        I have quite literally never seen that. The majority of the time, somebody brings up Ventoy, somebody mentions the opaque blobs or some other legitimate criticism, and a bunch of fanbois pile onto that person for having their own opinions or concerns.

        Ventoy works well, but the lack of transparency concerns me and people like me.

        • sorter_plainview@lemmy.today
          link
          fedilink
          arrow-up
          1
          ·
          10 months ago

          I have a different experience. There was one thread which linked to a github issue. The issue said some blobs don’t have source code. Ironically when I went on to check, the blobs mentioned in the issue had source code, but there were other blobs which seemed to miss the source or build instructions.

          I would love to have an independent audit to put this issue at rest. All that happens is more and more noise and no resolution. I am not a programmer so can’t really help here.

          • Telorand@reddthat.com
            link
            fedilink
            arrow-up
            1
            ·
            10 months ago

            I would also love that! The truth of this matter would be much preferred over a bunch of cast aspersions.

  • AbidanYre@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    I liked etcher before balena bought it. The cli was small and easy to use. After the buyout it got super bloated.

    USBImager does the same thing.

  • Leaflet@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    Belena is simpler, it’s just writing an image to a drive.

    Ventoy is complicated and changes the booted image to make it work. That sometimes breaks things.

  • maniii@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    10 months ago

    I use Ventoy regularly but im too lazy to setup Grub2 on a USB and load up isos.

    Not sure who these Ventoy fanbois or bros are.

    Yup Ventoy does hide binary blobs and has some dodgy devs and code. Use at own risk.

    Also I dont have any sensitive stuff. So mostly Ventoy is used to install playground server isos and stuff. Not much use for it otherwise.

  • InverseParallax@lemmy.worldBanned from community
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    Love ventoy. That one usb becomes a Swiss army chainsaw.

    But as said elsewhere it hides proprietary blobs among other things.

  • merthyr1831@lemmy.ml
    link
    fedilink
    English
    arrow-up
    0
    ·
    10 months ago

    ventoy is nice in that I can just dump ISOs to a single USB and take it around, but balena is one of many boot media tools that’s useful if you need a single ISO for a system - fast.

    • IceFoxX@lemm.ee
      link
      fedilink
      arrow-up
      0
      ·
      10 months ago

      What is faster about always flashing the required ISO instead of selecting it more quickly in the boot loader?

      • nanook@friendica.eskimo.comBanned from community
        link
        fedilink
        arrow-up
        1
        ·
        10 months ago

        @IceFoxX @merthyr1831 I just keep a handful of color coded thumb drives. I know the red one for example is Ubuntu-Mate 24.04, the black one Win10, the yellow, Gparted Live disk, the Green Boot-Repair, etc.

  • borax451@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    10 months ago

    You can also write an iso to a USB stick with:

    cp path/to/awesome.iso /dev/disk/by-id/usb-My_flash_drive
    
  • GlenRambo@jlai.lu
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    10 months ago

    Endeavour IS is arch with KDE and a few basic apps. Pretty sure you dont need WiFi to test it. For any issues you can just use the arch wiki. I really enjoyed it as first distro as the wiki is so helpful. I moved to Mint tho (not DE) and have loved not having to use the terminal for anything.