- echo -e "\n The name of the wim file could NOT contain space or non-ascii characters. \n"
- echo -e "\n Will return to main menu after 10 seconds ...\n"
- sleep 10
+ common_unsupport_menuentry
+}
+
+function efi_common_menuentry {
+ vt_chosen_img_path chosen_path
+
+ terminal_output console
+ chainloader ${iso_path}${chosen_path}
+ boot
+ terminal_output gfxterm
+}
+
+function efi_unsupport_menuentry {
+ common_unsupport_menuentry