Fix that workaround #2 not working for Legacy BIOS access limit.

This commit is contained in:
longpanda 2023-01-08 21:35:50 +08:00
parent 0714971f8c
commit e988c0dfe2

View file

@ -119,7 +119,7 @@ function ventoy_show_help {
}
function ventoy_load_menu_lang_file {
vt_load_file_to_mem "auto" $vtoy_efi_part/grub/menu.tar.gz vtoy_menu_lang_mem
vt_load_file_to_mem "auto" $prefix/menu.tar.gz vtoy_menu_lang_mem
loopback vt_menu_tarfs mem:${vtoy_menu_lang_mem_addr}:size:${vtoy_menu_lang_mem_size}
}