Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ishtar
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Anunna
Ishtar
Commits
db386636
Commit
db386636
authored
2 years ago
by
root
Browse files
Options
Downloads
Patches
Plain Diff
Fix EFI modules missing on boot.
parent
e97c3012
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/templates/grub.cfg.chainboot.j2
+6
-0
6 additions, 0 deletions
ansible/templates/grub.cfg.chainboot.j2
with
6 additions
and
0 deletions
ansible/templates/grub.cfg.chainboot.j2
+
6
−
0
View file @
db386636
...
...
@@ -4,6 +4,12 @@ insmod chain
dhcp
set timeout=3
menuentry 'Local Chainload' --class os {
set background_color=black
search --no-floppy --file /efi/boot/bootx64.efi --set efi
echo "EFI partition is $efi"
chainloader ($efi)/efi/boot/bootx64.efi
}
menuentry 'Local Boot' --class os {
set background_color=black
search --no-floppy --file /grub/grub.cfg --set pivot
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment