sudo kvm -m 256 eva.qcow -net nic,model=virtio -net user,net=192.168.101.0/24,hostfwd=tcp::8022-:22 -curses
turns out I can SSH into it on port 8022.
GRUB_CMDLINE_LINUX="text"
GRUB_TERMINAL="console"
I also did a :
sudo systemctl set-default multi-user.target
Shutdown the VM and then run the command:
sudo kvm -m 256 eva.qcow -net nic,model=virtio -net user,net=192.168.101.0/24,hostfwd=tcp::8022-:22 -curses
again,
Now I can see the grub menu showing up.
And then, some text showing up, looks like the kernel is doing the booting.
And then, suddenly, at the time the normal "login: password" prompt should show up, the terminal shows:
"1024 x 768 Graphic mode"
I thought doing a "sudo systemctl set-default multi-user.target" should be enough. Dunno what I am missing.
I am running a fresh installation of debian8.6.
Regards.