<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";}
span.EmailStyle19
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.EmailStyle20
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
-->
</style><!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-NZ" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="color:#1F497D">Found the problem there is no support for lvm in the net install iso . Using the full install iso fixed the problem.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
<div>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal"><b><span lang="EN-US" style="font-size:10.0pt;font-family:
"Tahoma","sans-serif"">From:</span></b><span lang="EN-US" style="font-size:10.0pt;
font-family:"Tahoma","sans-serif""> centos-bounces@centos.org [mailto:centos-bounces@centos.org]
<b>On Behalf Of </b>Machin, Greg<br>
<b>Sent:</b> Monday, 4 April 2011 5:10 p.m.<br>
<b>To:</b> 'CentOS mailing list'<br>
<b>Subject:</b> [CentOS] lvm and kickstart issues deploying CentOS5.5<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Hi.<o:p></o:p></p>
<p class="MsoNormal">I’m currently trying to configure a kickstart script to do auto installs. We split up the partitions so that we have control on the mount security like setting no execute  on the tmp portions etc .<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I keep hitting the same error :<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">“Could not stat /dev/VolGroup00/LogVol_root --- No Such file or directory<o:p></o:p></p>
<p class="MsoNormal">The device apparently does not exist; did you specify is correctly “<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Even after doing a manual install to generate the file lvm configuration I’m getting the same results.<o:p></o:p></p>
<p class="MsoNormal">I have also deleted the whole virtual machine and started from scratch.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Any suggestions on how I can resolve this ?<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">From ks.cfg <o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">bootloader --location=mbr --driveorder=sda<o:p></o:p></p>
<p class="MsoNormal">clearpart --linux<o:p></o:p></p>
<p class="MsoNormal">part /boot --size=101 --fstype ext3 <o:p></o:p></p>
<p class="MsoNormal">part swap --size=2048 --asprimary<o:p></o:p></p>
<p class="MsoNormal">part pv.22 --size=100 --grow<o:p></o:p></p>
<p class="MsoNormal">volgroup VolGroup00 --pesize=32768 pv.22<o:p></o:p></p>
<p class="MsoNormal">logvol /var/log --fstype ext3 --name=LogVol_var_log --vgname=VolGroup00 --size=2048<o:p></o:p></p>
<p class="MsoNormal">logvol /home --fstype ext3 --name=LogVol_home --vgname=VolGroup00 --size=2048<o:p></o:p></p>
<p class="MsoNormal">logvol /var --fstype ext3 --name=LogVol_var --vgname=VolGroup00 --size=2048<o:p></o:p></p>
<p class="MsoNormal">logvol /usr --fstype ext3 --name=LogVol_usr --vgname=VolGroup00 --size=2048<o:p></o:p></p>
<p class="MsoNormal">logvol / --fstype ext3 --name=LogVol_root --vgname=VolGroup00 --size=2048<o:p></o:p></p>
<p class="MsoNormal">logvol /tmp --fstype ext3 --name=LogVol_tmp --vgname=VolGroup00 --size=2048<o:p></o:p></p>
<p class="MsoNormal">logvol /var/tmp --fstype ext3 --name=LogVol_var_tmp --vgname=VolGroup00 --size=2048<o:p></o:p></p>
<p class="MsoNormal">logvol /opt --fstype ext3 --name=LogVol_opt --vgname=VolGroup00 --size=2048<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</body>
</html>