Hi.
I SSH to a server, which has no X environment installed.
On the server, there is qemu/kvm running VMs.
I can launch the VM with the following command:
sudo qemu-system-x86_64 -hda eva.qcow -enable-kvm -curses
but the terminal screen sticks at showing:
"1024 x 768 Graphic mode".
Picture here:
http://imgur.com/a/jhMe5
My question is, how can I see the normal login prompt, e.g.,
login:
password:
Regards.