Ventoy Forums

Full Version: 【Ventoy 1.0.70 release】
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
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>" }
],
(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/...t-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.
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.
Does Ventoy make an entry in the Windows registry?
Pages: 1 2