From d21f3c0519a7251ab32344afd590b85018d56401 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Tue, 27 Nov 2018 04:33:54 -0500 Subject: Modify modules to include and load in GRUB images The cbfs module must be loaded before trying to source grub.cfg from CBFS, for obvious reasons. The test module is bundled into all images in order to avoid the situation where grub gets stuck in a loop trying to locate the module during parsing of grub.cfg. This could happen if a user removes the module or moves it, so it's best to avoid a brick by just bundling it into the image. For the bios target, biosdisk has been removed as it doesn't seem to provide any benefit and memdisk has been added to eliminate an error printed by GRUB upon load. --- projects/grub/configs/coreboot/modules-minimal | 1 + 1 file changed, 1 insertion(+) (limited to 'projects/grub/configs/coreboot/modules-minimal') diff --git a/projects/grub/configs/coreboot/modules-minimal b/projects/grub/configs/coreboot/modules-minimal index 0480a0d0..e2033cb8 100644 --- a/projects/grub/configs/coreboot/modules-minimal +++ b/projects/grub/configs/coreboot/modules-minimal @@ -10,5 +10,6 @@ part_bsd part_gpt pata reboot +test usbms verify -- cgit v1.2.3-70-g09d2