this post was submitted on 15 May 2024
282 points (96.1% liked)

Linux

47369 readers
877 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] stargazingpenguin@lemmy.zip 131 points 4 months ago (9 children)

Check out Ventoy! Unless you need a single ISO on the drive, it's just something you install to it and then copy and paste ISOs to the folder on it. No flashing needed, it runs them for you. I've got 128GB drives almost filled with every ISO I could possibly want.

[–] MicrowavedTea@infosec.pub 49 points 4 months ago (3 children)

Also worth mentioning you can copy more files on it afterwards and it works as normal storage too.

[–] user224@lemmy.sdf.org 54 points 4 months ago (2 children)

Also worth noting, you should create file named .ventoyignore in the directories with other files. Otherwise Ventoy searches everything which slows it down.

[–] stargazingpenguin@lemmy.zip 11 points 4 months ago

I'm going to do that, I didn't realize that was possible! Thanks!

[–] aBundleOfFerrets@sh.itjust.works 5 points 4 months ago

I personally just set the index depth to 0 in the config so it only searches the root directory for bootable files

[–] Chewy7324@discuss.tchncs.de 8 points 4 months ago (1 children)

Note that some devices aren't able to correctly mount the second partition.

I guess this is because the first partition is used to boot ventoy, while the second partition holds data and some devices (e.g. printers) won't mount the second partition.

PS: I nearly wasn't able to hold a presentation because of this, luckily a second stick/phone/copy on web storage saved me, iirc.

[–] aBundleOfFerrets@sh.itjust.works 5 points 4 months ago

This only ever really applies to devices without UIs or otherwise embedded OSs, and personally I wouldn’t trust a drive with more than a handful of files in such a device anyway.

[–] stargazingpenguin@lemmy.zip 1 points 4 months ago

I've definitely done that before! I'll use a Ventoy as a portable OS to test things I don't want to break my main system, then shut it down to reset to normal. It's nice to not need a second stick to bring in or save other files while doing that.

[–] hector@sh.itjust.works 20 points 4 months ago (1 children)

Wow this seems amazing, I could test so many things lol! Thanks for solving my problem :)

[–] stargazingpenguin@lemmy.zip 2 points 4 months ago
[–] Magister@lemmy.world 12 points 4 months ago (1 children)

I need this, my local dollar store sells 32GB USB2 key for $5, I have one for MX, MX-AHS, MX32bits, antix, etc I have multiple 32GB keys with just 1 or 2 GB used, I will check this ventoy!

[–] stargazingpenguin@lemmy.zip 10 points 4 months ago

It would definitely be worth checking out, I wiped all of my individual sticks after I started using it. Also, I don't know if the speed would make much difference in your use case, but SanDisk 32GB USB3.0 drives are usually less than $8.

[–] SpaceNoodle@lemmy.world 9 points 4 months ago (3 children)

But then I'd have to buy one big drive instead of just reusing one from the box of 1-4 GB jobbos

[–] stargazingpenguin@lemmy.zip 3 points 4 months ago

Sounds like the regular way still works for you then! I've given away most of my smaller drives, I'm pretty sure I don't have anything smaller than 32GB right now.

[–] GamingChairModel@lemmy.world 3 points 4 months ago (1 children)

Those small USB drives are too slow anyway, often limited to USB 2.0 interfaces or slow flash modules. I've switched over to an SSD specifically because of how slow booting and installation is from a standard 10-year-old USB stick.

[–] mbirth@lemmy.mbirth.uk 2 points 4 months ago* (last edited 4 months ago)

Put your SSD into this case and enjoy proper CD/DVD/BluRay emulation, multiple VHDs and much more.

EDIT: Not an ad, @Okus@lemmy.dbzer0.com . Just the only case that has all these features. And it's no affiliate link, so I don't even get anything if somebody clicks on it.

[–] thermal_shock@lemmy.world 0 points 4 months ago
[–] sirico@feddit.uk 7 points 4 months ago* (last edited 4 months ago) (2 children)

I have a durable metal ventoy usb on my keys with portable apps basically a walking IT dept, I mean I am a solo IT/Dev and I'm pretty basic so..hmmm

[–] wizardbeard@lemmy.dbzer0.com 5 points 4 months ago

Solo IT/Dev? I'm so sorry.

[–] mbirth@lemmy.mbirth.uk 2 points 4 months ago

Check out the Victorinox @work series - so you can have your USB and screwdrivers always with you.

[–] grue@lemmy.world 3 points 4 months ago (3 children)

Does it work for Raspberry Pi images?

[–] brokenlcd@feddit.it 3 points 4 months ago

For rpi images i think the best option would be PINN; but it's not a 1:1 equivalent since every time you add an image it needs to wipe partitions and start from zero.

[–] possiblylinux127@lemmy.zip 3 points 4 months ago* (last edited 4 months ago) (1 children)

Unlikely, as it doesn't support ARM to my knowledge

[–] aBundleOfFerrets@sh.itjust.works 1 points 4 months ago

It does support arm!! Most arm devices do not support UEFI though, and have very proprietary boot processes requiring custom kernels and such, so your milage may vary. UEFI arm (like on Libre Computer boards) will work flawlessly.

[–] TheButtonJustSpins@infosec.pub 2 points 4 months ago

You typically image directly onto the SD card for a Raspberry Pi, not off a bootable drive.

[–] dino@discuss.tchncs.de 0 points 4 months ago

not enough upvotes

[–] pastermil@sh.itjust.works 0 points 4 months ago

Man, I hope the BSDs would get some love on Ventoy some day :')

[–] velox_vulnus@lemmy.ml -4 points 4 months ago (1 children)

Ventoy does not work for distros like NixOS and Guix. You're going to have to use dd.

[–] stargazingpenguin@lemmy.zip 1 points 4 months ago* (last edited 4 months ago) (1 children)

It still works for installing the OS though, at least in the case of Nix. I've not tried Guix so far, but I've installed NixOS on two machines in the past year using Ventoy.

[–] velox_vulnus@lemmy.ml 1 points 4 months ago (1 children)

I have experience with both the distros, and I've used them extensively for my personal projects in both of the machines I have. It's a hit-and-miss, according to the NixOS forums. Using Ventoy causes Stage-1 boot to fail, and in both the machines and distros I've tried, it hasn't worked.

[–] stargazingpenguin@lemmy.zip 1 points 4 months ago

Interesting. I wonder if it's an incompatible UEFI/BIOS? Both of the machines I put it on were fairly new, one was first boot on a server I built, the other was a recent laptop that I decided to run it on for a while.