|
吃力不讨好,而且还到处参考资料,结果Windows 10虽然安装在Win10.img上了,可是却跑得慢吞吞的。
如果你的电脑CPU有VT-x或AMD-v, 建议在使用QEMU时用KVM,不必像我的旧电脑那样,不能硬件加速。
- qemu-system-x86_64 -boot d -drive file=Win10_21H2_English_x32.iso,media=cdrom -m 1G -bios bios32.bin -drive file=Win10.img,if=virtio -drive file=virtio-win-0.1.215.iso,index=1,media=cdrom -net nic -net user,hostname=windowsvm -monitor stdio -name "Windows"
- qemu-system-x86_64 -m 1G -bios bios32.bin -drive file=Win10.img,if=virtio -drive file=virtio-win-0.1.215.iso,index=1,media=cdrom -net nic -net user,hostname=windowsvm -monitor stdio -name "Windows"
复制代码
特地下载了bios32.bin,是一个支持EFI启动模式的BIOS固件。
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?立即注册
x
|