Solutions Log

Change the UUID of a VirtualBox vdi disk file

1 min read
howto

You use the VBoxManage command with the clonehd argument.

VBoxManage clonehd <input vdi UUID> <output.vdi>