On Tue, Jan 24, 2012 at 10:34:48AM -0800, Jordan Uggla wrote:
> Yes, "module /path/to/multiboot/module" (just like in grub legacy).
> "insmod" is for loading grub's own modules.
Works perfect, just tried it!

In case anyone else is trying to do this, the kernel has to be loaded
before the module is loaded, for example:

section "os" {
    multiboot /path/to/kernel
    module /path/to/module
    boot
}

Jordan, thank you so much for your help!

// Erik

_______________________________________________
Help-grub mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-grub

Reply via email to