Ventoy Forums
[SOLVED] Ventoy UPdate - Printable Version

+- Ventoy Forums (https://forums.ventoy.net)
+-- Forum: Ventoy General Use —— Ventoy 使用交流 (https://forums.ventoy.net/forumdisplay.php?fid=1)
+--- Forum: Ventoy Discussion Forum (https://forums.ventoy.net/forumdisplay.php?fid=2)
+--- Thread: [SOLVED] Ventoy UPdate (/showthread.php?tid=1797)



[SOLVED] Ventoy UPdate - VentoyMic - 09-14-2021

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!


RE: Ventoy UPdate - longpanda - 09-14-2021

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


RE: Ventoy UPdate - VentoyMic - 09-14-2021

Thank you @longpanda, worked perfect!