Answers to: how to install old kernel ?http://linuxexchange.org/questions/2919/how-to-install-old-kernel<p>I am using fedora 12 kernel 2.6.31.5-127.fc12.i686.PAE So i need kernel 2.6.15.xxxx so help me for this </p> <p>Thanks in advance By PRABHAKARAN </p>enSat, 06 Oct 2012 06:13:15 -0400Answer by Arashhttp://linuxexchange.org/questions/2919/how-to-install-old-kernel/2943<p>Hello just compile the old kernel from source then set the old kernel as default in grub.conf or menu.lst </p>ArashSat, 06 Oct 2012 06:13:15 -0400http://linuxexchange.org/questions/2919/how-to-install-old-kernel/2943Answer by Ranjinihttp://linuxexchange.org/questions/2919/how-to-install-old-kernel/2942<ol> <li>Download new kernel source code</li> <li>Go to the directory</li> <li>Do a make menuconfig if you want make it customized by enabling/disabling the modules you need</li> <li>make</li> <li>make modules</li> <li>make modules_install (should be root user)</li> <li>make install</li> </ol> <p>After completing this command execution, menu.lst is getting updated . Then reboot the system The system will boot with new kernel</p>RanjiniFri, 05 Oct 2012 03:55:57 -0400http://linuxexchange.org/questions/2919/how-to-install-old-kernel/2942