On Thu, 2009-10-22 at 13:37 +0530, jyothi swaroop wrote: > I want to install only linux kernel on my pc , can any one plz quide me how > to install linux kernel only.
I think you want to upgrade to a new kernel. Until you don't upgrade from very old kernel to the latest, then you won't have any problems. Upgrading form 2.6.x.y to 2.6.30.x would be fine. There are only four steps (simple ;-)) 1. Extract the source tree somewhere 2. give make old-config and accept the defaults if it asks anything more (this is not bad, but if you know what you are doing then you can change the options) 3. give make 4. sudo make install (or su - and then make install) reboot and select your new kernel. (default selection will be the old kernel unless you had changed in the grub file) -- ilp <[email protected]> _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
