Ventoy Forums
【Ventoy 1.0.70 release】 - Printable Version

+- Ventoy Forums (https://forums.ventoy.net)
+-- Forum: Ventoy General Use —— Ventoy 使用交流 (https://forums.ventoy.net/forumdisplay.php?fid=1)
+--- Forum: Ventoy Discussion Forum (https://forums.ventoy.net/forumdisplay.php?fid=2)
+--- Thread: 【Ventoy 1.0.70 release】 (/showthread.php?tid=1977)

Pages: 1 2


RE: 【Ventoy 1.0.70 release】 - crasadure - 02-23-2022

Hi longpanda
I think I found an error about F2 Browser Mode, if we set { "VTOY_DEFAULT_IMAGE": "F2>" }


I captured a video about this ISSUE..pls watch my video...
My Video : https://vimeo.com/680590672


I think you should modify "grub.cfg" file like that...I tested it and it is running now...
if [ "$vtHotkey" = "F2" ]; then
unset timeout
set vtoy_iso_part=$vt_browser_disk
vt_browser_disk


[Image: 155282820-2c1305a5-c8b7-4ea2-8e9e-d3350981cc2d.jpg]


my ventoy.json commands:

"control": [
{ "VTOY_DEFAULT_MENU_MODE": "1" },
{ "VTOY_FILT_DOT_UNDERSCORE_FILE": "1" },
{ "VTOY_DEFAULT_IMAGE": "F2>" }
],



RE: 【Ventoy 1.0.70 release】 - longpanda - 02-23-2022

(02-23-2022, 08:33 AM)crasadure Wrote: Hi longpanda
I think I found an error about F2 Browser Mode, if we set { "VTOY_DEFAULT_IMAGE": "F2>" }

https://github.com/ventoy/Ventoy/commit/d0744513a6346ed420115ae56ac920b7abeb603d#commitcomment-67254738
I captured a video about this ISSUE..pls watch my video...
My Video : https://vimeo.com/680590672


I think you should modify "grub.cfg" file like that...I tested it and it is running now...
if [ "$vtHotkey" = "F2" ]; then
unset timeout
set vtoy_iso_part=$vt_browser_disk
vt_browser_disk


[Image: 155282820-2c1305a5-c8b7-4ea2-8e9e-d3350981cc2d.jpg]


my ventoy.json commands:

"control": [
{ "VTOY_DEFAULT_MENU_MODE": "1" },
{ "VTOY_FILT_DOT_UNDERSCORE_FILE": "1" },
{ "VTOY_DEFAULT_IMAGE": "F2>" }
],

I have fixed it.


RE: 【Ventoy 1.0.70 release】 - hyun9358 - 03-10-2022

Resolution related to Ventoy booting...

When the iso file is booted, the resolution is output as 800*600.
When the wim file is booted, the resolution is output according to the monitor resolution.

Resolution is not automatically output when Ventoy boots.


RE: 【Ventoy 1.0.70 release】 - Dumble_Hit - 03-11-2022

Does Ventoy make an entry in the Windows registry?