> 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. 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" 2. Are you sure you compiled the ATARAID module statically, i.e not as a module? just a long shot. That's about it -- I'm out of ideas :-) Good luck. Alon.