| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 14,481
» Latest member: joicy
» Forum threads: 1,715
» Forum posts: 6,865
Full Statistics
|
| Online Users |
There are currently 193 online users. » 0 Member(s) | 188 Guest(s) Applebot, Baidu, Bing, Facebook, Google
|
| Latest Threads |
Ventoy USB pendrive is no...
Forum: Ventoy Discussion Forum
Last Post: jiri
09-11-2026, 11:20 AM
» Replies: 2
» Views: 3,875
|
Can a perfectly partition...
Forum: Ventoy Discussion Forum
Last Post: FireswordDEA08
08-27-2026, 02:28 AM
» Replies: 0
» Views: 777
|
Erro iPXE 2.0.0 na versão...
Forum: iVentoy Discussion Forum
Last Post: matmus06
08-24-2026, 08:59 AM
» Replies: 1
» Views: 937
|
error "unknown filesystem...
Forum: Ventoy Discussion Forum
Last Post: kreuter
08-24-2026, 08:05 AM
» Replies: 0
» Views: 778
|
CachyOS vDisk (vtoyboot) ...
Forum: Ventoy Discussion Forum
Last Post: alain81
08-20-2026, 04:51 PM
» Replies: 2
» Views: 2,965
|
[iPXE 2.0.0 regression] P...
Forum: iVentoy Discussion Forum
Last Post: jackson
07-30-2026, 12:01 AM
» Replies: 3
» Views: 1,645
|
Proxmox 8.4.x rdinit=vtoy...
Forum: Ventoy Discussion Forum
Last Post: Couch_Potato
07-22-2026, 11:15 PM
» Replies: 0
» Views: 1,898
|
VENTOY Resize Partition
Forum: Ventoy Discussion Forum
Last Post: HyeonSeok
07-22-2026, 05:23 PM
» Replies: 1
» Views: 1,863
|
Plugson installation - no...
Forum: Ventoy Plugin Forum
Last Post: Themotte
07-20-2026, 06:27 PM
» Replies: 3
» Views: 1,749
|
安装Ventoy后U盘的Windows下面识别及其...
Forum: Ventoy Discussion Forum
Last Post: lain
07-10-2026, 08:04 AM
» Replies: 3
» Views: 5,600
|
|
|
| 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
|
|
|
|