mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-05-25 04:24:41 -04:00
Fix the bug when booting ATLAS Windows ISO.
This commit is contained in:
parent
e1d161af4f
commit
63f9331c31
1 changed files with 5 additions and 1 deletions
|
@ -1037,7 +1037,11 @@ function legacy_windows_menu_func {
|
|||
|
||||
if [ -n "$vtoy_chain_mem_addr" ]; then
|
||||
ventoy_acpi_param ${vtoy_chain_mem_addr} 2048
|
||||
linux16 $vtoy_path/ipxe.krn ${vtdebug_flag} ibft mem:${vtoy_chain_mem_addr}:size:${vtoy_chain_mem_size}
|
||||
if [ "$ventoy_compatible" = "NO" ]; then
|
||||
linux16 $vtoy_path/ipxe.krn ${vtdebug_flag} mem:${vtoy_chain_mem_addr}:size:${vtoy_chain_mem_size}
|
||||
else
|
||||
linux16 $vtoy_path/ipxe.krn ${vtdebug_flag} ibft mem:${vtoy_chain_mem_addr}:size:${vtoy_chain_mem_size}
|
||||
fi
|
||||
boot
|
||||
else
|
||||
echo "chain empty failed"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue