From bf8e3bc45b72c51386b53da9fe5acae2703b6e41 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 20 May 2012 18:44:41 +0200 Subject: [PATCH] Include linux16.mod in GRUB image file x86_64-efi.img Otherwise [U]EFI systems will fail on some addons because of: | Grub cannot load `linux16.mod` Thanks: Paul Menzel for the bug report Thanks: Ulrich Dangel for the bugfix --- etc/grml/fai/config/scripts/GRMLBASE/45-grub-images | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/grml/fai/config/scripts/GRMLBASE/45-grub-images b/etc/grml/fai/config/scripts/GRMLBASE/45-grub-images index d6fdb5c..56e0619 100755 --- a/etc/grml/fai/config/scripts/GRMLBASE/45-grub-images +++ b/etc/grml/fai/config/scripts/GRMLBASE/45-grub-images @@ -37,7 +37,7 @@ ADDITIONAL_MODULES[i386-pc]="biosdisk" if ifclass AMD64 ; then if [ -r "${target}"/usr/lib/grub/x86_64-efi/moddep.lst ] ; then ARCHS+=(x86_64-efi) - ADDITIONAL_MODULES[x86_64-efi]="efi_gop efi_uga" + ADDITIONAL_MODULES[x86_64-efi]="efi_gop efi_uga linux16" else echo "/usr/lib/grub/x86_64-efi/moddep.lst could not be found, skipping." echo "NOTE: grub-efi-amd64-bin not installed?" -- 2.1.4