On Mon, 2003-11-10 at 13:41, Eric Sammons wrote: > /lib/modules/2.4.19-3suse-SMP/kernel/drivers/s390/block/dasd_eckd_mod.o: > unresol > ved symbol dasd_default_erp_postaction
The base module that dasd_eckd_mod sits on top of--dasd_mod, maybe?--isn't loaded, so the DASD drivers can't actually drive anything. I don't know why your DASD driver isn't loading, but: kmod: failed to exec /sbin/modprobe -s -k block-major-94, errno = 2 Maybe you need an alias block-major-94 dasd in /etc/modules.conf? Except that, without a way to read /etc. Ah. I think I've got it. Either you need to add dasd.o (or whatever the module is that provides dasd_default_erp_postaction) to your initrd, or you need to build the DASD driver into the kernel (not as a module). Adam
