Results 1 to 4 of 4
Hello Linux lovers i am running on Fedora 9,kernel version is 2.6.25 ,the problem is that i am learning to write device drivers for 2.6.10 kernel.
I downloaded its tarball ...
- 02-21-2009 #1Just Joined!
- Join Date
- Jan 2009
- Location
- Hyderabad(India)
- Posts
- 23
How to DOWNGRADE kernel
Hello Linux lovers i am running on Fedora 9,kernel version is 2.6.25 ,the problem is that i am learning to write device drivers for 2.6.10 kernel.
I downloaded its tarball and followed all the instructions in README in an attempt to install this older kernel.
There are so many warning when i says #make menuconfig ,but finally the screen shows up to customize my kernel,i selected the default actions and exited.
But when i say #make ,again so many warnings but this time error and the build stage just terminated.
Is there a way for me to downgrade my kernel ,i mean install an older version in the presence of new one?.
By the way if successfully installed,i want an option in GRUB to boot either one of them.
Thanks for reading this far,now help me please.
A twist in the tale,i want to do all those steps manually,since i don't have internet connected to my machine.
- 02-21-2009 #2
Follow instructions for here.
You have to add title block for a new kernel in grub.conf file after sucessful compilation.
Code:title new kernel root (hdx,y) kernel /new_kernel_name ro root=/dev/sdax initrd /new_initrd_image_if_any
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-21-2009 #3Just Joined!
- Join Date
- Jan 2009
- Location
- Hyderabad(India)
- Posts
- 23
- 02-21-2009 #4
Yes, its possible downgrade kernel version. Just follow instructions in the given link to compile it.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First



