Linux / UNIX Tech Support Forum
This is a discussion on compile a new kernel in RHEL 5 within the CentOS / RHEL / Fedora forums, part of the Linux Distribution category; Hi all, I need some help in compiling a new kernel. I am using RHEL 5 with kernel version 2.6.18. ...
|
|||||||
| CentOS / RHEL / Fedora Discussion about Redhat Enterprise Linux or CentOS or Fedora Linux related problems. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi all,
I need some help in compiling a new kernel. I am using RHEL 5 with kernel version 2.6.18. I have downloaded a kernel from link HTML Code:
http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.20.6.tar.bz2 Code:
1. cd /usr/src 2. wget -c http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.20.tar.bz2 3. tar xvfj linux-2.6.20.tar.bz2 4. cd linux-2.6.20 5. make clean && make mrproper 6. make menuconfig 7 make clean 8. make bzImage 9. make modules 10. make modules_install 11. mkinitrd /boot/initrd-2.6.20.img 2.6.20 HTML Code:
http://www.digitalhermit.com/linux/Kernel-Build-HOWTO.html#CONFIGURATION-2-6 It only has the old file i.e initrd-2.6.18.img. Also, few parameters in the make menuconfig are bit confusing, it would be really great if someone has any ebook regarding the parameters. Pls help !! Thanks in Adv. Vikas |
| Sponsored Links | ||
|
|
|
|||
|
load .config old and new. diff it. grep diff. look for goofs.
config-2.6.x.[FONT=verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif]x[/FONT] Contains all the configuration selections for the kernel |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Is Linux kernel is monolithic or modular kernel? | chiku | Linux software | 3 | 27-08-2009 02:56 AM |
| Linux kernel deleted from /boot - how do I resinstall the kernel | vaibhav.kanchan | Getting started tutorials | 2 | 25-03-2008 12:31 AM |
| Yum install kernel debuginfo packages kernel-debuginfo repo | rockdalinux | Getting started tutorials | 0 | 15-06-2007 09:59 PM |
| sa-compile | diptanjan | Linux software | 1 | 07-06-2007 07:07 PM |
| Kernel Compile | mannrj45 | Linux software | 1 | 02-12-2006 08:32 PM |