grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: grub-emu is broken since rev 2036


From: Bean
Subject: Re: grub-emu is broken since rev 2036
Date: Wed, 25 Mar 2009 13:17:40 +0800

On Wed, Mar 25, 2009 at 5:41 AM, Felix Zielcke <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]