If you're trying to get to the console, you can either use virt-viewer for the graphical console or attach to a serial TTY (as Carlos mentioned) with the "virsh console" command. Assuming your vm is named "myvm", you'd use virt-viewer…
[root@666 ok]# virsh list --all Id Name State ---------------------------------------------------- 1 c01 running - c02 shut off - c03 shut off - c70 shut off - w7 shut off - win7 shut off [root@666 ok]# virsh console c01 Connected to domain c01 Escap…
I am trying to kickstart a newly built VM. I am stuck with the following. Want to start with a console so that I can include username and other info for this VM: @vmhost02 ~]$ sudo virsh start --console testengine Domain testengine started Connected…