如果我们想克隆一份Virtualbox 虚拟机,并使用原来已经存在的Virtualbox VDI (Virtualbox Disk Image),比如 CentOS.vdi,并修改成Biostack.vdi,但是你会遇到这样的问题:
Cannot Register the Hard Drive Because a Hard Drive with UUID Already Exists
解决这个问题的办法就是:
VBOXMANAGE internalcommands sethduuid <PathOfNewVDI>
参考: