Skip to content

Commit

Permalink
Fix that workaround #2 not working for Legacy BIOS access limit.
Browse files Browse the repository at this point in the history
  • Loading branch information
ventoy committed Jan 8, 2023
1 parent 0714971 commit e988c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL/grub/grub.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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}
}

Expand Down

0 comments on commit e988c0d

Please sign in to comment.