vt_windows_chain_data ${1}${chosen_path}
+ if [ -n "${vtdebug_flag}" ]; then
+ sleep 5
+ fi
+
if [ -n "$vtoy_chain_mem_addr" ]; then
terminal_output console
chainloader ${vtoy_path}/ventoy_x64.efi env_param=${env_param} isoefi=${LoadIsoEfiDriver} ${vtdebug_flag} mem:${vtoy_chain_mem_addr}:size:${vtoy_chain_mem_size}
vt_img_sector ${1}${chosen_path}
if [ "$vtoy_os" = "Windows" ]; then
+ if [ "$ventoy_fs_probe" = "iso9660" ]; then
+ set ventoy_compatible=YES
+ fi
+
uefi_windows_menu_func $1
else
uefi_linux_menu_func $1
vt_check_compatible (loop)
vt_img_sector ${1}${chosen_path}
-
+
if [ "$vtoy_os" = "Windows" ]; then
+ if [ "$ventoy_fs_probe" = "iso9660" ]; then
+ set ventoy_compatible=YES
+ fi
legacy_windows_menu_func $1
else
legacy_linux_menu_func $1
#############################################################
#############################################################
-set VENTOY_VERSION="1.0.00"
+set VENTOY_VERSION="1.0.01"
#disable timeout
unset timeout