Dec. 8, 2013
6:25 p.m.
On Dec 8, 2013 2:27 AM, "乃宏周" <naive231@gmail.com> wrote:
AFAIK, rebuild the kernel should follow those steps at least: copy /boot/system-$(uname -r).map to ${kernel_src} copy /boot/config-$(uname -r) to ${kernel_src} cd ${kernel_src} make menuconfig, save config(If I don't wanna change anything for test). make -j9 bzImage. override /boot/vmlinuz-$(uname -r) with
${kernel_src}/arch/x86/boot/bzImage i think you have missed the step to create the initrd image and try updating grub after all the steps are over. Regards Sudip