<!DOCTYPE html>
<html><head>
    <meta charset="UTF-8">
</head><body><p>I am new to this list and hope it's the right place to address my issue. I also do not have much insight in libvirt/qemu yet</p><p>host OS is ubuntu-server 1404. What I am trying to achieve is installing an ubunt1604 server on to an existing (qemu-img create) qcow2 image file with the following command ...<br></p><pre style=""><span style="font-family: andale mono,monospace;">   sudo virt-install --name myVM --ram 512 \
   --disk path=/path/to/image.qcow2 \
   --location /path/to/ubuntu-16.04.1-server-amd64.iso<br><br><span style="font-family: arial,helvetica,sans-serif;">... and then access the machine (through my hosts terminal).<br><br>the command above results into <br><br><span style="font-size: 8pt;">Starting install... Retrieving file version.info...</span><br><span style="font-size: 8pt;"> | 116 B 00:00 ... Retrieving file linux...</span><br><span style="font-size: 8pt;"> | 13 MB 00:00 ... Retrieving file initrd.gz...</span><br><span style="font-size: 8pt;"> | 72 MB 00:00 ... Creating domain...</span><br><span style="font-size: 8pt;"> | 0 B 00:01 Connected to domain myVM Escape character is ^]</span></span><br></span></pre><p><br></p><p>after that, nothing.Not <span style="font-family: arial,helvetica,sans-serif;">having</span><span style="font-family: andale mono,monospace;"><span style="font-family: arial,helvetica,sans-serif;">   <span style="font-size: 8pt;"><span style="font-size: 10pt;">^ </span></span><span style="font-size: 8pt;"><span style="font-size: 10pt;">  on my keyboard I don't get to escape from this</span></span></span><span style="font-size: 8pt;"></span><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 8pt;"><br></span></span></span></p><p>When I check on another console window (<span style="font-family: andale mono,monospace;">virsh list --all</span>) in my host I see that the domain <span style="font-family: andale mono,monospace;">myVM</span> is marked as 'running. <br></p><p>naturally There is not way to access it via ssh yet and I'd expect to be a given that is should be possible to acces a VM's command line from my host directly</p><p><span style="font-family: andale mono,monospace;">   virsh connect qemu:///system myVM<span style="font-family: arial,helvetica,sans-serif;">   is something I came up with but that only returns an error </span></span></p><p><span style="font-family: andale mono,monospace;">   "error: unexpected data 'myVM'"<br></span></p><p><span style="font-family: andale mono,monospace;"><span style="font-family: arial,helvetica,sans-serif;">Furthermore I am unable to stop the machine</span> (virsh shutdown myVM)<span style="font-family: arial,helvetica,sans-serif;">  either, it just keeps running until killing it</span><br></span></p></body></html>