- cross-posted to:
- privacyguides@lemmy.one
- privacy@lemmy.dbzer0.com
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…
davel [he/him] ( @davel@lemmy.ml ) English89•1 month ago♬ Hello
dd
my old friend
I’ve comesudo
with you again ♬ ∞🏳️⚧️Edie [it/its, she/her, fae/faer, love/loves, null/void, des/pair, none/use name] ( @Edie@lemmy.ml ) 19•1 month agoHello cat or cp or pv… Or anything else that works with files
mac ( @mac@lemm.ee ) 5•1 month agoHuh this is news to me. Wonder why dd has been the defacto standard in guides everywhere for the past 15-20+ years
sparky@lemmy.federate.cc ( @sparky@lemmy.federate.cc ) 2•1 month ago… and the sign said the bytes of the distro are written to the SD card …. if they’re un-tar’d …
Brickfrog ( @brickfrog@lemmy.dbzer0.com ) 44•1 month agoThat’s interesting, apparently it was mentioned on github but nothing seems to have changed in the end
https://github.com/balena-io/etcher/issues/3784
Haven’t used that software in a long time but maybe there’s an opt-out somewhere during runtime? Although I don’t see why a user needs to be required to opt out of nonsense like this when just writing firmware to a USB disk.
Only ever touched balenaEtcher when some project or distro recommended it. Overall prefer Rufus for this sort of thing when working on Windows.
wizardbeard ( @wizardbeard@lemmy.dbzer0.com ) English7•1 month agoI’ve used Sardu on Windows for making multi-iso bootable USB sticks a long time ago in the past, but I’d admittedly never looked at their ToS or Privacy Policy. My use case was slapping some live boot antivirus scanners, data recovery tools, and one or two lightweight liveboot-Linux ISOs on one USB as a portable toolkit.
When I’m making anything else from Windows, I’ve always stuck with Rufus. Had never heard of BalenaEtcher before now.
Cataphract ( @Cataphract@lemmy.ml ) 5•1 month agoI"m horrible with names of programs and mess with a lot of junk comps switching out OS’s and just tinkering around so I’m always using crazy utility programs. BalenaEtcher is used in a lot of tutorials or guides for installations, I think recently both Elementary OS and even Ubuntu had instructions pointing towards BalenaEtcher.
I never thought it was a great program, it was finicky to use and errors out quickly multiple times. Looking back I saw the signs, weird new program being promoted above other “well established” burn programs, ads, and now scrolling down their webpage it’s just a bunch of promotional subscription bullshit. I think I just threw up in my mouth a little bit looking at the “balenacloud” and “balenasense”, like if they’re collecting your data through etcher then all of that shit is probably compromised. Another fucking google wannabe corp.
krolden ( @krolden@lemmy.ml ) 43•1 month agodd
madame_gaymes ( @madame_gaymes@programming.dev ) English14•1 month agoNever understood why you would use anything else. It’s in coreutils!!!
timroerstroem ( @timroerstroem@feddit.dk ) 17•1 month agoThere are people coming from Windows, which does not have
dd
. pr0sp3kt ( @pr0sp3kt@lemmy.dbzer0.com ) English3•1 month agoJ think the best solution for window$ ppl is Rufus?
madame_gaymes ( @madame_gaymes@programming.dev ) English1•1 month agoInstall Linux! /s
fallingcats ( @fallingcats@discuss.tchncs.de ) 4•1 month ago“just” setting that up takes much longer than installing a small app to do it.
krolden ( @krolden@lemmy.ml ) 2•1 month agoOK so keep using the small app that is reporting your usage activity
Or just dont use windows
Kilgore Trout ( @kilgore_trout@feddit.it ) 8•1 month agoMany won’t touch the command line.
madame_gaymes ( @madame_gaymes@programming.dev ) English2•1 month agoI 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 ( @dev_null@lemmy.ml ) 2•1 month agoIt’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 ( @madame_gaymes@programming.dev ) English4•1 month agoLmao. 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.
Tja ( @Tja@programming.dev ) 2•1 month agoTab complete? Just ^R that shit!
madame_gaymes ( @madame_gaymes@programming.dev ) English2•1 month agoShhh, 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 ( @dev_null@lemmy.ml ) 2•1 month agoLet 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 ( @madame_gaymes@programming.dev ) English1•1 month agoWe 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.
Because GNU dd-rescue exists
Firnin ( @Firnin@feddit.org ) 6•1 month agoIt is indeed the best way, but somehow I am still anxious using this command, even after flashing countless USB drives 😅
memphis ( @memphis@sopuli.xyz ) 3•1 month agoI’ve made it a habit to type out the command without sudo at first, then when it yells at me about permissions I am reminded to go back and double-check.
pH3ra ( @pH3ra@lemmy.ml ) 32•1 month agoIf 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 ( @phar@lemmy.ml ) 6•1 month agoI used to use the fedora media writer but the RPi imager software is so easy I switched
PullPantsUnsworn ( @PullPantsUnsworn@lemmy.ml ) English26•1 month agoIs 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.
ubergeek ( @ubergeek@lemmy.today ) English7•1 month agoI dunno… I just use dd.
qpsLCV5 ( @qpsLCV5@lemmy.ml ) 1•1 month agocat works perfectly fine too 👌
ubergeek ( @ubergeek@lemmy.today ) English4•1 month agoEh, I prefer being able to specify block sizes, to maximize the throughput.
Tja ( @Tja@programming.dev ) 2•1 month agoSeeing progress, too
Mwa ( @Mwa@lemm.ee ) English2•1 month agoMeh i find it slow.
fallingcats ( @fallingcats@discuss.tchncs.de ) 1•1 month agoOr gnome disks, which also adds an “open with ‘write to drive’” option to isos and images
shortwavesurfer ( @shortwavesurfer@lemmy.zip ) 23•1 month agoSudo dd if=tails.iso of=/dev/sdb
Sneezycat ( @sneezycat@sopuli.xyz ) 26•1 month agobash: Sudo: command not found
shortwavesurfer ( @shortwavesurfer@lemmy.zip ) 5•1 month agoLol, nice one
CosmicTurtle0 ( @CosmicTurtle0@lemmy.dbzer0.com ) English4•1 month agoIn my early days of Linux, I royally fucked up a USB thumb drive (back when they were expensive) using
dd
and as a result do not trust myself with it.I would use Hannah Montana Linux if it was the only GUI option to burn a USB ISO.
shortwavesurfer ( @shortwavesurfer@lemmy.zip ) 1•1 month agoWeird. I can’t even tell you how many times I’ve used that command. But it’s probably been several thousand. And I’ve never screwed up a flash drive that way.
There has been once or twice where I’ve pulled the flash drive out too quickly after it finished writing and it actually hadn’t finished writing and had to redo it, but other than that, I’ve not actually screwed up any drives beyond repair or anything.
lime! ( @lime@feddit.nu ) English22•1 month agoi still don’t understand why anyone would use etcher. it’s an electron wrapper over
dd
. it’s 80MB where rufus is 1.5. when it appeared there were already other programs that did its job better. HelloRoot ( @HelloRoot@lemy.lol ) English16•1 month agoI like clicking buttons that have a text on them saying what they do instead of trying to memorize a gajillion terminal commands and flags where I have to enter more commands and flags to see what they do.
SkaveRat ( @SkaveRat@discuss.tchncs.de ) 12•1 month agoplus it’s some some sanity checks like not showing you your system drives. Or warning you when the drive you are about to nuke is suspiciously large and maybe not the usb drive you actually want to use.
This is basically the main feature. Stopping you from fatfingering the wrong drive
EngineerGaming ( @EngineerGaming@feddit.nl ) 6•1 month agoOn Windows, Rufus is just as easy to use tho. And on Linux, there is Gnome Disks.
lime! ( @lime@feddit.nu ) English3•1 month agouse rufus.
chicken ( @chicken@lemmy.dbzer0.com ) 16•1 month agoRufus seems to be just for Windows and dd does not have a gui
lime! ( @lime@feddit.nu ) English3•1 month agothat’s correct. on windows, rufus is a better tool, and on linux or mac it’s just a built-in command with a manual packed in.
also, ubuntu ships with startup image creator, and gnome disks ships as a flatpak, if those are more your speed.
chicken ( @chicken@lemmy.dbzer0.com ) 3•1 month agoThanks for the info, I’m on linux mint and after checking these out it isn’t immediately apparent from their websites whether or how I could install them. Still think etcher occupies a niche that alternatives don’t fill, its website directs you straight to installing it, it’s cross platform, and using it is very easy, so it’s something that could reasonably be linked to in various install tutorials.
lime! ( @lime@feddit.nu ) English1•1 month agoon mint you install them as packages.
orize ( @orize@lemmy.dbzer0.com ) 18•1 month agoFriendship ended with Balena
Now Rufus is my new best friend
Meshuggah333 ( @Meshuggah333@beehaw.org ) 17•1 month agoVentoy is life!
Pup Biru ( @pupbiru@aussie.zone ) English12•1 month agodid they ever clear up that random unexplained binaries issue?
Meshuggah333 ( @Meshuggah333@beehaw.org ) 3•1 month agoFrom what I could gather, they’re taken from Fedora and OpenSUSE. They’re signed blobs for secure boot support.
Mwa ( @Mwa@lemm.ee ) English1•1 month agoReal
N0x0n ( @N0x0n@lemmy.ml ) 16•1 month agoI tried belenaEtcher once on my Mac… And it seemed to me more like a spyware than an actual software, I was a bit confused and never used it again.
Xanza ( @Xanza@lemm.ee ) English15•1 month agoGenerally Ventoy is better than both. Choose a dedicated flash storage, flash Ventoy to it, then click and drag as many ISO’s as can fit on your drive and you can boot from any one of them at any time.
Much better than Etcher or Rufus, IMO.
/home/pineapplelover ( @pineapplelover@lemm.ee ) 7•1 month agoWho tf is downvoting? Ventoy is the best
iturnedintoanewt ( @iturnedintoanewt@lemm.ee ) 3•1 month agoI’m guessing the people aware of Ventoy’s undocumented binary blob.
Xanza ( @Xanza@lemm.ee ) English3•1 month agoFrom literally the same thread: https://lemm.ee/comment/14867214
ftbd ( @ftbd@feddit.org ) 15•1 month agoWhy use a fancy GUI tool when good old
dd
does the trick OsrsNeedsF2P ( @OsrsNeedsF2P@lemmy.ml ) 6•1 month agofor Windows
Euphoma ( @Euphoma@lemmy.ml ) English3•1 month agocp command works well too
Andromxda 🇺🇦🇵🇸🇹🇼 ( @Andromxda@lemmy.dbzer0.com ) English14•1 month agoJust use
dd
. It’s not that hard. You pass it 2 arguments:if=
the file you want to flash, andof=
the destination. If you’re feeling fancy, pass in somestatus=progress
. And don’t forget to prepend it withsudo
. That’s it. harsh3466 ( @harsh3466@lemmy.ml ) 7•1 month agoI just tried this the other day and was unable to boot from the USB. Any chance you could shed some light on what I might have screwed up?
The command was:
dd if=fedora.iso of=/dev/sdc bs=4M status=progress
The USB stick was not mounted and the fedora image was verified. The command completed successfully but I couldn’t boot from it. When I used fedora writer to burn the same image to the same USB stick it booted no problem.
Edit: spelling & capitalization
Maiq ( @Maiq@lemy.lol ) 2•1 month agoDid you make sure that the
of
is correct?lsblk
to make sure.If your sure it wrote to the right drive i would make sure that you have a good download. Did you run your checksums?
I think fedora works with secureboot but you might want to disable it just to see if that is the issue. I believe you can reenable it after install.
Make sure to go into the bios and boot from external drive/usb.
Out of 15 years of using
dd
i have never had a problem. harsh3466 ( @harsh3466@lemmy.ml ) 2•1 month agoI did verify with
lsblk
, with a listing before and after plugging in the stick to be absolutely sure.I also did verify the checksum of the ISO.
I’ll double check SecureBoot, but as I mentioned, the same ISO written to the same stick with Fedora writer did boot in the same machine it wouldn’t boot from with the
dd
version.I know it’s something I did or didn’t do to make it work correctly, so this is not me trying to dunk on
dd
, just trying to understand what I did wrong. Maiq ( @Maiq@lemy.lol ) 1•1 month agojust trying to understand what I did wrong.
You might not have done anything wrong.
There is also the possibility of a bad USB drive or write memory failure. There is lots of things that could go wrong that’s not your fault. Might try a different USB or a different USB port on your machine.
You might want to try zeroing out the USB,
if=/dev/zero
. Then you might need to make a new partition table. You can use something like gparted. Or https://linuxconfig.org/how-to-manipulate-partition-tables-with-fdisk-cfdisk-and-sfdisk-on-linuxYou can try GPT or DOS. I dont think it matters.
Not sure if the ISO will have the partition table so you might want make the new partition table just to be sure the stick defiantly has one. If dd overwrites it from the iso no harm no foul.
Thats all the troubleshooting steps I can think of right now.
OhVenus_Baby ( @OhVenus_Baby@lemmy.ml ) 13•1 month agoLinux mint factory USB creator just right click and make bootable.
Majestic ( @Majestic@lemmy.ml ) 12•1 month agoYet another reason for people to run a default prompt (deny until prompt answer) firewall.
yeehaw ( @cyberpunk007@lemmy.ca ) 4•1 month agoA what?
大きいBOY ( @ookiiBoy@lemmy.blahaj.zone ) English8•1 month agoGood question. I will attempt to clarify:
OP is saying that individual should run firewalls on their machines, that block port activity by default, and only allow traffic upon an approved request by the administrator account.
Majestic ( @Majestic@lemmy.ml ) 4•1 month agoAn interactive firewall.
One that blocks programs from accessing the internet and prompts the first time they try until you click a button that says allow or you choose the alternative which is deny. A program like this you’d have no reason to give it internet access, it’s something whose operations should be entirely local.