3 submenu 'Check plugin json configuration (ventoy.json)' --class=debug_json {
4 menuentry 'Check global control plugin configuration' --class=debug_control {
6 vt_check_plugin_json $vt_plugin_path control $vtoy_iso_part
8 echo -e "\npress ENTER to exit ..."
13 menuentry 'Check theme plugin configuration' --class=debug_theme {
15 vt_check_plugin_json $vt_plugin_path theme $vtoy_iso_part
17 echo -e "\npress ENTER to exit ..."
22 if [ "$grub_platform" = "pc" ]; then
23 menuentry 'Check legacy theme plugin configuration' --class=debug_theme_legacy {
25 vt_check_plugin_json $vt_plugin_path theme_legacy $vtoy_iso_part
27 echo -e "\npress ENTER to exit ..."
32 menuentry 'Check uefi theme plugin configuration' --class=debug_theme_uefi {
34 vt_check_plugin_json $vt_plugin_path theme_uefi $vtoy_iso_part
36 echo -e "\npress ENTER to exit ..."
43 menuentry 'Check auto install plugin configuration' --class=debug_autoinstall {
45 vt_check_plugin_json $vt_plugin_path auto_install $vtoy_iso_part
47 echo -e "\npress ENTER to exit ..."
52 menuentry 'Check persistence plugin configuration' --class=debug_persistence {
54 vt_check_plugin_json $vt_plugin_path persistence $vtoy_iso_part
56 echo -e "\n############### dump persistence ###############"
59 echo -e "\npress ENTER to exit ..."
64 menuentry 'Check menu alias plugin configuration' --class=debug_menualias {
66 vt_check_plugin_json $vt_plugin_path menu_alias $vtoy_iso_part
68 echo -e "\npress ENTER to exit ..."
73 menuentry 'Check menu class plugin configuration' --class=debug_menuclass {
75 vt_check_plugin_json $vt_plugin_path menu_class $vtoy_iso_part
77 echo -e "\npress ENTER to exit ..."
82 menuentry 'Check injection plugin configuration' --class=debug_injection {
84 vt_check_plugin_json $vt_plugin_path injection $vtoy_iso_part
86 echo -e "\npress ENTER to exit ..."
91 menuentry 'Check auto memdisk plugin configuration' --class=debug_automemdisk {
93 vt_check_plugin_json $vt_plugin_path auto_memdisk $vtoy_iso_part
95 echo -e "\npress ENTER to exit ..."
100 menuentry 'Check image list plugin configuration' --class=debug_imagelist {
102 vt_check_plugin_json $vt_plugin_path image_list $vtoy_iso_part
104 echo -e "\npress ENTER to exit ..."
109 menuentry 'Return to previous menu [Esc]' --class=vtoyret VTOY_RET {
115 submenu "Resolution Configuration" --class=debug_resolution {
116 menuentry 'Return to previous menu [Esc]' --class=vtoyret VTOY_RET {
120 vt_update_cur_video_mode VT_CUR_MODE
122 while [ $vdid -lt $VTOY_VIDEO_MODE_NUM ]; do
123 vt_get_video_mode $vdid vtCurMode
126 if [ "$vtCurMode" = "$VT_CUR_MODE" ]; then
130 menuentry "$vtCurMode $vtActive" --class=debug_videomode VTOY_RUN_RET {
131 terminal_output console
133 terminal_output gfxterm
142 if [ "$grub_platform" != "pc" ]; then
143 submenu 'Ventoy UEFI Utilities' --class=debug_util {
144 menuentry 'Fixup Windows BlinitializeLibrary Failure' {
145 chainloader ${vtoy_path}/vtoyutil_x64.efi env_param=${env_param} ${vtdebug_flag} feature=fix_windows_mmap
147 echo -e "\npress ENTER to exit ..."
151 menuentry 'Return to previous menu [Esc]' --class=vtoyret VTOY_RET {
157 menuentry 'Return to previous menu [Esc]' --class=vtoyret VTOY_RET {