答案1
我做這個問題只是為了分享答案。
cd "C:\Program Files\Oracle\VirtualBox"
首先檢查驅動程式:
VBoxManage internalcommands listpartitions -rawdisk \\.\PhysicalDrive1
\\.\PhysicalDrive0
\\.\PhysicalDrive1
\\.\PhysicalDrive2
.... 等等。如果您看到正確的分割區和確切大小,請記住該名稱。
現在你只是喜歡:
VBoxManage convertfromraw \\.\PhysicalDrive0 MyImage.vdi --format VDI
轉換
raw image file="\\.\PhysicalDrive0"
為file="MyImage.vdi"
...
Creating dynamic image with size 120034123776 bytes (114474MB)...
我測試過只是從小型 SSD 複製 Windows 安裝。然後我在 Virtualbox 6 中運行。