A new bootable USB solution.
Go to file
longpanda 8bbd5a14a3 最近收到一些特殊的错误报告,最后证明是非标准的Ventoy环境的原因。尤其是单分区下环境下使用 Ventoy 。
虽然 Ventoy 显示了 Unofficial 的标注信息,但是用户并不会关心,仍然会认为是 Ventoy 的问题。

Ventoy 从一开始就是一个整体的设计,并没有考虑过集成在其他bootloader或分区环境中。
Ventoy 的验证和后续新功能开发也都不会考虑这种非标准的使用方式。

因此,我决定禁止 Ventoy 在非标准环境下的使用,并且不再接受放开检查的请求。

当然,这个只是Ventoy的默认行为。Ventoy仍然是100%开源的,如果你希望把Ventoy应用在自己的环境中,你可以fork一个分支,然后修改源代码实现。
2020-11-13 16:39:15 +08:00
.github Add Continuous Integration to the Project using GitHub Actions (#410) 2020-08-23 21:28:56 +08:00
BUSYBOX update 2020-08-08 19:39:35 +08:00
DMSETUP update 2020-08-08 19:39:35 +08:00
DOC Fix typo in BuildVentoyFromSource.txt (#580) 2020-11-09 15:25:19 +08:00
EDK2 最近收到一些特殊的错误报告,最后证明是非标准的Ventoy环境的原因。尤其是单分区下环境下使用 Ventoy 。 2020-11-13 16:39:15 +08:00
EfiISO update for new release 2020-08-29 13:12:46 +08:00
ExFAT Update buidlibfuse.sh 2020-05-21 12:45:39 +08:00
FUSEISO update 2020-08-13 20:20:23 +08:00
GRUB2 最近收到一些特殊的错误报告,最后证明是非标准的Ventoy环境的原因。尤其是单分区下环境下使用 Ventoy 。 2020-11-13 16:39:15 +08:00
GenUUID 1. change some directory structure for the build script 2020-05-20 22:43:54 +08:00
ICON add ICON 2020-07-23 21:35:12 +08:00
IMG 1.0.24 release 2020-10-17 15:56:54 +08:00
INSTALL 1.0.27 release 2020-10-31 19:06:30 +08:00
IPXE Optimization for Linux vDisk boot in Legacy BIOS mode 2020-10-21 17:45:44 +08:00
LANGUAGES 1.0.26 release 2020-10-24 06:26:57 +08:00
LZIP update for new release 2020-08-29 13:12:46 +08:00
License update 2020-09-02 19:29:19 +08:00
LiveCD add support for linux vdisk(vhd/vdi/raw) 2020-09-26 00:04:56 +08:00
SQUASHFS 1. change some directory structure for the build script 2020-05-20 22:43:54 +08:00
Unix update for new release 2020-08-29 13:12:46 +08:00
VBLADE/vblade-master initial commit 2020-04-05 00:08:01 +08:00
Ventoy2Disk vhd boot 2020-09-12 02:46:44 +08:00
VtoyTool add support for linux vdisk(vhd/vdi/raw) 2020-09-26 00:04:56 +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
vtoygpt fix a bug about injection plugin in GPT partition style. 2020-07-24 23:02:24 +08:00
vtoyjump fix a bug about injection plugin in GPT partition style. 2020-07-24 23:02:24 +08:00
COPYING file encoding 2020-06-04 21:43:10 +08:00
Dockerfile add docker automated build environment (#235) 2020-06-20 21:46:52 +08:00
README.md 1.0.22 release 2020-09-27 22:20:37 +08:00
docker-compose.yml add docker automated build environment (#235) 2020-06-20 21:46:52 +08:00

README.md

Ventoy

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 image files 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.
Both MBR and GPT partition style are supported in the same way.
Most type of OS supported(Windows/WinPE/Linux/Unix/Vmware/Xen...)
550+ ISO files are tested. 90%+ distros in distrowatch.com supported.

Features

  • 100% open source
  • Simple to use
  • Fast (limited only by the speed of copying iso file)
  • Directly boot from ISO/WIM/IMG/VHD(x)/EFI 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+)
  • MBR and GPT partition style supported (1.0.15+)
  • WIM files boot supported (Legacy + UEFI) (1.0.12+)
  • IMG files boot supported (Legacy + UEFI) (1.0.19+)
  • Auto installation supported (1.0.09+)
  • File injection supported (1.0.16+)
  • ISO files larger than 4GB supported
  • Native boot menu style for Legacy & UEFI
  • Most type of OS supported(Windows/WinPE/Linux/Unix/Vmware/Xen...), 550+ iso files tested
  • Not only boot but also complete installation process
  • ISO files can be listed in List mode/TreeView mode
  • Linux vDisk boot supported (vdi/vhd/raw)
  • "Ventoy Compatible" concept
  • Plugin Framework
  • Menu Alias/Menu Style/Customized Menu supported
  • USB drive write-protected support
  • 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
Global Control https://www.ventoy.net/en/plugin_control.html
Auto Installation https://www.ventoy.net/en/plugin_autoinstall.html
Injection Plugin https://www.ventoy.net/en/plugin_injection.html
Persistence Support https://www.ventoy.net/en/plugin_persistence.html
Boot WIM file https://www.ventoy.net/en/plugin_wimboot.html
Menu Class https://www.ventoy.net/en/plugin_menuclass.html
Menu Alias https://www.ventoy.net/en/plugin_menualias.html
Menu Extension https://www.ventoy.net/en/plugin_grubmenu.html
Memdisk Mode https://www.ventoy.net/en/doc_memdisk.html
TreeView Mode https://www.ventoy.net/en/doc_treeview.html
Disk Layout MBR https://www.ventoy.net/en/doc_disk_layout.html
Disk Layout GPT https://www.ventoy.net/en/doc_disk_layout_gpt.html

FAQ

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

Forum

https://forums.ventoy.net