1 submenu 'Check plugin json configuration (ventoy.json)' --class=debug_json {
2 menuentry 'Check global control plugin configuration' --class=debug_control {
4 vt_check_plugin_json $vt_plugin_path control $iso_path
6 echo -e "\npress ENTER to exit ..."
11 menuentry 'Check theme plugin configuration' --class=debug_theme {
13 vt_check_plugin_json $vt_plugin_path theme $iso_path
15 echo -e "\npress ENTER to exit ..."
20 menuentry 'Check auto install plugin configuration' --class=debug_autoinstall {
22 vt_check_plugin_json $vt_plugin_path auto_install $iso_path
24 echo -e "\npress ENTER to exit ..."
29 menuentry 'Check persistence plugin configuration' --class=debug_persistence {
31 vt_check_plugin_json $vt_plugin_path persistence $iso_path
33 echo -e "\n############### dump persistence ###############"
36 echo -e "\npress ENTER to exit ..."
41 menuentry 'Check menu alias plugin configuration' --class=debug_menualias {
43 vt_check_plugin_json $vt_plugin_path menu_alias $iso_path
45 echo -e "\npress ENTER to exit ..."
50 menuentry 'Check menu class plugin configuration' --class=debug_menuclass {
52 vt_check_plugin_json $vt_plugin_path menu_class $iso_path
54 echo -e "\npress ENTER to exit ..."
59 menuentry 'Return to previous menu [Esc]' --class=vtoyret VTOY_RET {
65 if [ "$grub_platform" != "pc" ]; then
66 submenu 'Ventoy UEFI Utilities' --class=debug_util {
67 menuentry 'Fixup Windows BlinitializeLibrary Failure' {
68 chainloader ${vtoy_path}/vtoyutil_x64.efi env_param=${env_param} ${vtdebug_flag} feature=fix_windows_mmap
70 echo -e "\npress ENTER to exit ..."
74 menuentry 'Return to previous menu [Esc]' --class=vtoyret VTOY_RET {
80 menuentry 'Return to previous menu [Esc]' --class=vtoyret VTOY_RET {