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