On Sat, Mar 28, 2009 at 9:15 PM, Robert Millan <[email protected]> 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 _______________________________________________ Grub-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/grub-devel
