Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 13,601
» Latest member: Esleor
» Forum threads: 1,669
» Forum posts: 6,710
Full Statistics
|
Online Users |
There are currently 378 online users. » 0 Member(s) | 374 Guest(s) Applebot, Baidu, Bing, Google
|
Latest Threads |
Help $OEM$
Forum: Ventoy Discussion Forum
Last Post: venster
10-04-2025, 03:18 PM
» Replies: 2
» Views: 6,055
|
iso not working HP SSA Of...
Forum: Ventoy Discussion Forum
Last Post: rjc862003
09-30-2025, 02:02 AM
» Replies: 2
» Views: 8,306
|
Lost ISO partition
Forum: Ventoy Discussion Forum
Last Post: abba
09-29-2025, 12:05 PM
» Replies: 0
» Views: 820
|
Remove Version Number
Forum: Ventoy Discussion Forum
Last Post: XxJourdanYxX
09-26-2025, 06:42 AM
» Replies: 2
» Views: 8,993
|
Install Ventoy with a dat...
Forum: Ventoy Discussion Forum
Last Post: odie
09-25-2025, 03:14 PM
» Replies: 0
» Views: 1,211
|
Issues with windows vista...
Forum: Ventoy Discussion Forum
Last Post: johnson
09-22-2025, 04:47 PM
» Replies: 3
» Views: 10,362
|
big discussion on OpenSUS...
Forum: Ventoy Discussion Forum
Last Post: Dutchglory
09-21-2025, 12:44 AM
» Replies: 0
» Views: 2,710
|
Ventoy enroll key manager...
Forum: Ventoy Discussion Forum
Last Post: Almighty1
09-18-2025, 10:13 PM
» Replies: 29
» Views: 70,637
|
Current status of the ARM...
Forum: iVentoy Discussion Forum
Last Post: pioj
09-15-2025, 11:25 AM
» Replies: 0
» Views: 4,865
|
Is it possible to display...
Forum: Ventoy Plugin Forum
Last Post: AlexBryansk
09-11-2025, 09:40 AM
» Replies: 1
» Views: 8,940
|
|
|
how to cancel auto input |
Posted by: chensulong - 05-12-2021, 10:59 AM - Forum: Ventoy Discussion Forum
- Replies (1)
|
 |
when booting from Microsoft stock Widows ISO,
screen will display "press any key boot from CD OR DVD...",
i don't hit any key, it just splash and start booting from windows iso file.
how to stop auto input key?
启动光盘镜像的时候,会自动按回车键,怎样取消?有时ISO有启动菜单,自动按键就导致没法选择菜单中的其他内容。
|
|
|
Ultimate customisation |
Posted by: AAA3A - 05-05-2021, 10:14 AM - Forum: Ventoy Discussion Forum
- Replies (7)
|
 |
Hello,
To make the customization of Ventoy even more advanced, would it be possible to allow the customization of the F2, F4 and F5 sub-menu?
Code to be placed in grub.cfg :
Code: function ventoy_power {
if [ -e $vt_plugin_path/ventoy/submenu/F2.cfg ]; then
configfile $vt_plugin_path/ventoy/submenu/F2.cfg
else
configfile $prefix/power.cfg
fi
}
function ventoy_localboot {
if [ -e $vt_plugin_path/ventoy/submenu/F4.cfg ]; then
configfile $vt_plugin_path/ventoy/submenu/F4.cfg
else
configfile $prefix/localboot.cfg
fi
}
function ventoy_diagnosis {
if [ -e $vt_plugin_path/ventoy/submenu/F5.cfg ]; then
configfile $vt_plugin_path/ventoy/submenu/F5.cfg
else
configfile $prefix/debug.cfg
fi
}
function ventoy_ext_menu {
if [ -e $vt_plugin_path/ventoy/submenu/F6.cfg ]; then
set ventoy_new_context=1
configfile $vt_plugin_path/ventoy/submenu/F6.cfg
unset ventoy_new_context
else
echo "ventoy_grub.cfg NOT exist."
echo -e "\npress ENTER to exit ..."
read vtInputKey
fi
}
Thank you very much for your work!
|
|
|
Ventoy v1.0.42 released |
Posted by: Midas - 04-30-2021, 02:28 PM - Forum: Ventoy Discussion Forum
- No Replies
|
 |
- 2021/04/27 -- Ventoy 1.0.42 released
- Add * fuzzy matching for menu_alias/image_list/auto_install/persistence ... plugins. Notes
- Add parent option in menu_class plugin. Notes
- Add F4boot F5tool builtin class in menu_class plugin.
- By default the submenu will use its parent's class in F4 boot and F5 tool menu.
|
|
|
Ventoy v1.0.43 released |
Posted by: Midas - 04-30-2021, 02:28 PM - Forum: Ventoy Discussion Forum
- Replies (3)
|
 |
- 2021/05/08 -- Ventoy v1.0.43 -- released
- Change the UTF-16 languages.ini to UTF-8 languages.json
- The update button is available even if data corrupted in VTOYEFI partition.
- Set the default focus to No when you click Install button in Ventoy2Disk.exe.
- Fix a BUG when booting Windows VHD(x) with the latest ventoy_vhdboot.img.
- Support boot Windows VHD(x) files at local disk. Notes
|
|
|
Ventoy v1.0.44 released |
Posted by: Midas - 04-30-2021, 02:28 PM - Forum: Ventoy Discussion Forum
- No Replies
|
 |
- 2021/05/15 -- Ventoy v1.0.44 -- released
- Add WIMBOOT Mode. Notes
- Fix issue when install Fedora Server Edition
- Add -o option in CreatePersistentImg.sh (#903)
- Add parent/isopwd/wimpwd/imgpwd/efipwd/vhdpwd/vtoypwd options in password plugin. Notes
- Fix a bug about unaligned read in UEFI mode.
|
|
|
Ventoy v1.0.45 released |
Posted by: Midas - 04-30-2021, 02:28 PM - Forum: Ventoy Discussion Forum
- No Replies
|
 |
- 2021/05/29 -- Ventoy v1.0.45 -- released
- Add random theme select support. Notes
- Add parent option in auto_install plugin. Notes
- Add parent option in injection plugin. Notes
- Add ExtendPersistentImg.sh for lossless expansion of persistent dat file. Notes
- Print progress when use md5sum/sha1sum/sha256sum/sha512sum in grub shell.
- Fix pack error in vDisk env (#912)
- languages.ini update
|
|
|
|