FC HBA module not loading
To all, I'm trying to automate my Boot to SAN deployments. But I'm running into an issue where my qla2300 module will not load. I'm using sp2a and UL. I can go through the steps manually and everything is fine. But, unattended, The err msg states " No disk found". Obvious, the qla2300 is not loading. lsmod confirms it. I can switch consoles and perform an insmod qla2300.o. Here is part of the control file. <install> <bootloader> <initrd_modules config:type="list"> <modules>qla2300</modules> <modules>reiserfs</modules> </initrd_modules> <activate config:type="boolean">true</activate> <kernel_parameters></kernel_parameters> <lba_support config:type="boolean">true</lba_support> <linear config:type="boolean">false</linear> <location>mbr</location> </bootloader> I've tried <modules> and <module> still no luck. Any ideas why the qla2300 module isn't loading. Regards, John Kufrovich
participants (1)
-
John Kufrovich