[KLUG Members] kernel

Michael W. Holdeman lists at ptfd.org
Wed Jun 23 11:48:27 EDT 2004


>
> What I did was:
>
> cd /usr/src/linuc
> make menuconfig
> modified the devices I wanted to be built in
> saved the config
> make
>
> from there I don't know what else to do.
I take it this is a 2.6 series kernel?
if so you then need to install it and the modules.

This is what "I" do (this may or may not work for you and in fact may destroy 
your system) (Disclaimer)!!

deleate the symlink /sur/src/linux
then ln -s /usr/src/linux-<your new version>
cd /usr/src/linux
make menuconfig
(do the config stuff you want)
make
make modules_install
cp /arch/i386/boot/bzImage /boot/kernel-<your new kernel eg 2.6.6win4lin>
cp System.map /boot/System.map
then edit /boot/grub/grub.conf to add the new kernel


I hope this helps, and as I said this is what I do, may or may not be right 
way to do it. I know alot of people don't like the symlink in teh /usr/src 
directory and compiling as root etc..., but it's never been a problem for me.

Mike
-- 
Michael W. Holdeman

Powered by Gentoo Linux www.gentoo.org 2004.0
Kernel 2.6.6-win4lin
Windows apps thanks to Win4Lin 5.1.16 netraverse.com
Wireless thanks to ndiswrapper


More information about the Members mailing list