this post was submitted on 29 Aug 2023
148 points (97.4% liked)
Open Source
31128 readers
278 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Not quite, but it can replace Rufus. Rufus formats the drive and extracts the content of the image to the drive, so every time you need a new bootable something, you'd need to format your drive and extract the image again using Rufus.
Whereas with Ventoy, you just format it once, and then you just directly copy whatever ISO/VHD/WIM etc file directly to the drive, and it can boot from the selected image via a boot menu. So not only does this support having multiple images on one drive, it greatly simplifies the complexity of creating bootable USBs, and saves time since you don't have to format every time. So you could have your own all-in-one USB toolkit with your favorite Linux distros, rescue/recovery ISOs, Windows, backup image files of your HDD that you could boot into directly etc, all on a single drive.
I see... cool. Good to see new FOSS projects