Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined!
    Join Date
    Jan 2009
    Location
    Hyderabad(India)
    Posts
    23

    Unhappy 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.

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

  3. #3
    Just Joined!
    Join Date
    Jan 2009
    Location
    Hyderabad(India)
    Posts
    23
    Quote Originally Posted by devils casper View Post
    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
    But the problem is i am not able to compile my kernel in the first place,first tell me if it is possible to downgrade to older version or not?

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...