The Ventoy boot disk configuration file collection includes:
- Custom GRUB boot entries (VMD/NVIDIA/ASPM disabled)
- BIOS optimization settings logs
- Multiple boot configurations for Fedora/Ubuntu
- Supported ISO Versions
- Installation
- Important Notices
ventoy.jsonExample- Reference
- Metadata & License
The current .cfg files have been tested and work for the following ISO versions:
| Configuration | Fedora | Ubuntu |
|---|---|---|
vmd-off.cfg |
43, 44 | 22.04.5, 24.04.4 |
vmd-nvidia-off.cfg |
43, 44 | 22.04.5, 24.04.4 |
vmd-nvidia-aspm-off.cfg |
43, 44 | 22.04.5, 24.04.4 |
Note: Other versions may require modification of the ISO filename and
CDLABELparameters.
-
Locate the Ventoy data partition After installing Ventoy to your USB drive, the first partition (usually labeled
Ventoy) is where you place ISO files and configuration. -
Copy configuration files Copy the
ventoyfolder and all its contents from this repository to the root of the Ventoy partition.
Caution
ventoy.json and ventoy_grub.cfg must be in UTF-8 encoding.
Note
Use WIMBOOT mode only when you run into problem with the default mode.
WIMBOOT can only be used to boot official Windows ISO files and some WinPE ISO files.
Note
Use GRUB2 mode only when you run into problem with the default mode.
GRUB2 mode can only be used to boot Linux ISO which contains grub2 configuration file and can not be used to boot Windows/WinPE/Unix.
{
"control": [
{ "VTOY_DEFAULT_MENU_MODE": "1" },
{ "VTOY_FILT_DOT_UNDERSCORE_FILE": "1" }
],
"theme": {
"file": "/ventoy/theme/blur/theme.txt",
"gfxmode": "1920x1080"
},
"auto_install" : [
{
"image": "/ISO/cn_windows_server_2012_r2_vl_x64_dvd_2979220.iso",
"template": "/ventoy/script/windows_unattended.xml"
},
{
"image": "/000/centos.iso",
"template": "/ventoy/script/centos_kickstart.cfg"
}
]
}To see more details, you can visit VentoyPlugson
- Author:@autentisitet
- Version:v1.0
- License:MIT