Ventoy Forums

Full Version: [SOLVED] Ventoy UPdate
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
On an USB-Stick with ventoy 1.0.27, I have a bunch of systems, partially with persistence, that I do want to keep.
I'd appreciate your guidance how to update from a LINUX-based system; after reading several posts here I'm more confused as before. I was thinking about

Code:
sudo Ventoy2Disk.sh CMD -u /dev/sdX
but
  • what to download .tar.gz or ISO?
  • where to store that package?
  • what else is important?
Thank you!
Download .tar.gz from https://github.com/ventoy/Ventoy/releases
put the .tar.gz to anywhere (e.g. the Desktop) and decompress it.
and run cmd in terminal
sudo sh Ventoy2Disk.sh -u /dev/sdX

The latest 1.0.52 contains linux GUI interface, you can use it.
https://www.ventoy.net/en/doc_linux_gui.html
Thank you @longpanda, worked perfect!