Rebuild kernel so complicated?

Sudip Mukherjee sudipm.mukherjee at gmail.com
Sun Dec 8 13:25:01 EST 2013


On Dec 8, 2013 2:27 AM, "乃宏周" <naive231 at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20131208/34c4623a/attachment.html 


More information about the Kernelnewbies mailing list