this post was submitted on 12 Jun 2024
43 points (87.7% liked)

Linux

45595 readers
665 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[–] eth0slash0@lemmy.world 31 points 3 weeks ago (4 children)

One of these should do what you're looking for. Each has a slightly different approach.

https://etcher.balena.io/

https://unetbootin.github.io/

https://www.ventoy.net/en/index.html

[–] Ghoelian@lemmy.dbzer0.com 35 points 3 weeks ago (2 children)

+1 for ventoy. With that you can just flash ventoy on it once, then copy iso's over to the usb drive without reformatting or reflashing anything.

[–] bigmclargehuge@lemmy.world 7 points 3 weeks ago

I've had issues with Ventoy on multiple computers with multiple isos. +1 for convenience, -1 for not working 3/4 of the time (for me, I'm sure there are numerous factors).

[–] Telorand@reddthat.com 2 points 3 weeks ago (2 children)

I could never get Ventoy to work. From Windows ISO's to several versions of Linux, it never got detected as a bootable drive. YMMV

I like the idea, but it would be great if it was more compatible with different setups.

[–] Certainity45@lemmy.ml 5 points 3 weeks ago (1 children)

Your machine is UEFI, which means your usb stick must be formatted in gpt. Ventoy defaults to mbr which means lagacy bios. It is just 3 mouse click setup.

Try again. Because it is the best method. I just updated 2,5 years old Ventoy stick without any issues without re-formatting.

[–] Telorand@reddthat.com 1 points 3 weeks ago

Hey, thanks! I'll give that a try. I really like the idea of having a one stick to rule them all, so hopefully that works

[–] BearOfaTime@lemm.ee 3 points 3 weeks ago (2 children)

I've found some thumb drives don't like to boot.

Ventoy has worked for almost everything. Proxmox doesn't like it.

[–] f4f4f4f4f4f4f4f4@sopuli.xyz 2 points 3 weeks ago

I maintain older hardware at work. We have a platform based on a Biostar motherboard with no USB3 ports, and it will not boot from any USB3 drive I've tried. Any USB2 drives work fine. Picky, picky! 🤷

[–] Telorand@reddthat.com 2 points 3 weeks ago (1 children)

To be fair, I seem to have a not-so-super superpower to blind pick the USB devices that have the least support for Linux stuff (the aforementioned drives, a WiFi module, etc.).

[–] BearOfaTime@lemm.ee 2 points 3 weeks ago

Hahahaha, sorry to hear (but I empathize). I can be a cheap bastard, so I have some shitty thumb drives around. I figure they eventually die anyway, so this stuff isn't permanent.

I keep a folder on my server with the tools and noted to rebuild each one. Sometimes I even make an image with the tools, and only leave the ISOs out.

[–] governorkeagan@lemdro.id 5 points 3 weeks ago

Popsicle from Pop!_OS is also very good - really simple. I’m not sure if it can create a bootable Windows USB though.

https://github.com/pop-os/popsicle

Fedora Media Writer is also another good option.

https://docs.fedoraproject.org/en-US/fedora/latest/preparing-boot-media/

[–] tombruzzo@lemm.ee 2 points 3 weeks ago

Thanks, I'll check these out

[–] muhyb@programming.dev 1 points 3 weeks ago (1 children)

From this list, only Unetbootin can create Windows installation disk. For this, there is also WoeUSB but it's CLI only.

[–] jws_shadotak@sh.itjust.works 9 points 3 weeks ago (2 children)

Ventoy can do windows installations as well

[–] BearOfaTime@lemm.ee 4 points 3 weeks ago

Ventoy kicks ass for a multi-boot drive. Just drop the ISO on the drive and Ventoy sees it. Slick

[–] muhyb@programming.dev 1 points 3 weeks ago

Didn't know about that. Thanks for the clarification!