Difference between revisions of "Ventoy"
From Indie IT Wiki
Plittlefield (talk | contribs) (Created page with "[https://www.ventoy.net/en/index.html Ventoy] is an open source tool to create bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI files. With ventoy, you don't need to format the d...") |
m (→Linux) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[https://www.ventoy.net/en/index.html Ventoy] is an open source tool to create bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI files. | [https://www.ventoy.net/en/index.html Ventoy] is an open source tool to create bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI files. | ||
With ventoy, you don't need to format the disk over and over, you just need to copy the ISO/WIM/IMG/VHD(x)/EFI files to the USB drive and boot them directly. | With ventoy, you don't need to format the disk over and over, you just need to copy the ISO/WIM/IMG/VHD(x)/EFI files to the USB drive and boot them directly. | ||
+ | |||
+ | '''NOTE:''' In terminal examples anything shown in bold after a command is a comment and is not to be run, e.g: | ||
+ | |||
+ | sudo apt-get install fish '''#Then scratch your ear''' | ||
== Windows 10 == | == Windows 10 == | ||
Line 11: | Line 15: | ||
https://github.com/ventoy/Ventoy/issues/636 | https://github.com/ventoy/Ventoy/issues/636 | ||
+ | |||
+ | == Installing Ventoy == | ||
+ | |||
+ | === Linux - WebUI === | ||
+ | |||
+ | * Download latest version [https://www.ventoy.net/en/download.html here] | ||
+ | * Extract compressed file | ||
+ | * Open a terminal and navigate to the main folder of the now decompressed file | ||
+ | * In the terminal, run: | ||
+ | <code>sudo bash VentoyWeb.sh</code> | ||
+ | * Then in your web browser, open: | ||
+ | http://127.0.0.1:24680 | ||
+ | * Once you have installed Ventoy close the webpage and use CTRL+C to close the installer in the terminal | ||
+ | |||
+ | == Updating Ventoy == | ||
+ | |||
+ | === Linux === | ||
+ | |||
+ | *Insert the Ventoy drive in to your system | ||
+ | *Download and extract the latest version of Ventoy | ||
+ | *Open a terminal, switch to root and change directory to the extracted folder | ||
+ | *Run the following and follow the prompts: | ||
+ | |||
+ | ./Ventoy2Disk.sh -u /dev/sdX '''#Replace sdX with the name of the drive with Ventoy installed on it. |
Latest revision as of 09:56, 3 April 2025
Ventoy is an open source tool to create bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI files. With ventoy, you don't need to format the disk over and over, you just need to copy the ISO/WIM/IMG/VHD(x)/EFI files to the USB drive and boot them directly.
NOTE: In terminal examples anything shown in bold after a command is a comment and is not to be run, e.g:
sudo apt-get install fish #Then scratch your ear
Windows 10
Fix Windows 10 ISO not booting ...
Press CTRL+i
Then select the windows file to boot in ventoy
https://github.com/ventoy/Ventoy/issues/636
Installing Ventoy
Linux - WebUI
- Download latest version here
- Extract compressed file
- Open a terminal and navigate to the main folder of the now decompressed file
- In the terminal, run:
sudo bash VentoyWeb.sh
- Then in your web browser, open:
- Once you have installed Ventoy close the webpage and use CTRL+C to close the installer in the terminal
Updating Ventoy
Linux
- Insert the Ventoy drive in to your system
- Download and extract the latest version of Ventoy
- Open a terminal, switch to root and change directory to the extracted folder
- Run the following and follow the prompts:
./Ventoy2Disk.sh -u /dev/sdX #Replace sdX with the name of the drive with Ventoy installed on it.