Some time ago I could solve an issue with dracut by putting kernel modules into initrd (https://forums.mageia.org/en/viewtopic.php?f=7&t=3383). But this time the trick does not work. After booting I have to call "insmod /usr/lib/modules/3.8.13.4-server-1.mga3/kernel/drivers/scsi/sg.ko.xz" manually to load the required SCSI module for our SAS TapeLibrary. Mageia just recognizes the built-in MegaRAID SAS-controller and SAS-HBA and puts the kernel modules mptsas and megaraid_sas into initrd. So far everything is OK; without that I could not even boot the system. But Mageia does not get (or care for) the information from the SAS-HBA that there is another device (the TapeLibrary) connected to the system which needs the SCSI module (sg). Interestingly Mageia puts at least the kernel module for tapes (st) into initrd...
Any idea how I could create an initrd file with all required modules included?