<div dir="ltr">it looks like there is no lvm module in that initramfs file. <div><br><div>Not sure if its relative, but after installtion, in error.log file i see following entires:</div><div><br><div><div>fai.log:repository.CENTOS    FAILED with exit code 1.</div><div>fai.log:CENTOS/40-install-grub FAILED with exit code 1.</div><div>shell.log:  /run/lvm/lvmetad.socket: connect failed: No such file or directory</div><div>shell.log:  WARNING: Failed to connect to lvmetad: No such file or directory. Falling back to internal scanning.</div></div></div><div><br></div><div>i will check if i see the same errors with CENTOS6 also. </div></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div><div><div>best regards, <br><br></div>Antanas Masevicius<br></div>TENDO LT<br></div><a href="https://tendo.lt" target="_blank">https://tendo.lt</a><br><br></div></div></div>
<br><div class="gmail_quote">On Fri, Nov 7, 2014 at 12:49 PM, Thomas Lange <span dir="ltr"><<a href="mailto:lange@informatik.uni-koeln.de" target="_blank">lange@informatik.uni-koeln.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">>>>>> On Fri, 7 Nov 2014 12:04:51 +0200, Antanas Masevicius <<a href="mailto:antanas.masevicius@gmail.com">antanas.masevicius@gmail.com</a>> said:<br>
<br>
    > thanks for the tip. Added base to to yumgroup. Still, the same result. lvm command still not available. Maybe has something to do with lvm<br>
    > not being loaded into ram disk? Not sure how it works.<br>
<br>
    > Any thoughts how to debug it further?<br>
</span>You can use lsinitrd to get the content of the initrd. dracut is<br>
responsible for putting all things into the initrd.<br>
<br>
First check if the lvm commands are available in /target at the end of<br>
the installation. Then chroot into /target and call lsinitrd to see if<br>
the lvm commands are in the initrd.<br>
<br>
If not, you can tell dracut which "modules" to add into the<br>
initrd. See dracut.conf for more infos and dracut.cmdline for<br>
debugging help.<br>
<span class="HOEnZb"><font color="#888888">--<br>
regards Thomas<br>
</font></span></blockquote></div><br></div>