Difference between revisions of "Ventoy"
From Indie IT Wiki
m |
m (→Linux) |
||
Line 18: | Line 18: | ||
== Installing Ventoy == | == Installing Ventoy == | ||
− | === Linux === | + | === 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 == | == Updating Ventoy == |
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.