维护启动盘 Ventoy 备注
参考资料: github: Ventoy
1. 制作启动盘
下载 Ventoy
工具,使用该工具对 U 盘进行格式化。
2. 修改配置文件
配置文件所在路径: /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" } ] }
3. 放置镜像文件
把各个安装镜像文件放到 /ISO
目录下。
附录1. 计划放置镜像列表
- Debian 11 netinstall
- Windows 10 LTSC 2021
- Ubuntu 2004
- Windows Server 2022
- TrueNas
- Windows 7
- CentOS 8
附录2. 自用主题
自用配置和主题: ventoy_2021_1206.7z