]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - INSTALL/grub/debug.cfg
1.0.29 release
[Ventoy.git] / INSTALL / grub / debug.cfg
index 46ee3956d4598c91484f20123a5cff3fde6a851b..9be152dbf9bd235d02b489458845b76d88dc726d 100644 (file)
@@ -85,6 +85,24 @@ submenu 'Check plugin json configuration (ventoy.json)' --class=debug_json {
         unset pager
     }
     
+    menuentry 'Check boot conf replace plugin configuration' --class=debug_bootconf_replace {
+        set pager=1
+        vt_check_plugin_json $vt_plugin_path conf_replace $vtoy_iso_part
+        
+        echo -e "\npress ENTER to exit ..."
+        read vtInputKey
+        unset pager
+    }
+    
+    menuentry 'Check dud plugin configuration' --class=debug_dud {
+        set pager=1
+        vt_check_plugin_json $vt_plugin_path dud $vtoy_iso_part
+        
+        echo -e "\npress ENTER to exit ..."
+        read vtInputKey
+        unset pager
+    }
+    
     menuentry 'Return to previous menu [Esc]' --class=vtoyret VTOY_RET {
         echo 'Return ...'
     }
@@ -116,7 +134,17 @@ submenu "Resolution Configuration" --class=debug_resolution {
     done
 }
 
-
+submenu "Screen Display Mode" --class=debug_screen_mode {
+    menuentry 'Force Text Mode' --class=debug_text_mode {
+        terminal_output console
+    }
+    menuentry 'Force Graphics Mode' --class=debug_gui_mode {
+        terminal_output gfxterm
+    }
+    menuentry 'Return to previous menu [Esc]' --class=vtoyret VTOY_RET {
+        echo 'Return ...'
+    }
+}
 
 if [ "$grub_platform" != "pc" ]; then
     submenu 'Ventoy UEFI Utilities' --class=debug_util {