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
ddf0617d
Commit
ddf0617d
authored
May 28, 2022
by
longpanda
Browse files
Fix the bug when booting ALT Linux in UEFI mode. (#1645)
parent
9b14b418
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
INSTALL/grub/grub.cfg
INSTALL/grub/grub.cfg
+2
-1
No files found.
INSTALL/grub/grub.cfg
View file @
ddf0617d
...
@@ -364,7 +364,8 @@ function distro_specify_initrd_file_phase2 {
...
@@ -364,7 +364,8 @@ function distro_specify_initrd_file_phase2 {
vt_linux_specify_initrd_file /initrd0.img
vt_linux_specify_initrd_file /initrd0.img
elif [ -f (loop)/sysresccd/boot/i686/sysresccd.img ]; then
elif [ -f (loop)/sysresccd/boot/i686/sysresccd.img ]; then
vt_linux_specify_initrd_file /sysresccd/boot/i686/sysresccd.img
vt_linux_specify_initrd_file /sysresccd/boot/i686/sysresccd.img
elif [ -f (loop)/boot/full.cz ]; then
vt_linux_specify_initrd_file /boot/full.cz
fi
fi
}
}
...
...
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