<div dir="ltr"><div>Hi virt, im stumped... any help would be appreciated.<br><br>I normally create my VMs like this: <br><br><pre><code>base="<a href="http://mirror.pnl.gov/fedora/linux/releases/20/Fedora/x86_64/os/">http://mirror.pnl.gov/fedora/linux/releases/20/Fedora/x86_64/os/</a>"
<br>sudo virt-install --hvm --name $vm_name$i --ram 4000 \
--disk path=/VirtualMachines/$vm_name$i,size=30 \
--location $base -x  "ks=<a href="http://xxx.os21.ks">http://xxx.os21.ks</a>$kx"<br><br><br></code></pre><pre>HOWEVER... I'm finding that my VMs dont boot after i restart the Host.  <br><br><br></pre><pre>My question is:  Where is virt-install writing the boot disk to?  <br>
<br>I get a error message that the "boot failed" because the hard disk, is not a bootable disk.<br><br></pre><pre>But I can't imagine where else to boot from ?  Because I point <br>my --location of the original boot to the source code repo itself....<br>
<br></pre><pre>ANY help would be appreciated thanks!<br></pre></div></div>