Please note that LinuxExchange will be shutting down on December 31st, 2016. Visit this thread for additional information and to provide feedback.

I am using fedora 12 kernel 2.6.31.5-127.fc12.i686.PAE So i need kernel 2.6.15.xxxx so help me for this

Thanks in advance By PRABHAKARAN

asked 22 Aug '12, 06:51

romprabha's gravatar image

romprabha
112
accept rate: 0%




  1. Download new kernel source code
  2. Go to the directory
  3. Do a make menuconfig if you want make it customized by enabling/disabling the modules you need
  4. make
  5. make modules
  6. make modules_install (should be root user)
  7. make install

After completing this command execution, menu.lst is getting updated . Then reboot the system The system will boot with new kernel

link

answered 05 Oct '12, 03:55

Ranjini's gravatar image

Ranjini
111
accept rate: 0%

Hello just compile the old kernel from source then set the old kernel as default in grub.conf or menu.lst

link

answered 06 Oct '12, 06:13

Arash's gravatar image

Arash
111
accept rate: 0%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×10

Asked: 22 Aug '12, 06:51

Seen: 1,381 times

Last updated: 06 Oct '12, 06:13

powered by OSQA