Exforsys
+ Reply to Thread
Results 1 to 2 of 2

Adding a new kernel to Redhat linux

This is a discussion on Adding a new kernel to Redhat linux within the Linux forums, part of the Operating Systems category; Hi, How can i add a new kernel to the existing Redhat linux operting system? How can remove the existing ...

  1. #1
    itzsug is offline Junior Member Array
    Join Date
    May 2004
    Answers
    22

    Adding a new kernel to Redhat linux

    Hi,

    How can i add a new kernel to the existing Redhat linux operting system?
    How can remove the existing kernel and add a new one?

    Thanks

    From
    Jagadish


  2. #2
    dhee Guest

    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


Latest Article

Network Security Risk Assessment and Measurement

Read More...