Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dadigang
Ventoy
Commits
63f9331c
"docs/vscode:/vscode.git/clone" did not exist on "9b227ecfc07d595cab6680e4e86977dd6bf7800a"
Commit
63f9331c
authored
May 02, 2022
by
longpanda
Browse files
Fix the bug when booting ATLAS Windows ISO.
parent
e1d161af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
INSTALL/grub/grub.cfg
INSTALL/grub/grub.cfg
+5
-1
No files found.
INSTALL/grub/grub.cfg
View file @
63f9331c
...
@@ -1037,7 +1037,11 @@ function legacy_windows_menu_func {
...
@@ -1037,7 +1037,11 @@ function legacy_windows_menu_func {
if [ -n "$vtoy_chain_mem_addr" ]; then
if [ -n "$vtoy_chain_mem_addr" ]; then
ventoy_acpi_param ${vtoy_chain_mem_addr} 2048
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
boot
else
else
echo "chain empty failed"
echo "chain empty failed"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment