On Tue, Aug 01, 2017 at 04:45:12PM +0430, faezeh dehghan wrote: > I am a newie in grub and kernel development. I want to change the grub > package (grub-installer(1.117+deb8u1))
grub-installer is part of the Debian installer, and is not part of GRUB. Note that it is not the same as the grub-install program, which is part of GRUB. > and source so that it install modules like LVM instead of making > modules and load them in grub shell after install. Is there any way of > doing this ? I think you first need to explain clearly exactly what your situation is. The intention of grub-install is that it generally works out which modules GRUB needs to read files from /boot/grub/ and builds those into the image automatically; further modules can then be loaded from /boot/grub/ at run-time. While it is possible to change this using the --modules option to grub-install, you ought to first establish why you need to do this, as it should generally be unnecessary. -- Colin Watson [cjwat...@ubuntu.com] _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel