- submenu 'Ventoy UEFI Utilities' --class=debug_util --class=F5tool {
- menuentry 'Fixup Windows BlinitializeLibrary Failure' --class=debug_util_blinit --class=debug_util --class=F5tool {
+ submenu "$VTLANG_UEFI_UTIL" --class=debug_util --class=F5tool {
+ menuentry "$VTLANG_UTIL_SHOW_EFI_DRV" --class=debug_util_efidrv --class=debug_util --class=F5tool {
+ vt_push_pager
+ chainloader ${vtoy_path}/vtoyutil_${VTOY_EFI_ARCH}.efi env_param=${env_param} ${vtdebug_flag} feature=show_efi_drivers
+ boot
+ vt_pop_pager
+ echo -en "\n$VTLANG_ENTER_EXIT ..."
+ read vtInputKey
+ }
+
+ menuentry "$VTLANG_UTIL_FIX_BLINIT_FAIL" --class=debug_util_blinit --class=debug_util --class=F5tool {