Qemu in an ssh session or the quest for the nographic option ?

Posted by LB on Super User See other posts from Super User or by LB
Published on 2010-04-01T13:56:12Z Indexed on 2010/04/01 14:03 UTC
Read the original article Hit count: 222

Filed under:
|

Hi,

I ssh to a machine and I would like to start a qemu session inside this ssh session.

I thought that the nographic option would do the trick.

-nographic Normally, QEMU uses SDL to display the VGA output. With this option, you can totally disable graphical output so that QEMU is a simple command line application. The emulated serial port is redirected on the console. Therefore, you can still use QEMU to debug a Linux kernel with a serial console.

but unfortunately, i don't see any output. The command line that i'm using once i've sshed to my machine is :

qemu-system-x86_64  -hda debian.img -nographic

any idea ?

thanks.

© Super User or respective owner

Related posts about qemu

Related posts about ssh