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 $vtoy_iso_part
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 $vtoy_iso_part
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 $vtoy_iso_part
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 $vtoy_iso_part
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 $vtoy_iso_part
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 $vtoy_iso_part
54 echo -e "\npress ENTER to exit ..."
59 menuentry 'Check injection plugin configuration' --class=debug_injection {
61 vt_check_plugin_json $vt_plugin_path injection $vtoy_iso_part
63 echo -e "\npress ENTER to exit ..."
68 menuentry 'Return to previous menu [Esc]' --class=vtoyret VTOY_RET {
74 if [ "$grub_platform" != "pc" ]; then
75 submenu 'Ventoy UEFI Utilities' --class=debug_util {
76 menuentry 'Fixup Windows BlinitializeLibrary Failure' {
77 chainloader ${vtoy_path}/vtoyutil_x64.efi env_param=${env_param} ${vtdebug_flag} feature=fix_windows_mmap
79 echo -e "\npress ENTER to exit ..."
83 menuentry 'Return to previous menu [Esc]' --class=vtoyret VTOY_RET {
89 menuentry 'Return to previous menu [Esc]' --class=vtoyret VTOY_RET {