I want to create a new vm starting from an existing virtualbox vm.
Can I just copy and paste and rename the existing one?
|
I want to create a new vm starting from an existing virtualbox vm. Can I just copy and paste and rename the existing one? |
||||
|
|
No, Virtualbox will not allow you to register two VDI files with the same UUID.
You will need to clone the VDI file, this copies the original VDI file and assigns a new UUID. From the gui:
Windows:
Linux:
I found a tutorial here describing the process. |
||||
|
|
|
I have created a simple script to clone a VirtualBox machine. It can create a clone from any snapshot. See my blog post where you can download the script. |
|||
|
|