mirror of https://github.com/ventoy/Ventoy.git
fix issue #714
This commit is contained in:
parent
1e75385146
commit
bae671bd68
|
@ -1180,7 +1180,7 @@ function vtoyboot_common_func {
|
|||
linux16 $vtoy_path/ipxe.krn ${vtdebug_flag} bios80 sector512 mem:${vtoy_chain_mem_addr}:size:${vtoy_chain_mem_size}
|
||||
boot
|
||||
else
|
||||
ventoy_acpi_param ${vtoy_chain_mem_addr} 512
|
||||
vt_acpi_param ${vtoy_chain_mem_addr} 512
|
||||
ventoy_cli_console
|
||||
chainloader ${vtoy_path}/ventoy_${VTOY_EFI_ARCH}.efi sector512 env_param=${ventoy_env_param} ${vtdebug_flag} mem:${vtoy_chain_mem_addr}:size:${vtoy_chain_mem_size}
|
||||
boot
|
||||
|
|
Loading…
Reference in New Issue