On Sat, 17 Dec 2011 22:00:51 -0500, Colin Guthrie <[email protected]> wrote:
The shell script you'll need to tweak is /usr/lib/dracut/modules.d/90lvm/module-setup.sh.
That is the problem. In that module, it finds /usr on dev/block/252:9, and the call to get_fs_type correctly returns the file system type as ext4, but the module-setup.sh is looking for LVM2_member which will never be returned for a mounted file system. I don't see how it could be working on your system. Regards, Dave Hodgins
