subsequent kernel configuration change and rebuild cause an incident as described in:
viewtopic-p-8539450.html
i use "make menuconfig" to add two configuration keys and save and "make" and "make install" ... and because of my ignorance, the machine failed to reboot. but i think i had saved the changed kernel configure and the "make" and "make install" were successful.
anyway, i fixed it with LiveCD boot and "genkernel --menuconfig all".
During this "genkernel --menuconfig all", i noticed that the previously added two keys were still unchecked and i have to added them again,
so it looks to me that genkernel does not read from the .config file i saved in previous make menuconfig.
so, i guess that since i use genkernel initially, it might be better for me to keep using it subsequently.
The good thing is: i open "make menuconfig" again and see that the two keys added during "genkernel --menuconfig add" are still there. so it looks to me that although genkernel does not read from .config for make, it does save to .config for make.