This is a discussion on Adding a new kernel to Redhat linux within the Unix Articles and Tutorials forums, part of the Articles and Tutorials category; Hi, How can i add a new kernel to the existing Redhat linux operting system? How can remove the existing ...
|
|||||||
| Unix Articles and Tutorials Unix/Linux Articles, Tutorials and white papers. |
![]() |
| LinkBack | Thread Tools | Search this Thread |
|
|||
|
Re:Adding a new kernel to Redhat linux
Firstly, compile your kernel and copy bzImage and System.map from your kernel source tree into /boot/ directory
in 2.6.7 kernels there is a \'make install\' target also which would just install the kernel. removing a kernel compiled by redhat is as simple as removing the kernel package using rpm (make sure you are not running the kernel you are removing) as regards removing the kernel you have installed, just remove those files and the relevant entries in /etc/lilo.conf or /boot/grub/menu.lst depending on whichever boot loader you are using. LAST BUT NOT THE LEAST, READ THE documentation in the Documentation directory of the linux kernel. There is NO SUBSTITUTE for that. dheeraj |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Linux Frequently Asked Questions with Answers (Part 1 of 6) | rkiesling@mainmatter.com | Tech FAQ | 0 | 09-11-2004 12:16 AM |
| Linux Frequently Asked Questions with Answers (Part 1 of 6) | rkiesling@mainmatter.com | Tech FAQ | 0 | 08-28-2004 12:14 AM |