what is a good one to use, is there something like rufus on linux
Privacy
A place to discuss privacy and freedom in the digital world.
Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.
In this community everyone is welcome to post links and discuss topics related to privacy.
Some Rules
- Posting a link to a website containing tracking isn't great, if contents of the website are behind a paywall maybe copy them into the post
- Don't promote proprietary software
- Try to keep things on topic
- If you have a question, please try searching for previous discussions, maybe it has already been answered
- Reposts are fine, but should have at least a couple of weeks in between so that the post can reach a new audience
- Be nice :)
Related communities
much thanks to @gary_host_laptop for the logo design :)
Can always use dd but I always go stupid when I need to set boot flags and all that crap, which is so much easier with etcher. I think I've done dd with gparted in the past.
Thank you for pointing it out.
The MX Linux live USB maker should work well on Debian based distros.
Ahh too bad because balenaEtcher just werks for me.
If you actually read the post, you would have known, it does work, but there are some privacy concerns with it:
“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.”
What options are there for flashing to SD cards? Something that works on Mac too would be nice. A gui is preferred.
Plug your usb drive in and run lsblk to figure out which letter to use instead of x in /dev/sdx
sudo dd if=image.iso of=/dev/sdx bs=1M status=progress
EDIT: I totally didn't read your request. This is not gui or Mac based, but it still might help someone.
I'm pretty sure mac, being based off freebsd, would include dd
Thanks for trying.
I'm not against terminal, but I'd just have to look up commands every time that I rarely use.
Mac should have dd, ~~I'd assume lsblk as well~~ not lsblk though. There's fdisk though