Re: Problem recompiling 2.2.14 with bootable raid

2000-01-21 Thread Eric Sisler
Jake, Well, I took the long way around but I've finally got an answer of sorts for you. It was staring us in the face the whole time. The stock 6.1 kernel (2.2.12-20) has a kernel build option that for some reason 2.2.14 doesn't - namely "Autodetect RAID partitions". It's in the Block Devices

Re: Problem recompiling 2.2.14 with bootable raid

2000-01-21 Thread Gordon Messmer
Jake Johnson wrote: > I am having a problem booting my newly compiled kernel. The new kernel > will not mount /root which is raid0. I looked through the configuration 5 > times and cannot see what I am doing wrong. I am using 2 1gig disks with > an Adaptec 2940, abit bh6 with a celeron ppga 400

Re: Problem recompiling 2.2.14 with bootable raid

2000-01-21 Thread Eric Sisler
Jake, > I am trying to speed performace and rid my kernel of all the >excess carbage. Usually I will make most parts modular that I only use >once in a while. On the other hand I prefer buiding options like raid and >my scsi card directly into my kernel. Just preference I guess. Sounds

Re: Problem recompiling 2.2.14 with bootable raid

2000-01-21 Thread Jake Johnson
On Fri, 21 Jan 2000, Steve Borho wrote: > On Fri, Jan 21, 2000 at 08:47:12AM -0600, Jake Johnson wrote: > > Eric, > > I am trying to speed performace and rid my kernel of all the > > excess carbage. Usually I will make most parts modular that I only use > > once in a while. On the other h

Re: Problem recompiling 2.2.14 with bootable raid

2000-01-21 Thread Steve Borho
On Fri, Jan 21, 2000 at 10:07:32AM -0600, Jake Johnson wrote: > I downloaded the new kernel source from www.kernel.org 2.2.14 and 2.3.40 What version of raid comes with that kernel? AFAIK, before 0.90, the kernel couldn't mount a root raid parition (it was before they came up with the persistant

Re: Problem recompiling 2.2.14 with bootable raid

2000-01-21 Thread Steve Borho
On Fri, Jan 21, 2000 at 08:47:12AM -0600, Jake Johnson wrote: > Eric, > I am trying to speed performace and rid my kernel of all the > excess carbage. Usually I will make most parts modular that I only use > once in a while. On the other hand I prefer buiding options like raid and > my scs

Re: Problem recompiling 2.2.14 with bootable raid

2000-01-21 Thread Eric Sisler
Jake, >I've tried all those options and am having no luck. Do you think you >could send me the saved options of your kernel that you built. I should >then only need to modify my scsi adapter and stuff. Maybe I am just >missing a module or something invisible to me.] Will do, but it'll have to

Re: Problem recompiling 2.2.14 with bootable raid

2000-01-21 Thread Jake Johnson
Eric, I am trying to speed performace and rid my kernel of all the excess carbage. Usually I will make most parts modular that I only use once in a while. On the other hand I prefer buiding options like raid and my scsi card directly into my kernel. Just preference I guess. I

Re: Problem recompiling 2.2.14 with bootable raid

2000-01-21 Thread Jake Johnson
I've tried all those options and am having no luck. Do you think you could send me the saved options of your kernel that you built. I should then only need to modify my scsi adapter and stuff. Maybe I am just missing a module or something invisible to me.] Thanks On Thu, 20 Jan 2000, E

Re: Problem recompiling 2.2.14 with bootable raid

2000-01-20 Thread Eric Sisler
On Thu, Jan 20, 2000 at 01:08:48PM -0600, Jake Johnson wrote: >> Not all true my friend. I installed redhat 6.1 and have two scsi disks. >> /boot is raid 1 and / is raid 0. Everything works great but I recompiled >> my kernel and now I am out of luck. How did Redhat do it? I am here >> becaus

Re: Problem recompiling 2.2.14 with bootable raid

2000-01-20 Thread Eric Sisler
Jake, >I just recompiled again but without the initrd, but said yes to all block >raid choices as well as for my scsi adapter(2940). I just don't know! Have you tried: Compiling with the following: - raid choices as modules - initrd support - the scsi adapter as a module Make the necessary in

Re: Problem recompiling 2.2.14 with bootable raid

2000-01-20 Thread Chuck Milam
On Thu, 20 Jan 2000, Jake Johnson wrote: > Not all true my friend. I installed redhat 6.1 and have two scsi > disks. /boot is raid 1 and / is raid 0. Everything works great but I > recompiled my kernel and now I am out of luck. How did Redhat do it? So, what you're saying here is that you

Re: Problem recompiling 2.2.14 with bootable raid

2000-01-20 Thread Steve Borho
On Thu, Jan 20, 2000 at 01:08:48PM -0600, Jake Johnson wrote: > Not all true my friend. I installed redhat 6.1 and have two scsi disks. > /boot is raid 1 and / is raid 0. Everything works great but I recompiled > my kernel and now I am out of luck. How did Redhat do it? I am here > because I w

Re: Problem recompiling 2.2.14 with bootable raid

2000-01-20 Thread Jake Johnson
Not all true my friend. I installed redhat 6.1 and have two scsi disks. /boot is raid 1 and / is raid 0. Everything works great but I recompiled my kernel and now I am out of luck. How did Redhat do it? I am here because I want the question answered? That is my 2 cents,

Re: Problem recompiling 2.2.14 with bootable raid

2000-01-20 Thread Steve Borho
On Thu, Jan 20, 2000 at 12:11:54PM -0700, Eric Sisler wrote: > >If you're / is a software raid device, then you'll need to either compile > >in that raid level into the kernel, or make it modular and create an > >initrd. > > So what you're saying is that it works either way, just like SCSI card >

Re: Problem recompiling 2.2.14 with bootable raid

2000-01-20 Thread Jake Johnson
I just recompiled again but without the initrd, but said yes to all block raid choices as well as for my scsi adapter(2940). I just don't know! On Thu, 20 Jan 2000, Eric Sisler wrote: > Steve Borho <[EMAIL PROTECTED]> wrote: > > >> I was just getting ready to ask a similar question. I just i

Re: Problem recompiling 2.2.14 with bootable raid

2000-01-20 Thread Eric Sisler
Steve Borho <[EMAIL PROTECTED]> wrote: >> I was just getting ready to ask a similar question. I just installed 6.1 >> on a testbed server and configured all the filesystems as RAID1, including >> / and /boot. I was wondering about the mechanics of this with a custom >> kernel. I'm guessing tha

Re: Problem recompiling 2.2.14 with bootable raid

2000-01-20 Thread Jake Johnson
I made an initrd image /sbin/mkinitrd /boot/initrd-2.2.14.img 2.2.14 (kerel name is vmlinuz-2.2.14) My adaptec 2940 is being found but my system cannot mount / and stops because of this. Is there anyway I can capture the output of the startup even though it doesn't complete? (dmesg would be nice

Re: Problem recompiling 2.2.14 with bootable raid

2000-01-20 Thread Steve Borho
On Thu, Jan 20, 2000 at 10:53:08AM -0700, Eric Sisler wrote: > I was just getting ready to ask a similar question. I just installed 6.1 > on a testbed server and configured all the filesystems as RAID1, including > / and /boot. I was wondering about the mechanics of this with a custom > kernel.

Re: Problem recompiling 2.2.14 with bootable raid

2000-01-20 Thread Eric Sisler
Jake Johnson <[EMAIL PROTECTED]> wrote: >I am having a problem booting my newly compiled kernel. The new kernel >will not mount /root which is raid0. I looked through the configuration 5 >times and cannot see what I am doing wrong. I am using 2 1gig disks with >an Adaptec 2940, abit bh6 with a

Re: Problem recompiling 2.2.14 with bootable raid

2000-01-20 Thread Juan Martinez
hu, 20 Jan 2000, Jake Johnson wrote: > Date: Thu, 20 Jan 2000 10:03:21 -0600 (CST) > From: Jake Johnson <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Problem recompiling 2.2.14 with bootable raid > Resent-Date: 20 Jan 2000 17:03:17 -00

Problem recompiling 2.2.14 with bootable raid

2000-01-20 Thread Jake Johnson
I am having a problem booting my newly compiled kernel. The new kernel will not mount /root which is raid0. I looked through the configuration 5 times and cannot see what I am doing wrong. I am using 2 1gig disks with an Adaptec 2940, abit bh6 with a celeron ppga 400. My machine runs fine with