I’ve been trying to find a linux programming similar to Rufus to flash images of OSes on a thumb drive.
Nothing from the listicles on the internet or the programs in flatpak have worked for me as well as Rufus on Windows.
What have you used that’s worked well? Or, could I run Rufus on my linux machine with WINE?
What?
Rufus just flashes ISOs to disks. On Linux you can doo that with
- udisksctl or dd
- Impression
- Fedora Media Writer
- KDE Iso Image writer
- Balena Etcher
But you are talking about something completely different and Ventoy does that.
TIL you can do that with udisksctl. How can you do that?
I usually just use dd or Ventoy.
using dd for that is outdated info that everyone keeps blindly parroting with zero understanding why. cat is simpler and works fine.
note: both cat and dd only work for this when the image is made in a compatible way, my linux isos always work fine but a windows iso didnt and needs a more specific tool.