On Tue, 2009-06-23 at 01:07 +0200, Robert Millan wrote:
> This is my first "clean" (kludge-free) patch for the i386-qemu port.  It
> doesn't depend on any other patch;  I send it for some final review before
> checking it in.

In some cases, "2" appears on the command line.  Perhaps the initial
keyboard state is not cleared.

If I use all modules, the image is too big:
grub-mkimage: error: Core image is too big (0xa8200 > 0xa0000)

If I exclude lua.mod, I can build the image, but it fails in qemu with
the message "no module name found".  Removing udf.mod helps.  Likewise,
removing several other modules helps.  I believe memory is corrupted if
there are too many modules.

Also, if "no module name found" appears, it's followed by:

Aborted. Press any key to exit.grub_exit() is not implemented.

And it appears on the new line every time a key is pressed.  I believe
grub_exit() should call grub_halt() for i386-coreboot and i386-qemu.

-- 
Regards,
Pavel Roskin


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

Reply via email to