基于 qemu 运行 Debian

  1. wget https://people.debian.org/~aurel32/qemu/amd64/debian_wheezy_amd64_standard.qcow2
  2. qemu-system-x86_64 -name debian -vnc $YOUR_IP:0 -cpu Nehalem -m 1024 -hda debian_wheezy_amd64_standard.qcow2 -daemonize
  3. 使用 vncviewer(Windows),输出$YOUR_IP:0查看系统启动情况

参考资料

本文来自博客园,作者:Legend_Lone,转载请注明原文链接:https://www.cnblogs.com/sun-ye/p/14992100.html

原文地址:https://www.cnblogs.com/sun-ye/p/14992100.html