Ventoy Forums
[SOLVED] menuentry 'Fixup Windows BlinitializeLibrary Failure' - 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: [SOLVED] menuentry 'Fixup Windows BlinitializeLibrary Failure' (/showthread.php?tid=1441)



[SOLVED] menuentry 'Fixup Windows BlinitializeLibrary Failure' - try_catch - 11-26-2020

请问一下是否可以在下个版本中,将“debug.cfg”文件中Ventoy UEFI Utilities子菜单能否加入分类,便于菜单显示图标?谢谢。

测试可以手动添加并且功能正常不影响启动。

In the next version, will the“ debug.cfg ”Can classification be added to the ventory UEFI utilities submenu in the file to facilitate menu display icons? thank you. 
The test can be added manually and the function is normal without affecting the startup.


submenu 'Ventoy UEFI Utilities' --class=debug_util {
        menuentry 'Fixup Windows BlinitializeLibrary Failure' --class=debug_util {
            chainloader ${vtoy_path}/vtoyutil_x64.efi env_param=${env_param} ${vtdebug_flag} feature=fix_windows_mmap
            boot
            echo -e "\npress ENTER to exit ..."
            read vtInputKey
        }

        menuentry 'Return to previous menu [Esc]' --class=vtoyret VTOY_RET {
            echo 'Return ...'
        }


[Image: 1183f21745686bfa.png]


RE: menuentry 'Fixup Windows BlinitializeLibrary Failure' - longpanda - 11-26-2020

https://github.com/ventoy/Ventoy/commit/784e3ae8794b51cc9924b0bbb65ba41beb6e6bd4


RE: menuentry 'Fixup Windows BlinitializeLibrary Failure' - try_catch - 11-26-2020

(11-26-2020, 06:51 AM)longpanda Wrote: https://github.com/ventoy/Ventoy/commit/784e3ae8794b51cc9924b0bbb65ba41beb6e6bd4
非常感谢。这样每次更新以后就不用手动改了。 Heart