Downgrade kernel version with yum

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Downgrade kernel version with yum
# 1  
Old 07-21-2011
Downgrade kernel version with yum

Dear all,

Now I need to downgrade my current kernel to 2.6.12

I found some pages with Google, and they said that I can do it with yum, but there is not details information.

How can I use yum to downgrade kernel version Smilie

Please help me

Thank you very much
# 2  
Old 07-21-2011
Yes, you can install as many kernels as you want, but only use one at a time.

Code:
yum install kernel-2.6.x.x.x.x.x

Then edit grub.conf and choose the kernel you want to use on startup.

You'll need to reboot your computer for the new kernel to be loaded.
# 3  
Old 07-21-2011
Dear verdepollo

Thanks for your help

I tried your command, but it reports: No package kernel-2.6.12 available

Can you give me a working mirror link to install kernel
# 4  
Old 07-25-2011
# 5  
Old 07-25-2011
Just be aware that while you can downgrade your kernel, you may render your system unusable if you do not know exactly what you are doing.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. HP-UX

Regarding firmware and kernel version of HP-UX systems.

Dear All, Please help to find out the patch and firmware versions in HP-UX systems. as uname -r is showing os version and uname -a HP-UX xxxxxx B.11.23 U 9000/800 2781427196 unlimited-user license. Kindly help to find out the existing Kernel and firmware versions. Also I need to... (3 Replies)
Discussion started by: anuragr
3 Replies

2. Shell Programming and Scripting

Linux kernel version comparision method

Hi All, I am preparing a precheck script for my oracle DB installation. I am setting an expected version value, actual version can be greater than the expected version or equal to it. I am using the below logic to test this. expected=2.6.32-279.el6.x86_64 received=$(uname -r) ... (5 Replies)
Discussion started by: veeresh_15
5 Replies

3. UNIX for Dummies Questions & Answers

How to downgrade cygwin to a part. version?

I'd like to compile gxemul under cygwin, Here a nice guy who ported the source code, but the prerequisites are needing the exact versions of the libraries https://github.com/fd00/yacp/tree/master/gxemul If I download the setup.exe from canonical cygwin web site, it automatically installs me the... (1 Reply)
Discussion started by: lucky7456969
1 Replies

4. Red Hat

Kernel version required for installing KVM

Hi friends, I have a created a RHEL 6.4 for installing KVM in Virtual box. My machine is a 64 bit, but virtual box was not allowing to install x86_64 version RHEL. So I had to install 32 bit i686 version of RHEL. The kernel came with the CD was 2.6.32-358.el6.i686. But KVM doesnt support... (2 Replies)
Discussion started by: shyam2j
2 Replies

5. Red Hat

Specify version in yum update

Hello All, I am trying to upgrade redhat from 5.6 to 5.8. When i use Code: yum update -y it installs 5.9 I dont want 5.9, instead i would like to upgrade to 5.8 is there anyway to specify a version when you are doing Code: yum update (4 Replies)
Discussion started by: adam25ca
4 Replies

6. Solaris

about the Kernel version ?!!

Hi All I have the below information ... and I want to know how to get the lats Kernel version ? and is this Kernel version SunOS 5.10 Generic_147440-13 last version or what ? - Hostname: server1 Release: 5.10 Kernel architecture: sun4u Application architecture: sparc Hardware... (1 Reply)
Discussion started by: roooooot
1 Replies

7. Shell Programming and Scripting

Incorrect kernel version (why).

ps -A | grep firefox | kill `awk '{print $1}'` Warning: /boot/System.map-2.6.35.11-83.fc14.x86_64 has an incorrect kernel version. The command have succeeded but with the warning. The command before the previous one had not been successful. But there was also this warning. (1 Reply)
Discussion started by: Xcislav
1 Replies

8. Debian

how to find out the kernel version of a particular debian release ?

Is there any metrics table available somewhere listing out, which kernel version is there in particular debian release ? Also, can somebody tell which debian release is having the kernel version 2.6.26 ? (1 Reply)
Discussion started by: thegeek
1 Replies

9. Solaris

How can i see kernel patch version?

Hello experts. How can i see kernel patch version? what are advantages applying that patch? Thanx in advance (5 Replies)
Discussion started by: younus_syed
5 Replies

10. Linux

kernel version

Hi all, anyone know what should be the kernel version for red hat linux enterprise 3 update 3 . I have installed kernel version is 2.4.21-4 and some says that it may not be the red hat linux enterprise 3 update 3 . :o thanks Bert (4 Replies)
Discussion started by: bert.n
4 Replies
Login or Register to Ask a Question