LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   kernel update and install (https://www.linuxquestions.org/questions/linux-newbie-8/kernel-update-and-install-4315/)

Darkstone 07-15-2001 03:33 PM

kernel update and install
 
I had a lok over at suse and could n't find updated kernels for suse7.1
any ideas where I can get them.
secondly I what is the best method for installing new and backup old kernels


ta

darkstone

CragStar 07-16-2001 01:19 PM

I would say that the best way to put in a new kernel is to compile one yourself. Use the kernel HOW-TO at www.linuxdocs.org as a guide.

The kernel itself when finished is usually called vmlinuz (in /boot), or something along those lines. Simply keep that file and you will be able to boot to it at any time. You may want to put a copy of it on a floppy, so you can boot from it in an emergancy (and you never know!):)

GonzoJohn 07-16-2001 02:25 PM

First, get the latest stable kernel at www.kernel.org. The link for it will be at the bottom of the page.

Second, if you use LILO to boot, NEVER replace entries in /etc/lilo.conf until you're sure they work properly. And even then, it's good to have a kernel entry to fall back on that you know works. This advice might not make sense to you, so you'll need to read a little about LILO configuration. Read the man pages and look at your lilo.conf file, it should make sense.

The README file included in the kernel tarball is pretty easy to follow for compiling a new kernel. If you've never done it before, use the "make xconfig" option for configuring (provided you're running X of course). It's a GUI that makes things pretty plain for kernel configuration.

That's just my opinion, I prefer GUIs.

I'd recommend looking at the HOWTOs at www.linuxdoc.org for LILO and Kernel. They'll help as well.

Cheers.

Darkstone 07-16-2001 02:50 PM

cheers that was just what I was after


All times are GMT -5. The time now is 02:39 AM.