[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Error in creating the EFI image for Grub2
From: |
Colin Watson |
Subject: |
Re: Error in creating the EFI image for Grub2 |
Date: |
Sat, 13 Nov 2010 00:30:23 +0000 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
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 address@hidden