|
From: Serge L. <ser...@gm...> - 2012-02-27 18:51:20
|
Hi Martin, On 02/27/2012 07:49 AM, Martin Glazer wrote: > 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? well, probably the hw was detected, but an appropriate device was not created. In initrd we don't use mdev - udev analog. Hmm.... Let's check udev events - edit /etc/init.d/boot and add "udevadm monitor" just after udevd launch. It's better to redirect output somewhere. syslog is not started yet. Serge |