public:software:ventoy

维护启动盘 Ventoy 备注

参考资料: github: Ventoy

下载 Ventoy 工具,使用该工具对 U 盘进行格式化。

配置文件所在路径: /ventoy/ventoy.json

示例

ventoy.json
{
    "control": [
        { "VTOY_DEFAULT_SEARCH_ROOT": "/ISO" },
        { "VTOY_MENU_TIMEOUT": "10" },
        { "VTOY_DEFAULT_IMAGE": "/ISO/debian-11.1.0-amd64-netinst.iso" },
        { "VTOY_HELP_TXT_LANGUAGE": "zh_CN" }
    ],
    "theme": {
        "file": "/ventoy/themes/gulucat/theme.txt",
        "gfxmode": "1920x1080",
        "fonts": [
            "/ventoy/themes/gulucat/ascii.pf2",
            "/ventoy/themes/gulucat/DejaVuSans10.pf2",
            "/ventoy/themes/gulucat/DejaVuSans12.pf2",
            "/ventoy/themes/gulucat/DejaVuSans-Bold14.pf2",
            "/ventoy/themes/gulucat/droidlogo_bold_26.pf2"
        ],
        "ventoy_left": "100%",
        "ventoy_top": "100%",
        "ventoy_color": "gainsboro"
    },
    "menu_class": [
        {
            "key": "debian",
            "class": "debian"
        },
        {
            "key": "ubuntu",
            "class": "ubuntu"
        },
        {
            "key": "windows",
            "class": "windows"
        },
        {
            "key": "win",
            "class": "windows"
        }
    ],
    "auto_install": [
        {
            "image": "/ISO/debian-11.1.0-amd64-netinst.iso",
            "template": "/ventoy/script/debian-11.seed"
        },
        {
            "image": "/ISO/zh-cn_windows_10_enterprise_ltsc_2021_x64_dvd_033b7312.iso",
            "template": "/ventoy/script/windows-unattended.xml"
        }
    ]
}

把各个安装镜像文件放到 /ISO 目录下。

  1. Debian 11 netinstall
  2. Windows 10 LTSC 2021
  3. Ubuntu 2004
  4. Windows Server 2022
  5. TrueNas
  6. Windows 7
  7. CentOS 8

自用配置和主题: ventoy_2021_1206.7z

  • 最后更改: 2021/12/06 16:55
  • 由 Jinkin Liu