[RHL] Re: loading scsi module on boot [SOLVED]

2000-08-03 Thread John Aldrich
On Wed, 02 Aug 2000, Leonard den Ottolander wrote: > Hi John, Charles and others, > > John wrote: > > It's always been my understanding that you can't boot from a SCSI > > disk using a modular SCSI driver, because linux has to be able to > > boot before it can read the module, and it can't read

Re: loading scsi module on boot [SOLVED]

2000-08-02 Thread Charles Galpin
On Wed, 2 Aug 2000, Steve Borho wrote: > On Wed, Aug 02, 2000 at 10:59:44PM -0400, Charles Galpin wrote: > > > I fear I might have drug this thread on too long as it is, but I have yet > > to try one suggestion from brother Borho - not using the io argument, or > > calling it ioport. Perhaps I

Re: loading scsi module on boot [SOLVED]

2000-08-02 Thread Steve Borho
On Wed, Aug 02, 2000 at 10:59:44PM -0400, Charles Galpin wrote: > I fear I might have drug this thread on too long as it is, but I have yet > to try one suggestion from brother Borho - not using the io argument, or > calling it ioport. Perhaps I will try that tomorrow and end this ordeal :) Bro

Re: loading scsi module on boot [SOLVED]

2000-08-02 Thread Charles Galpin
Hi Leonard Thanks for the comments. You are entirely correct, except perhaps for the last part here about what did and did not work for me. I did indeed build the modules and install them - after all everything works fine once it boots. Clearly booting a scsi system with a modular kernel works -

Re: loading scsi module on boot [SOLVED]

2000-08-02 Thread Leonard den Ottolander
Hi John, Charles and others, John wrote: > It's always been my understanding that you can't boot from a SCSI > disk using a modular SCSI driver, because linux has to be able to > boot before it can read the module, and it can't read the module if > it's booting off a SCSI drive i

RE: loading scsi module on boot

2000-08-02 Thread Charles Galpin
PROTECTED]] > Sent: Wednesday, August 02, 2000 12:48 PM > To: [EMAIL PROTECTED] > Subject: RE: loading scsi module on boot > > > I'd love to try that. What exactly is on the floppy, the equivalent > of the > initrd.*.img? Or simply put, how would I copy the ramdisk to

RE: loading scsi module on boot

2000-08-02 Thread Jeff Graves
booted with the floppy, copied the initrd.img file to /boot and renamed it, rebooted and boom, booted no problem. -Original Message- From: Charles Galpin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 02, 2000 12:48 PM To: [EMAIL PROTECTED] Subject: RE: loading scsi module on boot I&#

RE: loading scsi module on boot

2000-08-02 Thread Charles Galpin
ge- > From: Charles Galpin [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 31, 2000 9:05 PM > To: '[EMAIL PROTECTED]' > Subject: loading scsi module on boot > > > > This PC boots fine from a floppy, but I've long since forgotten what > parameters were

RE: loading scsi module on boot

2000-08-02 Thread Jeff Graves
If the ramdisk from the floppy works, why not copy it to /boot ? -Original Message- From: Charles Galpin [mailto:[EMAIL PROTECTED]] Sent: Monday, July 31, 2000 9:05 PM To: '[EMAIL PROTECTED]' Subject: loading scsi module on boot This PC boots fine from a floppy, but I

Re: loading scsi module on boot [SOLVED]

2000-08-02 Thread John Aldrich
On Tue, 01 Aug 2000, Charles Galpin wrote: > Thanks to all that responded > > Actually I just chickened out and compiled the aha1542 support into the > kernel :0 > It's always been my understanding that you can't boot from a SCSI disk using a modular SCSI driver, because linux has to be able to

Re: loading scsi module on boot [SOLVED] ?

2000-08-01 Thread Charles Galpin
On Tue, 1 Aug 2000, Stephen L Arnold wrote: > On 1 Aug 00, at 22:32, Charles Galpin wrote: > > > Thanks to all that responded > > > > Actually I just chickened out and compiled the aha1542 support into > > the kernel :0 > > Did you create the right initrd image for your custom kernel? I >

Re: loading scsi module on boot [SOLVED] ?

2000-08-01 Thread Stephen L Arnold
On 1 Aug 00, at 22:32, Charles Galpin wrote: > Thanks to all that responded > > Actually I just chickened out and compiled the aha1542 support into > the kernel :0 Did you create the right initrd image for your custom kernel? I bet the floppy kernel has one... See 'man mkinitrd'. mkinitrd lo

Re: loading scsi module on boot [SOLVED]

2000-08-01 Thread Charles Galpin
Thanks to all that responded Actually I just chickened out and compiled the aha1542 support into the kernel :0 charles On Tue, 1 Aug 2000, Steve Borho wrote: > > I have been reminded that another option is to compile the aha1542 support > > inot the kernel, but at this point I'd rather underst

Re: loading scsi module on boot

2000-08-01 Thread Steve Borho
On Tue, Aug 01, 2000 at 08:47:57AM -0400, Charles Galpin wrote: > Hi Steve, thanks for responding > > On Tue, 1 Aug 2000, Steve Borho wrote: > > > On Mon, Jul 31, 2000 at 09:04:43PM -0400, Charles Galpin wrote: > > > conf.modules: > > > options aha1542 io=0x330 > > > > Have you tried?: options

Re: loading scsi module on boot

2000-08-01 Thread Charles Galpin
Hi Steve, thanks for responding On Tue, 1 Aug 2000, Steve Borho wrote: > On Mon, Jul 31, 2000 at 09:04:43PM -0400, Charles Galpin wrote: > > conf.modules: > > options aha1542 io=0x330 > > Have you tried?: options aha1542 ioport=0x330 no I haven't. If I try this from the LILO prompt, will it ov

Re: loading scsi module on boot

2000-07-31 Thread Steve Borho
On Mon, Jul 31, 2000 at 09:04:43PM -0400, Charles Galpin wrote: > conf.modules: > > alias scsi_hostadapter aha1542 > alias parport_lowlevel parport_pc > alias eth0 ne > alias eth1 ne > options ne io=0x340,0x300 irq=9,5 > options aha1542 io=0x330 Have you tried?: options aha1542 ioport=0x330 I'v

loading scsi module on boot

2000-07-31 Thread Charles Galpin
This PC boots fine from a floppy, but I've long since forgotten what parameters were given to lilo to do so. I do know it boots off of /dev/sda2 which is the root part. I just got it to boot from LILO on /dev/sda by adding disk/bios parameters (it has a ide disk as /dev/hda - with no bootable pa