X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/1840cb8f38f3ee14a50a5779ecbf7897f8f02bd9..c79b07268054324c8b460e15df2b9c2402694552:/LinuxGUI/WebUI/index.html diff --git a/LinuxGUI/WebUI/index.html b/LinuxGUI/WebUI/index.html index 2ebdff2..fa90c04 100644 --- a/LinuxGUI/WebUI/index.html +++ b/LinuxGUI/WebUI/index.html @@ -761,6 +761,8 @@ vtoy_in_progress = true; progressDisableItem(vtoy_in_progress); queryProgress(1); + }else if (data.result === '4kn') { + ventoy_display_alert('error', vtoy_cur_language.STR_4KN_UNSUPPORTED); } else { ventoy_display_alert('error', vtoy_cur_language.STR_INSTALL_FAILED); } @@ -1043,7 +1045,7 @@ } on_select_mbr(); - secure_boot_check(0); + secure_boot_check(1); on_enable_preserve_space();