On Fri, Nov 12, 2010 at 04:20:01PM -0800, Adhyas Avasthi wrote:
> I got the latest sources with bzr. Host is Ubuntu 10.04 x86_64
> Wish to build a x86_64 grub2 efi boot loader image.
> 
> Did the following:
> ./autogen.sh
> ./configure --with-platform=efi
> make
> ./grub-mkimage -d /usr/lib/grub/i386-pc -O x86_64-efi -v

You're trying to build a UEFI image using the BIOS modules in
/usr/lib/grub/i386-pc.  Those modules are incompatible with the
grub-mkimage you just built.

Try (untested) '-d grub-core' instead.

-- 
Colin Watson                                       [[email protected]]

_______________________________________________
Grub-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to