<p><br>
On Dec 8, 2013 2:27 AM, &quot;乃宏周&quot; &lt;<a href="mailto:naive231@gmail.com">naive231@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; AFAIK, rebuild the kernel should follow those steps at least:<br>
&gt; copy /boot/system-$(uname -r).map to ${kernel_src}<br>
&gt; copy /boot/config-$(uname -r) to ${kernel_src}<br>
&gt; cd ${kernel_src}<br>
&gt; make menuconfig, save config(If I don&#39;t wanna change anything for test).<br>
&gt; make -j9 bzImage.<br>
&gt; 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>