Skip to content

autentisitet/ventoy-optimized

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ventoy Optimized

Ventoy Version License Status Compatibility

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

Table of Contents


Supported ISO Versions

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 CDLABEL parameters.


Installation

  • 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 ventoy folder and all its contents from this repository to the root of the Ventoy partition.


Important Notices

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.


ventoy.json Example

{
    "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


Reference


Metadata & License

About

Ventoy configuration collection with custom GRUB boot entries (VMD/NVIDIA/ASPM disabled), BIOS optimization settings logs, and multiple boot configurations for Fedora 43/44 and Ubuntu 22.04.5/24.04.4.

Topics

Resources

License

Stars

Watchers

Forks

Contributors