ansitest/VIRTBOX/vb-change-HD-uuid.sh

6 lines
194 B
Bash
Raw Normal View History

2021-04-09 05:46:27 -05:00
#!/bin/bash
# REF: https://stackoverflow.com/questions/44114854/virtualbox-cannot-register-the-hard-disk-already-exists
# use $PWD/name.vdi if needed
VBoxManage internalcommands sethduuid "$1"