Skip to content
Snippets Groups Projects
Commit ed175275 authored by Christopher's avatar Christopher
Browse files

grub.cfg: move ubuntu (secboot) grub cfg to /boot/grub

Usually ubuntu ships a grub.cfg in /boot/grub/x86_64-efi itself that
loads some modules (depending on the ubuntu image!) and then loads
the grub.cfg in /boot/grub. So, replace the config in /boot/grub instead
of /boot/grub/x86_64-efi. lipck will copy the original config in
/boot/grub/x86_64-efi and thus, the ubuntu grub will load the
correct modules and then load our config.
parent 6c21bbdd
No related branches found
No related tags found
No related merge requests found
configfile /grub/grub.cfg
insmod part_acorn
insmod part_amiga
insmod part_apple
insmod part_bsd
insmod part_dfly
insmod part_dvh
insmod part_gpt
insmod part_msdos
insmod part_plan
insmod part_sun
insmod part_sunpc
configfile /grub/grub.cfg
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment