<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 12/07/2013 12:57 PM, &#20035;&#23439;&#21608; wrote:<br>
    <blockquote
cite="mid:CAJFpruKnnWPwKe3LtfS775=9_zZQ3Mrhi0p7sVPxV_3eTWsLJQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>AFAIK, rebuild the kernel should follow those steps at
          least:</div>
        <div>
          <ul>
            <li><i>copy /boot/system-$(uname -r).map to ${kernel_src}</i></li>
            <li><i>copy /boot/config-$(uname -r) to ${kernel_src}</i></li>
            <li><i>cd ${kernel_src}</i></li>
            <li><i>make menuconfig</i>, save config(If I don't wanna
              change anything for test).</li>
            <li><i>make -j9 bzImage.</i></li>
            <li><i>override /boot/vmlinuz-$(uname -r) with
                ${kernel_src}/arch/x86/boot/bzImage</i></li>
          </ul>
        </div>
      </div>
    </blockquote>
    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).<br>
    <br>
    <br>
  </body>
</html>