|
From: Martin G. <sou...@gl...> - 2012-02-27 15:49:52
|
Hi Serge, On 02/24/2012 11:34 PM, Serge Leschinsky wrote: > I assume you are in DL. > > cd /tmp/ > cp /boot/initrd.gz ./ > gzip -d initrd.gz > mkdir 123 > cd ./123 > cpio -id< ../initrd > mkdir lib/modules/3.2.4-grsec/kernel/drivers/pci > cp -ar /lib/modules/3.2.4-grsec/kernel/drivers/pci/hotplug > ./lib/modules/3.2.4-grsec/kernel/drivers/pci/ > find . | cpio -H newc -o | gzip -9> ../initrd.gz > > then replace old initrd.gz file on your boot media (/dev/sdb) by new one Thanks for the instructions, but even after replacing the initrd, I had no luck getting the mSATA drive recognised on boot. I also added pci_hotplug to the /etc/sysconfig/config INITRD parameter without success. Was there anything else I needed to do to get this recognised (if it was the hotplug module) or any other way of finding what module is required? Thanks Martin |