自己在ds15刀测试OK
系统centos,512M
首先安装fluxbox桌面环境 这个省内存 推荐 简洁 熟悉多了就好了
wget http://pandahost.googlecode.com/files/fluxbox_vnc.sh;sh fluxbox_vnc.sh
中途会要你输入如vnc密码 输入就是了
设置vncserver开机启动
chkconfig vncserver on
安装qemu
wget http://pandahost.googlecode.com/files/qemu.sh;sh qemu.sh
建立虚拟盘
qemu-img create -f qcow win2003.img 10G
win2003可以自己定义其他的名字如xp.img
然后打开vnc
你的IP:1(比如本地就是127.0.0.1:1)
建立虚拟机
qemu -cdrom XXX.iso -m 512M -smp 2 -boot…