Hello,

I am trying to build grub2 from the bzr repository, but I receive the error
:
../grub-mkimage: error: cannot stat ./sh.mod.
I have read in the mailing list archive that sh.mod was replaced by
normal.mod, but I can't figure out how to fix it.

Here are the commands I run :
bzr branch http://bzr.savannah.gnu.org/r/grub/trunk/grub
cd grub
./autogen.sh
./configure --prefix=~/Downloads/grub-trunk/build --with-platform=efi
--target=x86_64
make
make install
cd grub-core
../grub-mkimage -O x86_64-efi -d . -o grub.efi part_gpt hfsplus fat ext2
normal sh chain boot configfile linux multiboot
../grub-mkimage: error: cannot stat ./sh.mod.

Could you give me a hint please ?
Thanks in advance,

metatech
_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to