LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Kernel Compilation and Installation help for 2.6.8 (https://www.linuxquestions.org/questions/linux-newbie-8/kernel-compilation-and-installation-help-for-2-6-8-a-222264/)

kallan 08-25-2004 12:29 PM

Kernel Compilation and Installation help for 2.6.8
 
i have fc2 installed in my system and i have downloaded kernel 2.6.8 full.

Please help me compile it and install it in my system which has 2.6.5 installed.

Demonbane 08-25-2004 12:32 PM

There's plenty of guides on compiling the kernel out there, look around.
If all you want is to try the latest kernel but not to learn how to compile it, these RPMs should make your life easier:
http://people.redhat.com/arjanv/2.6/RPMS.kernel/

tuxrules 08-25-2004 12:39 PM

I assume you want to compile your custom kernel. If not, you can use yum or up2date to get upgrade to the new kernel. As for the steps to kernel compile.

unzip and untar the kernel in your /usr/src/ (you can also use your home directory)

# make menuconfig
or
# make xconfig (this might give errors if you dont have qt, qt-devel)
or
# make oldconfig (if you have old kernel config file)

# make bzImage

# make modules

# make modules_install

# make install

kallan 08-25-2004 12:46 PM


The link given above gives a selection of precompiled kernels isnt it???

also, my pc config is p3 1ghz with 384 mb ram and 815 motherboard
should i go for i586 or i686???


Also

why is that 3 choices of menuconfig, old config and xconfig???

kallan 08-25-2004 12:47 PM

And how much time will it take to compile and install it.........???

Demonbane 08-25-2004 12:57 PM

Yea the link has precompiled kernels, go for i686.

On my p3 1.13g it takes around 20-30 minutes, but it'll depend on how many modules you've selected.

Quote:


why is that 3 choices of menuconfig, old config and xconfig???


They're just different options you can use for configuring the kernel, menuconfig is a ncurses based interface, old config automatically detects your previous configuration then gives you options on new features, xconfig an X GUI frontend.
IIRC there's also a GTK (gconfig) and a QT one.
Personally I recommend menuconfig, I find it easier to use.

kallan 08-25-2004 01:26 PM

Thanks a lot demonbane..... i wud be following ur instructions


All times are GMT -5. The time now is 07:11 AM.