LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Is it possible to downgrade kernal?? (https://www.linuxquestions.org/questions/linux-newbie-8/is-it-possible-to-downgrade-kernal-948110/)

sunayanaiyer@gmail.com 06-02-2012 05:19 AM

Is it possible to downgrade kernal??
 
regards
sunayana

craigevil 06-02-2012 05:25 AM

Open Synaptic and look for a different kernel.

pixellany 06-02-2012 05:32 AM

Quote:

Is it possible to downgrade kernal??
Yes!!

You can get anything you want here:
http://kernel.org

If you tell us more about you system and what you want to accomplish, then you'll get better help.......

Heinz 06-02-2012 05:56 AM

Intalling a kernel from kernel.org isn't the easiest of tasks if you're new to Linux. It's probably easier and less error-prone if you use the package manager that comes with your distro. What distro are you running?

Also, most distro's will keep one or two older kernels installed when the kernel is updated. You should be able to select those from the grub menu on boot.

sunayanaiyer@gmail.com 06-04-2012 12:57 AM

hi...

i am having a guest VM in Xen whose kernel information is as follow:
# uname -r
2.6.32-71.el6.i686

But my requirement is to change it to-
# uname -r
2.6.32.12-0.7.1.xs6.0.0.529.170661xen

The distro information is
LSB Version: :core-4.0-ia32:core-4.0-noarch:graphics-4.0-ia32:graphics-4.0-noarch:printing-4.0-ia32:printing-4.0-noarch
Distributor ID: CentOS
Description: CentOS Linux release 6.0 (Final)
Release: 6.0
Codename: Final

Heinz 06-04-2012 01:14 AM

Quote:

Originally Posted by sunayanaiyer@gmail.com (Post 4694885)
hi...

i am having a guest VM in Xen whose kernel information is as follow:
# uname -r
2.6.32-71.el6.i686

But my requirement is to change it to-
# uname -r
2.6.32.12-0.7.1.xs6.0.0.529.170661xen

I'm no expert on CentOS, but if it's not installed already (check the Grub boot menu on start-up), you should be able to install any kernel from yum.

Code:

# yum install kernel-2.6.32.12-0.7.1.xs6.0.0.529.170661xen
Then add an entry for this kernel to your Grub configuration.

sunayanaiyer@gmail.com 06-04-2012 01:23 AM

it says: No package kernel-2.6.32.12-0.7.1.xs6.0.0.529.170661xen available.


All times are GMT -5. The time now is 11:03 AM.