On Thu, Sep 11, 2008 at 10:25 AM, David Baron <[EMAIL PROTECTED]> wrote:
> I downloaded a couple. Since I never got my own ReactOS install to run on > vbox, I took that one. > > 1. I cannot create a new VM to use this vdi because it is already > registered. > Make sure the vdi doesn't belong to any VM already. You can use the VBoxManage registervm and VBoxManage unregistervm commands to register/unregister. From the manual: The registervm command allows you to import a virtual machine definition in an XML file into VirtualBox. There are some restrictions here: the machine must not conflict with one already registered in VirtualBox and it may not have any hard or removable disks attached. It is advisable to place the definition file in the machines folder before registering it. So you need to unregister the VM and delete the old one, then use the VBoxManage registervm command to register the new XML file that came with it and then add the vdi manually. This is theory though but I'd try it anyway. -- Grant McWilliams Some people, when confronted with a problem, think "I know, I'll use Windows." Now they have two problems.
_______________________________________________ vbox-users mailing list [email protected] http://vbox.innotek.de/mailman/listinfo/vbox-users
