A new bootable USB solution.
Go to file
longpanda c8e86938fe 1. Add a new feature to directly boot wim files
2. auto installation plugin update
    1) Expand the configuration, now you can specify more than one auto installation scripts for one ISO file
    2) Add a prompt for the iso with auto installation config, you can choose whether to use the auto installation script and which one to use for this time
3. persistence plugin update
    1) Expand the configuration, now you can specify more than one persistence backend image files for one ISO file
    2) Add a prompt for the iso with persistence config, you can choose whether to use the persistence image and which one to use for this time
4. Move the position of the red Memdisk tip to a more prominent position
5. Add a return parent directory item when in TreeView mode
6. Add a VTOY_DEFAULT_SEARCH_ROOT option in global control plugin to specify the root path of the iso files.
7. Change the style of F2 power menu
8. Fix a bug about Ventoy2Disk.exe can't start when there is a DataRAM Ramdisk in the system.
9. Files with size less than 32KB will be filted by default
10. Fix a bug about wrong file size in TreeView mode with NTFS/XFS
11. Files with space or Non Ascii charactors in name will be shown but with unsupported message when you boot it.
12. Optimization for Ventoy2Disk.sh
13. Optimization for arch linux boot
14. New iso support
2020-05-29 22:57:46 +08:00
.github Create FUNDING.yml 2020-05-25 15:10:14 +08:00
DMSETUP Update build.txt 2020-05-21 12:53:13 +08:00
DOC Update BuildVentoyFromSource.txt 2020-05-21 12:46:50 +08:00
EDK2 1. Add a new feature to directly boot wim files 2020-05-29 22:57:46 +08:00
ExFAT Update buidlibfuse.sh 2020-05-21 12:45:39 +08:00
FUSEISO Update build_libfuse.sh 2020-05-21 12:46:10 +08:00
GRUB2 1. Add a new feature to directly boot wim files 2020-05-29 22:57:46 +08:00
GenUUID 1. change some directory structure for the build script 2020-05-20 22:43:54 +08:00
IMG 1. Add a new feature to directly boot wim files 2020-05-29 22:57:46 +08:00
INSTALL 1. Add a new feature to directly boot wim files 2020-05-29 22:57:46 +08:00
IPXE 1. Add a new feature to directly boot wim files 2020-05-29 22:57:46 +08:00
LANGUAGES 1. Add a new feature to directly boot wim files 2020-05-29 22:57:46 +08:00
License 1.0.11 release 2020-05-23 21:19:32 +08:00
SQUASHFS 1. change some directory structure for the build script 2020-05-20 22:43:54 +08:00
VBLADE/vblade-master initial commit 2020-04-05 00:08:01 +08:00
Ventoy2Disk 1. Add a new feature to directly boot wim files 2020-05-29 22:57:46 +08:00
VtoyTool 1.0.11 release 2020-05-23 21:19:32 +08:00
ZSTD 1. change some directory structure for the build script 2020-05-20 22:43:54 +08:00
vtoyfat Delete fat_io_lib.zip 2020-05-21 13:05:03 +08:00
vtoyjump 1.0.09 release 2020-05-09 22:15:14 +08:00
GPLv3 GPLv3+ 2020-05-12 20:29:13 +08:00
README.md Update README.md 2020-05-25 12:45:09 +08:00

README.md

Ventoy

Ventoy is an open source tool to create bootable USB drive for ISO files.
With ventoy, you don't need to format the disk over and over, you just need to copy the iso file to the USB drive and boot it.
You can copy many iso files at a time and ventoy will give you a boot menu to select them.
Both Legacy BIOS and UEFI are supported in the same way. 200+ ISO files are tested.
A "Ventoy Compatible" concept is introduced by ventoy, which can help to support any ISO file.

See https://www.ventoy.net for detail.

Features

  • 100% open source
  • Simple to use
  • Fast (limited only by the speed of copying iso file)
  • Directly boot from iso file, no extraction needed
  • Legacy + UEFI supported in the same way
  • UEFI Secure Boot supported (since 1.0.07+)
  • Persistence supported (since 1.0.11+)
  • ISO files larger than 4GB supported
  • Native boot menu style for Legacy & UEFI
  • Most type of OS supported, 200+ iso files tested
  • Not only boot but also complete installation process
  • "Ventoy Compatible" concept
  • Plugin Framework
  • Auto installation supported (1.0.09+)
  • Readonly to USB drive during boot
  • USB normal use unaffected
  • Data nondestructive during version upgrade
  • No need to update Ventoy when a new distro is released

avatar

Installation Instructions

See https://www.ventoy.net/en/doc_start.html for detail

Compile Instructions

Please refer to BuildVentoyFromSource.txt

Document

Title Link
Install & Update https://www.ventoy.net/en/doc_start.html
Customize Theme https://www.ventoy.net/en/plugin_theme.html
Auto Installation https://www.ventoy.net/en/plugin_autoinstall.html
Persistence Support https://www.ventoy.net/en/plugin_persistence.html
Memdisk Mode https://www.ventoy.net/en/doc_memdisk.html
TreeView Mode https://www.ventoy.net/en/doc_treeview.html
Disk Layout https://www.ventoy.net/en/doc_disk_layout.html

FAQ

See https://www.ventoy.net/en/faq.html for detail