Results 1 to 3 of 3
in order to change my current kernel (version 2.4.18-14) can you help me telling me how to install a new kernel and where to find it?please tell me as simple ...
- 09-15-2003 #1Linux Engineer
- Join Date
- May 2003
- Location
- Greece / Athens
- Posts
- 1,169
new kernel installation
in order to change my current kernel (version 2.4.18-14) can you help me telling me how to install a new kernel and where to find it?please tell me as simple as u can cause i'm a newbie.
- 09-15-2003 #2Linux Engineer
- Join Date
- Jan 2003
- Location
- Lebanon, pa
- Posts
- 994
You can get the sources from kernel.org. The steps are basicly this
extract source /usr/src/linux
make menuconfig
make dep
make bzImage
make modules
make modules_install
The new kernel will be in /usr/src/linux/arch/i386/boot/bzImage
You can copy the new kernel to /boot and setup your bootloader to use it. There are also howtos on kernel.org for compiling/installing your kernel. If you do a search on this site, it has been discussed many times.
- 09-16-2003 #3Just Joined!
- Join Date
- Sep 2003
- Posts
- 31
Thanks Genlee u da man!
Great, simple I think I can pull this off.


Reply With Quote