首先找到自己的阿里云服务器实例
然后操作创建自定义生成镜像
![](https://www.yuanchengzhushou.cn/static/image/mirror1.png)
![](https://www.yuanchengzhushou.cn/static/image/mirror2.png)
![](https://www.yuanchengzhushou.cn/static/image/mirror3.png)
![](https://www.yuanchengzhushou.cn/static/image/mirror4.png)
在windows上下载阿里云的[oss browser](https://github.com/aliyun/oss-browser/blob/master/all-releases.md?spm=a2c63.p38356.879954.5.745223c9nr7VCL&file=all-releases.md)
登录后下载刚刚生成的镜像到windows机器上来
![](https://www.yuanchengzhushou.cn/static/image/mirror5.png)
接着安装qemu软件,本软件可以将阿里云刚下载的raw镜像格式转化为virtualbox识别的vdi镜像格式
![](https://www.yuanchengzhushou.cn/static/image/mirror6.png)
工具支持的镜像格式如下:
![](https://www.yuanchengzhushou.cn/static/image/mirror7.png)
>qemu-img.exe convert source.raw -O vhdx dest.vmdk
最后参考文章[虚拟机virtualbox导入阿里云镜像](https://www.yuanchengzhushou.cn/article/8204.html) 即可完成镜像导入