jjo*_*lon 5 virtualbox gnome fedora virtual-machine
我想知道是否可以在gnome-boxes应用程序中导出虚拟机的所有配置、文件、程序等,然后使用应用程序将其导入到Windows 10virtual box
我已经看到这个 问题,但只适用于同一系统 Fedora。
\n\n我的 Fedora versi\xc3\xb3n 是fedora28
您不需要导出和导入文件,而是在 gnome-box 和 VirtualBox 格式之间转换磁盘。
首先,您需要找到要转换的图像文件:
ls ~/.local/share/gnome-boxes/images
Run Code Online (Sandbox Code Playgroud)
其次,(正如 @guido 指出的那样),您应该擅长手动将磁盘文件转换为VDI:
# assuming the right image name is ubuntu22.04 (the -p option is for progress bar)
qemu-img convert -pO vdi ubuntu22.04 ubuntu22.04-converted.vdi
Run Code Online (Sandbox Code Playgroud)
第三,您继续使用现有的 VDI 文件创建 VirtualBox 计算机