#765797 grub-efi-amd64: vga and vbe modules appear in grub.cfg while not being installed

Package:
grub-efi-amd64
Source:
grub2
Description:
GRand Unified Bootloader, version 2 (EFI-AMD64 version)
Submitter:
wim
Date:
2014-10-18 09:27:06 UTC
Severity:
minor
#765797#5
Date:
2014-10-18 09:20:43 UTC
From:
To:
Dear Maintainer,

   * What led up to the situation?

Installation of LMDE (based upon debian testing),
on a preinstalled win8 machine with uefi boot.
errors on boot, in the end the message booting anyway
(file not found, mode not supported)

   * What exactly did you do (or not do) that was effective (or
     ineffective)?

Solution:
outcomment
	insmod vga
	insmod vbe
and replace with
	insmod efi_gob
        insmod efi_uga
	insmod font
Change the resolution to a higher one in grub.cfg (for the mode not supported)

   * What was the outcome of this action?

no visible errors on boot

This could be a single case, but could it be that vga en vbe should not be present
by default in the grub.cfg for efi version of grub.

mvg,
Wim Bertels