>
> > My lilo.conf now looks like this.
> >
> >
> > prompt
> .
> .
> > boot=/dev/sda
> .
> .
> > image=/boot/vmlinuz-2.4.20
> > label=2.4.20
> > read-only
> > root=/dev/ataraid/d0p2
> > append="ide2=0xb400,0xb002,9 ide3=0xa800,0xa402,9
> console=ttyS0,57600 console=tty0"
> >
> >
> > image=/boot/vmlinuz-2.4.18-14
> > initrd=/boot/initrd-2.4.18-14.img
> > label=linux
> > read-only
> > append="ide0=0x1f0,0x3f6,14 ide1=0x170,0x376,15
> ide2=0 ide3=0
> ide4=0 ide5=0 ide6=0 ide7=0 ide8=0 ide9=0 hdc=ide-scsi root=LABEL=/"
>
>
> I can't tell much from the Kernel output. I bet some more
> experienced user
> could help with that.
Hopefully! I'm definately stuck.
> Some thoughts --
>
> 1. Login to your computer using your old kernel and do "df
> -k" -- make sure
> your "/" (root partition) is mounted to /dev/sda2 -- if it's
> mounted to some
> other "sda", like /dev/sda1 then you should change the
> "root=" part in the
> new kernel's section in lilo.conf to reflect that number -- i.e:
> /dev/sda1 --> "root=/dev/ataraid/d0p1"
df -k output is:
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda2 20161204 1261676 17875388 7% /
/dev/sda1 101089 15048 80822 16% /boot
none 256992 0 256992 0% /dev/shm
/dev/sda3 5036316 38704 4741780 1% /tmp
/dev/sda5 5036284 47600 4732852 1% /var
/dev/sda7 86377116 753472 81235896 1% /usr/cvs
/dev/cdrom 639328 639328 0 100% /mnt/cdrom
Root filesystem does live on partition 2 which I think is correct.
>
> 2. Are you sure you compiled the ATARAID module statically,
> i.e not as a
> module? just a long shot.
I'm fairly certain I am. My .config file contains the following:
CONFIG_BLK_DEV_ATARAID=y
CONFIG_BLK_DEV_ATARAID_PDC=y
Is there anyway I can tell if my final bz kernel image contains
the correct code??
> That's about it -- I'm out of ideas :-)
Thanks anyway, the machine seems to be running ok with the Promise
drivers at the moment which is a _big_ step forward! I'd just like
to be able to step up to the ataraid.o/pdcraid.o configuration!
Thanks again for your help.
>
> Good luck.
>
> Alon.
>