Hello everyone,
I'm David from Toulouse, France and this is my first question on this forum, it's already two years that I'm playing with linux, and almost twenty more others that I use unix at work.
My question may seem easy or stupid to some of you, but I want to run a linux qemu-virtual machine within a text console. (to be able to see it working across an ssh text link, which does not export DISPLAY)
So, first I create a virtual disk :
$ /usr/bin/qemu-img create qemu-dsk.img 2G
Then I use the iso CD image that I want to run : (one that I know is working correctly)
$ qemu -cdrom /home/david/SUSBlive/debian-live-i386-lxde-mini2.iso -nographic -m 324 qemu-dsk.img
How to do that correctly enough for it to work ?
Thank's
David
