For me, I wanted to convert a .vhd to .vdi, so I did the following:
- Created a copy of the .vhd (I'm paranoid).
- Changed the UUID of the copy:
VBoxManage internalcommands sethduuid mycopy.vhd
- Cloned the copy into .vdi format:
VBoxManage clonehd mycopy.vhd mycopy.vdi --format VDI
No comments:
Post a Comment