Re: [expert] kernel recompile

2002-11-07 Thread Simon Ree
Did you try to rebuild your kernel from source? I had no luck at all on my laptop till I followed this procedure. /usr/src/kernel-2.4.19-Xmdk/ save .config make mrproper restore .config if you want make *config make bzImage modules make modules_install install Should allways work. Try it.

Re: [expert] kernel recompile

2002-11-07 Thread Simon Ree
Hi, Try running it from my directions, it will automatically rename the new kernel to -XXcustom. You will end up with a complete new kernel and all the drakboot entries. I have tried using your approach and it never left me with a usable system. The method I listed is what I have been using in

Re: [expert] kernel recompile

2002-11-07 Thread kwan
On Thu, 7 Nov 2002, Michael Holt wrote: edit makefile changing extraversion to 'mikescustom' delete /lib/modules/2.4.19-xx (as instructed to if you're not patching your kernel) You shouldn't really delete lib/modules/KERNEL_VERSION, and is not necessary if you're changing the EXTRAVERSION

Re: [expert] kernel recompile

2002-11-07 Thread Michael Holt
That's what I figured. It's running 'make modules' right now and I didn't delete the /lib/modules/KERNEL_VERSION directory this time so we'll see what happens. I was trying to follow the directions word for word last time and I keep writing down every step - this time it's GOT to work! Mike

Re: [expert] kernel recompile

2002-11-07 Thread Robin Ballantine
On Thursday 07 November 2002 2:41 pm, Michael Holt wrote: Hey Simon, This is what I did: cd to /usr/src/2.4.19-xx make mrproper (didn't bother saving .config since I hadn't put anything in it yet.) edit makefile changing extraversion to 'mikescustom' delete

Re: [expert] kernel recompile

2002-11-07 Thread Michael Holt
Success Thanks everyone for your help - I've finally learned how to recompile my kernel Ya-hoo!!! The only problem I had on the last round was that lilo choked because make install chose to long of a name for the label tag in lilo.conf. I fixed that and everything else went great!

[expert] kernel recompile

2002-11-06 Thread Michael Holt
Hello, I just finished trying to recompile my kernel for the third time; I'm sure I followed all the steps exactly as described on the MUO pages and when it gets to the make install part - it fails on mkinitrd. I try doing it manually as the error message suggests and I get: mke2fs 1.27

Re: [expert] kernel recompile

2002-11-06 Thread James Sparenberg
Mike when you say rescue do you mean it can't boot or it can boot but the new kernel isn't usable? OR you don't know if it will reboot and don't dare find out *grin* James On Wed, 2002-11-06 at 12:03, Michael Holt wrote: Hello, I just finished trying to recompile my kernel for the third

Re: [expert] kernel recompile

2002-11-06 Thread Rolf Pedersen
Michael Holt wrote: Hello, I just finished trying to recompile my kernel for the third time; I'm sure I followed all the steps exactly as described on the MUO pages and when it gets to the make install part - it fails on mkinitrd. I try doing it manually as the error message suggests and I get:

Re: [expert] kernel recompile

2002-11-06 Thread Michael Holt
:-) yup - number 3 is the answer. I know from the previous times at this point that it's not going to boot; now I just want to see if maybe there's a bug in mkinitrd or something like that? Mike On 6 Nov 2002, James Sparenberg wrote: Mike when you say rescue do you mean it can't boot or it

Re: [expert] kernel recompile

2002-11-06 Thread Michael Holt
Cool, I'm on it! Mike On Wed, 6 Nov 2002, Rolf Pedersen wrote: I remembered some disussion of a like issue on cooker; gather modprobe loop and retry mkinitrd worked-around for some; the threads can be found with a search on 'could not find any device /dev/loop#' at

Re: [expert] kernel recompile

2002-11-06 Thread Michael Holt
Cool, give me a little bit and I'll send it - I've got to see if I can extract that stuff now. Mike On Wed, 6 Nov 2002, Todd Lyons wrote: Rolf Pedersen wrote on Wed, Nov 06, 2002 at 02:39:18PM -0800 : Michael Holt wrote: Hello, I just finished trying to recompile my kernel for the third