mint 19.04 qemu 安装 winxp 虚拟机

$ sudo apt install qemu
$ qemu-system-i386 --version
QEMU emulator version 2.11.1(Debian 1:2.11+dfsg-1ubuntu7.23)
Copyright (c) 2003-2017 Fabrice Bellard and the QEMU Project developers
$ qemu-img create -f qcow mydisk.img 20G  
Formatting 'mydisk.img', fmt=qcow size=21474836480
$ qemu-system-i386 -m 2G mydisk.img -cdrom winxp.iso 

然后就弹出winxp安装界面了:

然后继续安装就可以了。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章