LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   configuration of new kernel for redhat (https://www.linuxquestions.org/questions/linux-newbie-8/configuration-of-new-kernel-for-redhat-863670/)

paramveer84 02-18-2011 11:53 PM

configuration of new kernel for redhat
 
Dear Sir/Mam,

Please guide me how to install new own kernel in Redhat 5. Can i install Debian kernel in redhat ?

John VV 02-19-2011 02:00 AM

Ask the red hat support that YOU DID BUY ? right
http://www.redhat.com/support/
a support contract IS A REQUIREMENT for RHEL 5 ( rhel5.6 is current) and RHEL 6

https://www.redhat.com/apps/store/desktop/


the steps are in the red hat docs
https://access.redhat.com/knowledge/docs/manuals/

but normally you just run the normal update
Code:

su -
yum update


RockDoctor 02-19-2011 06:39 AM

Quote:

Originally Posted by paramveer84 (Post 4263516)
Dear Sir/Mam,

Please guide me how to install new own kernel in Redhat 5. Can i install Debian kernel in redhat ?

Not sure about RHEL, but you can, with an undue amount of effort, install a Debian kernel in Fedora (or vice-versa).:study: However, if you have to ask how, you shouldn't be doing it.

As for installing your own new kernel, once you've created the RPM,
Code:

yum localinstall <your-kernel-RPM>
should do the trick, as would
Code:

rpm -ivh <your-kernel-RPM>


All times are GMT -5. The time now is 08:01 AM.