From mboxrd@z Thu Jan 1 00:00:00 1970 From: razvan.ghitulete@gmail.com (Razvan Ghitulete) Date: Fri, 14 Mar 2014 01:14:50 +0100 Subject: Rebuild kernel so complicated? In-Reply-To: References: Message-ID: <532249FA.1020903@gmail.com> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org On 12/07/2013 12:57 PM, ??? 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 might be in the wrong...but why are you copying your running kernel system.map to the src dir? AFAIK the system.map is generated during the build process. Also you should consider building the modules and installing them. Most probably your distro modules will have some problems with a custom built kernel(even though you have the same config). -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20140314/caad0ed1/attachment.html