How to recompile a Linux Kernel
- Getting the Kernel Sources
The most recent releases of the kernel sources are available on ftp.kernel.org. You will want to wget the file to /usr/src or use FTP to upload it.
- Configuring For a Build
- If /usr/src/linux is not found you can cd /usr/src;mkdir linux;ln -s linux-2.* linux
- cd /usr/src/linux
- make menuconfig or make oldconfig to carry over your old settings
- Make the kernel
- make bzImage
- make modules
- make modules_install
- make install
To save time you can use make bzImage;make modules;make modules_install;make install
- Setting Kernel to Boot
One Time boot
- Type grub in command prompt
- Then type savedefault default=0 once
- Type quit
- Reboot
For full time
- vi /etc/grub.conf
- Change default=# to the number of the new kernel
- Reboot











![Validate my RSS feed [Valid RSS]](http://fiber-hosting.com/docs/valid-rss.png)