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
906dc4cd
Unverified
Commit
906dc4cd
authored
Oct 09, 2020
by
David P
Committed by
GitHub
Oct 09, 2020
Browse files
fix Parabola EFI booting (#508)
parent
82a8b59b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
INSTALL/grub/grub.cfg
INSTALL/grub/grub.cfg
+2
-4
No files found.
INSTALL/grub/grub.cfg
View file @
906dc4cd
...
@@ -500,10 +500,8 @@ function uefi_linux_menu_func {
...
@@ -500,10 +500,8 @@ function uefi_linux_menu_func {
vt_add_replace_file $vtindex "boot\\initramfs_x86_64.img"
vt_add_replace_file $vtindex "boot\\initramfs_x86_64.img"
fi
fi
elif [ -d (loop)/parabola ]; then
elif [ -d (loop)/parabola ]; then
if [ -f (loop)/parabola/boot/x86_64/parabola.img ]; then
if [ -f (loop)/parabola/boot/x86_64/parabolaiso.img ]; then
vt_add_replace_file $vtindex "EFI\\parabola\\parabola.img"
vt_add_replace_file $vtindex "EFI\\parabolaiso\\parabolaiso.img"
elif [ -f (loop)/boot/initramfs_x86_64.img ]; then
vt_add_replace_file $vtindex "boot\\initramfs_x86_64.img"
fi
fi
elif [ -f (loop)/EFI/BOOT/initrd.gz ]; then
elif [ -f (loop)/EFI/BOOT/initrd.gz ]; then
vt_add_replace_file $vtindex "EFI\\BOOT\\initrd.gz"
vt_add_replace_file $vtindex "EFI\\BOOT\\initrd.gz"
...
...
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