when I run grub-install(configure with --prefix=/usr) on my i386-pc, it report "/usr/sbin/grub-mkimage cannot be found". instead, this file is installed in path "/usr/bin". In the grub-install script: grub_mkimage=$(prefix)/sbin/grub-mkimage but in the files /conf/i386-pc.mk and /conf/i386-pc,rmk: bin_UTILITY=grub-mkimage sbin_UTILITY=grub-setup.... in the files i386-efi.[r]mk, like this.
so, after I move grub-mkimage from bin_UTILITY to sbin_UTILITY and rebuild it, this error disappeared. _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel