Skip to content
Snippets Groups Projects
Commit db386636 authored by root's avatar root
Browse files

Fix EFI modules missing on boot.

parent e97c3012
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment