Thanks - I'm still working on it.
Does anyone know where there is a clean, working source for Centos 2.6.9-42.0.3 (supposedly the 4.4 final)? I'm pretty sure the one I have is NOT the right one....
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Jim Perrin Sent: Thursday, January 25, 2007 2:47 PM To: CentOS mailing list Subject: Re: [CentOS] Problems with building a complete kernel
On 1/25/07, Mark Hull-Richter mhull-richter@datallegro.com wrote:
I have a plain vanilla Centos source (not 100% sure where we got it from), but I can't seem to get a build that installs correctly.
Welcome to the joy of building custom kernels.
I tried the method described at http://wiki.centos.org/HowTos/Custom_Kernel, but rpm doesn't like the output file, and even if I install it with -F, nothing seems to happen
-
no new kernel, now initrd, nothing.
Something in your build process has likely failed. Also, -F is to 'freshen' an existing package. This is something you most definitely DO NOT want to do with a kernel.
When I tried following the directions in the README file that came
with
the source, I built the kernel just fine, but the instructions then go on to describe how to modify LILO to make the install work, and my
boot
loader is GRUB - not sure how to reconcile those two.
Look at your /etc/grub.conf and add a stanza like the others, but with your kernel info. It should be pretty straight forward.
So, I built yet another kernel (rpm) following the guide at http://www.howtoforge.com/kernel_compilation_centos, and the rpm built just fine, but when I run mkinitrd, it complains that I don't have the ahci module in my kernel. The only reference I have found to ahci is
in
my boot setup, and it is already enabled, so, once again, I am stuck. Anyone have any ideas here?
Yes. Follow one guide at a time. This will keep you from dragging your problem around with you. Troubleshoot why your build failed the first time around.
I'm running Centos 2.6.9-42.0.3ELsmp on a Dell Precision 390 (P4/HT 3GHz, 2Gb mem, ATI FireGL 4700, 160Gb SATA, ...
Seems fairly common hardware. Are you sure you need to rebuild? Perhaps the centos wiki was not stern enough in discouraging custom builds for a plethora of reasons. What feature is it that you wish to enable in your custom kernel?
On 26/01/07, Mark Hull-Richter mhull-richter@datallegro.com wrote:
Thanks - I'm still working on it.
Does anyone know where there is a clean, working source for Centos 2.6.9-42.0.3 (supposedly the 4.4 final)? I'm pretty sure the one I have is NOT the right one....
The source tarball should be included in the SRPM for your kernel, I'd imagine.
http://mirror.centos.org/centos-4/4.4/updates/SRPMS/kernel-2.6.9-42.0.3.EL.s...
Once installed (if installed as root) it'll be in /usr/src/redhat/SOURCES, otherwise it'll be in wherever your .rpmmacros file points.
Will.