I am shocked by this - the quote in below is very concerning:

“However, in 2024, the situation changed: balenaEtcher started sharing the file name of the image and the model of the USB stick with the Balena company and possibly with third parties.”

Can’t see myself using this software anymore…

  • maniel@lemmy.ml
    link
    fedilink
    English
    arrow-up
    3
    ·
    2 hours ago

    i still had issues using 150MB electron based bloated and heavy software instead of rufus, not that it worked for me anyway

  • Océane@jlai.lu
    link
    fedilink
    Français
    arrow-up
    1
    ·
    edit-2
    2 hours ago

    Unrelated to balenaEtcher but I haven’t been able to flash ISO files from Windows 11, either by using Rufus, Etcher, Fedora Media Writer, or even the WSL. I need to borrow a computer running a FLOSS operating system or to install OpenBSD first, and then from OpenBSD to download and burn an ISO file.

  • SpatchyIsOnline@lemmy.world
    link
    fedilink
    arrow-up
    9
    ·
    10 hours ago

    Here’s a wildcard people might not know about: Raspberry Pi Imager

    I use it because it’s faster than Etcher and it also has a bunch of quick links to download popular images (mainly for RPI and other arm-based SBCs) in one click which is handy if you use those regularly.

  • BoxOfFeet@lemmy.world
    link
    fedilink
    arrow-up
    14
    ·
    15 hours ago

    Wow, I was not aware of that. I really liked balena. Thankfully, I haven’t been using it since installing Mint.

  • Atlas_@lemmy.world
    link
    fedilink
    arrow-up
    21
    ·
    23 hours ago

    Rufus is great! I worked with the maintainer to fix a bug in hardware they didn’t have and it was a very pleasant experience.

  • xttweaponttx@sh.itjust.works
    link
    fedilink
    arrow-up
    12
    ·
    21 hours ago

    Balenaetcher has, for me at least, failed to write to USBs for the last 3 years or so that I’ve tried to use it - meanwhile random iso writers from flatpak have been more reliable for me. Very obnoxious that so many iso related sites recommend it. Rufus, kicks tons of ass, if for whatever reason you’re still on windows.

    Also on most distros I’ve tried, the disk utility has some sort of right click or context menu that gets you a ‘restore disk image’ button that works great as well.

    • Tja@programming.dev
      link
      fedilink
      arrow-up
      8
      arrow-down
      5
      ·
      18 hours ago

      Flatpack? You are using Linux and you need “iso writers”? Is your dd broken, son?

      • xttweaponttx@sh.itjust.works
        link
        fedilink
        arrow-up
        1
        ·
        2 minutes ago

        😂 I also read this as Ron’s voice!

        Nah as much as i love doing stuff via terminal, I am extra paranoid specifically about writing to the wrong device and losing data; I prefer as many confirmations as possible that I’m writing to the correct drive, and graphical installers tend to give me just a few more reassurances. A few examples would be stuff like

        • a graphical representation of partitions (the general layout of a drive tends to offer an easy ‘fingerprint’ in my mind; like the pattern of partitions help me confirm I’m looking at, say, a Debian install USB compared to a single-partition general purpose storage disk)
        • icons for different types of devices, like an SD card, USB, or hard disk icon
        • confirmation dialogues summarizing what device is targeted, and what all will be performed

        I’m also the kind of person who stares at a written email worrying about every last nuance of my phrasing, so 🤷‍♂️😂 definitely a me problem, I think!

  • PullPantsUnsworn@lemmy.ml
    link
    fedilink
    English
    arrow-up
    30
    ·
    1 day ago

    Is no one aware of Fedora Media Writer? It’s FOSS and the most trustworthy ISO burning software in existence. It’s only issue is that its named as if it is written only for producing Fedora bootable media. It works for everything.

      • Rowan Thorpe@lemmy.ml
        link
        fedilink
        arrow-up
        4
        ·
        1 day ago

        The article at the end mentions they suggest dd as alternative for MacOS (due to Unix user space). It seems the balena -> rufus decision is about the easiest-onramp Mac+Win-portable option, for those uncomfortable dropping to low-level device-writing CLI tools in their current system.

        Side-note: Last time I was on a friend’s Windows I installed dd simply enough both as mingw-w64 (native compiled) and under Cygwin. So for Windows users who are comfortable using dd it only requires a minor step. When I once used WSL devices were accessible too, but that was WSL1 (containerized), whereas WSL2 (virtualized) probably makes device-mapping complex(?) enough to not be worth it there.

        • desktop_user@lemmy.blahaj.zone
          link
          fedilink
          arrow-up
          1
          ·
          23 hours ago

          WSL2 has relatively easy (a few powershell commands iirc) device mounting, provided you aren’t trying to mount C: or the windows install drive (not necessarily the same).

          • Rowan Thorpe@lemmy.ml
            link
            fedilink
            arrow-up
            1
            ·
            19 hours ago

            Thanks, that’s good to know, but for raw-writing a bootable image to a device do you (or anyone reading) know if there are also straightforward powershell commands for mapping devices at the block level? (as opposed to mounting at filesystem level)

  • pH3ra@lemmy.ml
    link
    fedilink
    arrow-up
    42
    ·
    1 day ago

    If you need a FOSS, cross platform GUI for bootable USB sticks, Raspberry Pi Imager is a really good solution.
    It is mainly used to flash SD cards for RPIs, but also you can burn any ISO on any support with it.

    • phar@lemmy.ml
      link
      fedilink
      arrow-up
      5
      ·
      22 hours ago

      I used to use the fedora media writer but the RPi imager software is so easy I switched

        • madame_gaymes@programming.dev
          link
          fedilink
          English
          arrow-up
          2
          ·
          23 hours ago

          I know, but just because someone doesn’t understand something or ignores it doesn’t mean it isn’t the best/simplest choice for 90% of cases.

      • dev_null@lemmy.ml
        link
        fedilink
        arrow-up
        2
        arrow-down
        2
        ·
        23 hours ago

        It’s faster to drag and drop a downloaded ISO and choose the target from a dropdown, than do it on a command line. And get a progress bar. As much as command line is usually faster, it isn’t in this case.

        Yes you can also get a progress bar on the command line but it’s more typing again, and realistically you need to look the option up every time if you use dd once every 3 months.

        • madame_gaymes@programming.dev
          link
          fedilink
          English
          arrow-up
          4
          ·
          22 hours ago

          Lmao. Uses a computer, typing is too much. It took more typing to write your comment than to craft a tab-completed dd command, even if you had to call the help menu to refresh your available options, jus’ sayin’

          I get it though, the general public are scared of the big bad 'puter magic and need GUIs.

            • madame_gaymes@programming.dev
              link
              fedilink
              English
              arrow-up
              2
              ·
              18 hours ago

              Shhh, that’s too advanced. Besides, CLI is outdated and slower than GUIs, this is just insane behavior /s

              I honestly didn’t even need to specify tab-completed. It’s still less typing than their comment unless your paths are miles long.

          • dev_null@lemmy.ml
            link
            fedilink
            arrow-up
            1
            arrow-down
            1
            ·
            22 hours ago

            Let me try: Lmao. Uses a computer, still does stuff the slower way because learning new things is too difficult.

            To be serious, I am looking for the best solutions for my use cases, not adequate ones. Yes dd works perfectly fine and as you noted doesn’t take long to use anyway. But just because it’s fine doesn’t mean other approaches aren’t better.

            A GUI tool can offer or take a list of download URLs for common distros so downloading isn’t a separate step, it can check if the target device is a flash drive and not a hard drive by mistake, it can automatically choose the optimal block size for the device, it can verify the process by reading it back from the device, can show you the current filesystem, label, and usage of the target device to confirm, it can handle flashing to multiple devices at the same time with separate and total progress bars.

            If I wanted to do all that on the command line it’d be quite a lot of commands or a sizeable script to write. Or I can use a simple dd command and lose out on all of the above. Either way it’s a worse option. I will only use dd when a GUI tool isn’t installed, or when I’m on a system without a DE.

            • madame_gaymes@programming.dev
              link
              fedilink
              English
              arrow-up
              1
              ·
              edit-2
              14 hours ago

              We will have to agree to disagree.

              At least you came back with reasons beyond “I don’t like typing.”

              ETA: > learning new things is too difficult.

              I could use this argument for folks that don’t want to learn CLI as well, doesn’t really track in either direction.

  • davel@lemmy.ml
    link
    fedilink
    English
    arrow-up
    110
    arrow-down
    2
    ·
    2 days ago

    ♬ Hello dd my old friend
    I’ve come sudo with you again ♬

    • umbrella@lemmy.ml
      link
      fedilink
      arrow-up
      18
      ·
      edit-2
      1 day ago

      nah, plenty of good stuff with good ui.

      balena had effects and stuff but a pretty tasteless gui tbh, and ads promoting other shit…