On Wed, Mar 25, 2009 at 5:41 AM, Felix Zielcke <fziel...@z-51.de> wrote:
> Hi,
>
> since revision 2036, i.e. Bean's command rewrite grub-emu is broken. On
> every command you'll get `invalid arch independent ELF magic'.

Hi,

This is caused by the dynamic loading of commands. In normal.mod, it
scans command.lst and tries to load command on demand. However, the
modules on disk are pc booting, they can't be loaded by grub-emu. The
solution is to point the root device elsewhere with -r option, so that
command.lst won't be found.

-- 
Bean


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

Reply via email to