[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GRUB for EFI is Complaining about the Absence of vbe.mod...
From: |
SevenBits |
Subject: |
GRUB for EFI is Complaining about the Absence of vbe.mod... |
Date: |
Wed, 15 Oct 2014 16:03:56 -0400 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello all,
I'm in a bit of a predicament, and I hope that someone more skilled
than I am can help.
I'm compiling GRUB for the x86_64 EFI platform, and everything seems
to proceed okay until I actually run GRUB. When I do, it complains
about the absence of vbe.mod. This confuses me because there *is no*
vbe.mod under my configuration; it is not under grub-core in my build
directory, and furthermore GRUB's Makefile (in this case,
Makefile.core.def) specifies that it only works on the i386_pc
platform, not EFI.
module = {
name = vbe;
common = video/i386/pc/vbe.c;
enable = i386_pc;
};
Why, then, would GRUB be complaining about its absence when from what
I can tell, it should not looking for it in the first place. Can
anyone explain this to me? I assume that this error occurs when I try
to set the gfxmode and gfxpayload variables:
set gfxmode=auto
set gfxpayload=keep
Here's my configure line:
./configure --with-platform=efi --enable-grub-fstest=no
- --enable-grub-mkfont=no --disable-nls --enable-efiemu=no
Any thoughts? I'm quite confused...
- -- SevenBits
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAEBAgAGBQJUPtMsAAoJEFbRvtGxmFPEMYAH/j8D555paM93zTNnTDjdGDUU
IjKt/A530U7gqwdKHDIWORmkkHHm+3WONDsgnfg+Ihqo36xbm9MtXQsjSGHk39vZ
Z5Hiw4feydjPCQqR0Mhf5K0JPTpyvV5zR2fgRrBCJZ70fD4aZfuUY3fBJTgp0xWZ
4uAiGLuIh4r0pC6qR/yH0DzEfRTp8QwGv1U0doed2h/vpOlHXcVPk3Qy8CN8F1nv
UVNWC0u/cXcYXYkmgM5YGir7Dpmnk111rWk0Av91O+Uy+xFkJgpLWDYEkOGhO45L
sj09MSJdAFRqPi0QFfTpJTqO+K4PrE0u+7QjXDc8z3pRRl0goFX0Ry2lBErslxM=
=bAqM
-----END PGP SIGNATURE-----
- GRUB for EFI is Complaining about the Absence of vbe.mod...,
SevenBits <=