| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 378 online users. » 0 Member(s) | 373 Guest(s) Applebot, Baidu, Bing, DuckDuckGo, Google
|
| Latest Threads |
Erro iPXE 2.0.0 na versão...
Forum: iVentoy Discussion Forum
Last Post: jackson
07-30-2026, 12:04 AM
» Replies: 0
» Views: 280
|
[iPXE 2.0.0 regression] P...
Forum: iVentoy Discussion Forum
Last Post: jackson
07-30-2026, 12:01 AM
» Replies: 3
» Views: 842
|
Proxmox 8.4.x rdinit=vtoy...
Forum: Ventoy Discussion Forum
Last Post: Couch_Potato
07-22-2026, 11:15 PM
» Replies: 0
» Views: 480
|
VENTOY Resize Partition
Forum: Ventoy Discussion Forum
Last Post: HyeonSeok
07-22-2026, 05:23 PM
» Replies: 1
» Views: 521
|
Plugson installation - no...
Forum: Ventoy Plugin Forum
Last Post: Themotte
07-20-2026, 06:27 PM
» Replies: 3
» Views: 843
|
安装Ventoy后U盘的Windows下面识别及其...
Forum: Ventoy Discussion Forum
Last Post: lain
07-10-2026, 08:04 AM
» Replies: 3
» Views: 4,095
|
Auto Memdisk Plugin
Forum: Ventoy Discussion Forum
Last Post: jlsupremo
07-01-2026, 01:16 PM
» Replies: 2
» Views: 995
|
[SOLVED] iVentoy 1.0.36 -...
Forum: iVentoy Discussion Forum
Last Post: longpanda
07-01-2026, 10:05 AM
» Replies: 4
» Views: 1,545
|
Using ks script issues
Forum: iVentoy Discussion Forum
Last Post: longpanda
06-29-2026, 02:40 PM
» Replies: 2
» Views: 699
|
Comparison of Iventoy and...
Forum: iVentoy Discussion Forum
Last Post: crasadure
06-28-2026, 02:08 PM
» Replies: 7
» Views: 3,085
|
|
|
| Ventoy-1.0.47 release |
|
Posted by: longpanda - 07-17-2021, 11:06 AM - Forum: Ventoy Discussion Forum
- No Replies
|
 |
- 2021/07/17 --- 1.0.47 release
- Optimizations for booting openwrt
- Support some floppy images in Memdisk mode
- Remove the 2TB limit for the reserved space in Ventoy2Disk.exe
- Fixed a bug when booting big boot.wim file.
- Compatibility improvement for WinPE which contains PECMD.EXE
- Fix Parabola rEFInd booting (#989)
- Add check for the built-in browser in WebDeepin.sh
- Speedup md5sum/sha1sum/sha256sum/sha512sum command
- vdiskchain-1.3 release. Notes
- languages.ini update
- New image support
- HBCD_PE_x64.iso v1.0.2 (Legacy + UEFI)
- MocaccinoOS-MATE-0.20210714.iso (Legacy + UEFI)
https://www.ventoy.net/en/doc_news.html
|
|
|
| Ventoy theme |
|
Posted by: AAA3A - 06-30-2021, 11:29 AM - Forum: Ventoy Discussion Forum
- No Replies
|
 |
Hello,
What is the code that handles the theme? In grub language, is there a delay command? I would like to make a startup image that displays for 2-3 seconds before loading the real theme.
Thanks in advance.
|
|
|
[SOLVED] Random theme plugin |
|
Posted by: AAA3A - 06-28-2021, 12:44 PM - Forum: Ventoy Discussion Forum
- Replies (2)
|
 |
Hello,
I tried the random theme plugin of ventoy 1.0.45, but there is an error in the code according to ventoy. I checked with a json tool and there are two errors: they are just below the theme file array. What is the error?
Thanks in advance.
Code: {
"password": {
"menupwd": [
{
"file":"/Partition_Tools/[UEFI]_ShredOS-20200418.img",
"pwd":"md5#130CEC734C6EA1A3E1A0C086AE9C82B6"
}
]
},
"image_blacklist": [
"/ISO/example.iso",
"/example.iso"
],
"control": [
{ "VTOY_DEFAULT_MENU_MODE": "1" },
{ "VTOY_FILT_DOT_UNDERSCORE_FILE": "1" },
{ "VTOY_TREE_VIEW_MENU_STYLE": "1" },
{ "VTOY_MAX_SEARCH_LEVEL": "max" },
{ "VTOY_FILE_FLT_ISO": "0" },
{ "VTOY_FILE_FLT_WIM": "0" },
{ "VTOY_FILE_FLT_EFI": "0" },
{ "VTOY_FILE_FLT_IMG": "0" },
{ "VTOY_FILE_FLT_VHD": "0" },
{ "VTOY_FILE_FLT_VTOY": "0" },
{ "VTOY_DEFAULT_KBD_LAYOUT": "FRENCH" }
],
"theme_legacy": {
"file": [
"/ventoy/theme/legacy/theme_20.03.txt",
"/ventoy/theme/legacy/theme_20.07.txt",
"/ventoy/theme/legacy/theme_20.11.txt",
"/ventoy/theme/legacy/theme_20.12.txt",
"/ventoy/theme/legacy/theme_21.01.txt",
"/ventoy/theme/legacy/theme_21.03.txt",
"/ventoy/theme/legacy/theme_21.05.txt",
"/ventoy/theme/legacy/theme_21.06.txt",
"/ventoy/theme/legacy/theme_Classic.txt",
"/ventoy/theme/legacy/theme_Keyboard.txt",
"/ventoy/theme/legacy/theme_Winter_Alt.txt"
]
"display_mode": "GUI",
"gfxmode": "1920x1080",
"ventoy_left": "0%",
"ventoy_top": "0",
"ventoy_color": "#ff0000"
},
"theme_uefi": {
"file": [
"/ventoy/theme/uefi/theme_20.03.txt",
"/ventoy/theme/uefi/theme_20.07.txt",
"/ventoy/theme/uefi/theme_20.11.txt",
"/ventoy/theme/uefi/theme_20.12.txt",
"/ventoy/theme/uefi/theme_21.01.txt",
"/ventoy/theme/uefi/theme_21.03.txt",
"/ventoy/theme/uefi/theme_21.05.txt",
"/ventoy/theme/uefi/theme_21.06.txt",
"/ventoy/theme/uefi/theme_Classic.txt",
"/ventoy/theme/uefi/theme_Keyboard.txt",
"/ventoy/theme/uefi/theme_Winter_Alt.txt"
]
"display_mode": "GUI",
"gfxmode": "1920x1080",
"ventoy_left": "0%",
"ventoy_top": "0%",
"ventoy_color": "#00ff00"
},
|
|
|
| "$OEM$" |
|
Posted by: hyun9358 - 06-28-2021, 12:34 AM - Forum: Ventoy Discussion Forum
- No Replies
|
 |
"$OEM$"
Not applicable.
"injection": [
{
"image": "/Sources/Windows_Install/Windows 11 (OS Build 21996.1)_en-us.iso",
"archive": "/ventoy/Scripts/Auto Unattend OEM included Scripts.zip"
},
{
"parent": "/ISO/Windows",
"archive": "/driver/win-driver.zip"
}
],
|
|
|
|