grub-install only activates grub by writing into disks' MBR and coping the necessary modules into /boot/grub. To get files in /etc/grub.d/ you need to install grub package either by using .deb package or make install from build directory. Once this is done, you can use grub-mkconfig tool to generate grub.cfg or you can create it manually yourself.
-- bvk.chaitanya _______________________________________________ Help-grub mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-grub
