[Top][All Lists]
[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: |
Sat, 28 Mar 2009 21:26:50 +0800 |
On Sat, Mar 28, 2009 at 9:15 PM, Robert Millan <address@hidden> wrote:
> On Wed, Mar 25, 2009 at 01:17:40PM +0800, Bean wrote:
>>
>> 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.
>
> But then, other things can't be found, like grub.cfg.
>
> Can't we disable module loading altogether on grub-emu? Or just silence
> the warning there.
Hi,
The dynamic command loader can be separated in a module. In grub-emu,
we just don't use it.
Anyway, this issue is only temporary. After my patch to split the
normal mode, it will go away.
--
Bean