by Void Main » Mon Jan 05, 2004 4:24 pm
My guess is that it is not mounting the proper partition for rootfs ("/") since the kernel can't find init. Did you create a boot floppy disk when you installed? Even if you didn't create a boot floppy you should be able to pass the kernel the proper root partition and then fix your boot loader config. Are you using LILO or GRUB? If lilo at the LILO: prompt type "linux root=/dev/sda1" (or whatever partition you created as your Slackware root partition). If GRUB press "a" and append "root=/dev/sda1" to the end of the kernel command line (again, using whichever partition is your real rootfs partition).
Another possibility is that you are booting a kernel that doesn't have SCSI support built in, or the kernel is build for SCSI driver modules and you don't have a proper initrd image and/or it's not in your LILO or GRUB configuration.
The only things I can't think of off th top of my head, although you should get different error messages if your SCSI drivers aren't being loaded.