How to install a module into the kernel

2006-09-20 Thread
hi, recently I have been working under grub2. I wrote some of my own modules and I don't know how to add it to the grub2 kernel (I mean how to pack it to the core.img,not using the command :insmod).I tried to find ways through the Internet but i got none. I am very glad if you can he

about gfxterm

2006-11-09 Thread
Hi,everyone.I have a problem with the module gfxterm. I packed the gfxterm vbe video terminal and some other module into the core.img . Started the computer and entered the grub commandline.Then I typed "terminal gfxterm" trying to change the terminal from "console" to "gfxterm" (th

Does grub2 support background image?

2007-01-04 Thread
hi,all Will grub2 support backgroud image under the terminal gfxterm? I think it feels much better if grub2 can support something like grub legacy 's splashimage. Thank you!___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/lis

about the boot command.

2007-01-04 Thread
hi,all I have a question about the boot command after reading its implementation. Before the really boot function executes, the function grub_machine_fini() will be executed if grub_loader_noreturn is true. I don't know why. Why can't we just boot without grub_machine_fini() being executed ? T