How to install a older version kernel on new OS?

2015-05-22 Thread Gao Peng
I am using fedora 21,and kernel version is 3.17 but I compile a 2.6.32 kernel and install it,when I reboot I got error :"too old kernel",how Can I install a rather older kernel on a new system,is there some way fix it? ___ Kernelnewbies mailing list Kerne

Will make modules_install replace old kernel modules?

2015-05-27 Thread Gao Peng
I built kernel in this sequence make make modules sudo make modules_install sudo make install I am not sure if I boot from the old kernel,will the old kernel load the new-installed modules or keep it's own modules? ___ Kernelnewbies mailing list Kerneln

Re: Will make modules_install replace old kernel modules?

2015-05-27 Thread Gao Peng
Got it! thx! On Thu, May 28, 2015 at 11:43 AM, wrote: > On Thu, 28 May 2015 11:26:02 +0800, Gao Peng said: > > > > I am not sure if I boot from the old kernel,will the old kernel load the > > new-installed modules or keep it's own modules. > > If you did it