Hi
Im atempting to boot LinuxPE from DS 7.5 on HP DL360/DL380 G5-G8 but as the kernel modules for HP Smart Array (cciss and hpsa) is missing from the kernel it will not find any storage devices.
We have about 600 servers from hp mostly DL360/DL380 G5-G8 that we want to manage but as we can not use LinuxPE we cant upgrade to 7.5.
I have atempted to build the cciss and hpsa modules but as I can not get the exact source or config file from the kernel used in LinuxPE in DS 7.5 all atempts have failed, compiling the module is no problem but I get "Unknown symbol xxxx" for both modules when I atempt to load them so the kernel itself is missing some components thats needed by the modules.
I tryed to do en ugly hack by adding the missing blk_queue_max_xxx functions to the cciss module it self and then the module loaded and found the controler but failed with "No memory BAR found" error message. So I atempted a fow other ways to get the correct memory BAR but none of them worked.
What I need help with is getting a working LinuxPE image or working cciss and hpsa modules so we can use ds 7.5 as there are other fetures in DS 7.5 that we need.