howto:ventoy
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
howto:ventoy [2023/02/04 02:04] – Wulf Rajek | howto:ventoy [2023/05/29 11:55] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 10: | Line 10: | ||
< | < | ||
cd ~/Downloads | cd ~/Downloads | ||
- | wget https:// | + | wget https:// |
- | tar -xvzf ventoy-1.0.88-linux.tar.gz | + | tar -xvzf ventoy-1.0.91-linux.tar.gz |
- | cd ventoy-1.0.88 | + | cd ventoy-1.0.91 |
sudo ./ | sudo ./ | ||
</ | </ | ||
- | Bash script to download | + | Bash script to check for and download latest ventoy version |
- | <code - ventoy-latest.sh> | + | <code - ventoy-update.sh> |
#!/bin/bash | #!/bin/bash | ||
Line 31: | Line 31: | ||
} | } | ||
- | mkdir / | + | VTDLURL=$(get_ventoy_release | head -1) |
- | cd / | + | VTFILENAME=$(echo " |
- | get_ventoy_release | head -1 | xargs -n1 wget | + | VTDIRNAME=${VTFILENAME:: |
- | VTREL=$(ls ventoy*) | + | if [ ! -d " |
- | tar -xvzf $VTREL | + | then |
- | cd ${VTREL:: | + | if [ ! -f " |
+ | then | ||
+ | echo " | ||
+ | fi | ||
+ | tar -xvzf $VTFILENAME | ||
+ | fi | ||
+ | |||
+ | cd $VTDIRNAME | ||
sudo ./ | sudo ./ | ||
- | rm -rf /tmp/ventoy | + | #rm -rf /tmp/ventoy |
</ | </ | ||
Line 56: | Line 63: | ||
Copy ISO files to the stick. | Copy ISO files to the stick. | ||
+ | |||
+ | Windows ISO files should be renamed to end with _VTWIMBOOT (e.g.: win10_english_x64_VTWIMBOOT.iso) to boot properly. Alternatively, | ||
+ | |||
Boot on the Ventoy USB stick. | Boot on the Ventoy USB stick. | ||
Line 89: | Line 99: | ||
source: https:// | source: https:// | ||
+ | |||
+ | |||
+ | ====== Multi-Boot USB w/ Grub ====== | ||
+ | |||
+ | https:// | ||
+ | |||
howto/ventoy.1675476280.txt.gz · Last modified: 2023/05/29 11:53 (external edit)