kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* Rebuild kernel so complicated?
@ 2013-12-07 11:57 乃宏周
  2013-12-08 18:25 ` Sudip Mukherjee
  2014-03-14  0:14 ` Razvan Ghitulete
  0 siblings, 2 replies; 3+ messages in thread
From: 乃宏周 @ 2013-12-07 11:57 UTC (permalink / raw)
  To: kernelnewbies

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*

Maybe those steps contains some typo or has some different paths. Buts the
point is I don't change any features from original setting, I just copy my
system.map and config to kernel source's one and rebuild the kernel(should
be the same with mine).

When I override new kernel and reboot, It just hanged, no any message print
out(No Oops, No panics). But if I do those steps with
this<http://it.livekn.com/2013/01/compile-kernel.html>,
everything goes fine. I just don't know the differences between the
standard way and debian's way. Is ubuntu abnormal ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20131207/010fa902/attachment.html 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-03-14  0:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-07 11:57 Rebuild kernel so complicated? 乃宏周
2013-12-08 18:25 ` Sudip Mukherjee
2014-03-14  0:14 ` Razvan Ghitulete

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).