mirror of https://github.com/ventoy/Ventoy.git
Fix that workaround #2 not working for Legacy BIOS access limit.
This commit is contained in:
parent
0714971f8c
commit
e988c0dfe2
|
@ -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}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue