Custom Query (16363 matches)
Results (2197 - 2199 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #446 | fixed | clonevdi deletes the target file if it already exists | ||
| Description |
When cloning a vdi file using "VBoxManage clonevdi" it deletes the target file if it already exists.
|
|||
| #2813 | fixed | clonehd/clonevdi creating corrupted clones of VDI image => Fixed in SVN | ||
| Description |
Cloning a dynamic VDI file using clonehd/clonevdi results in corrupt clone. The cloned VDI file is smaller than the original VDI file. Cloned Windows guest failed to boot. clonehd/clonedvi did not report any errors during cloning. Original VDI file was about 1.5GB, cloned file about 1.4GB. Trying to boot cloned guest resulted in following error message: A disk read error occurred Press Ctrl+Alt+Del to restart After booting original VDI, it grew a bit to 1.6GB, clone created from this file was about 1.5GB. Trying to boot cloned guest resulted in following error message: Windows could not start because the following file is missing or corrupt: <Windows root>\system32\hal.dll Please re-install a copy of the above file. Cloning the original VDI into a VDMK image did not cause any of the aforementioned problems. Other forum user mentioned same problem and downgraded to 2.0.6 for testing and reported that problem is not present in 2.0.6.
Host: Windows XP SP3 |
|||
| #7468 | invalid | clonehd under pause | ||
| Description |
I'm using this script: VBoxManage controlvm "test" pause VBoxManage clonehd /path/test.vdi /backup/test.vdi VBoxManage controlvm "test" resume console output (virtualbox 3.2.6,ubuntu 8.04/32bit): Oracle VM VirtualBox Command Line Management Interface Version 3.2.6 (C) 2005-2010 Oracle Corporation All rights reserved. Oracle VM VirtualBox Command Line Management Interface Version 3.2.6 (C) 2005-2010 Oracle Corporation All rights reserved. ERROR: Failed to lock source media '/path/test.vdi' Details: code VBOX_E_INVALID_OBJECT_STATE (0x80bb0007), component Medium, interface IMedium, callee nsISupports Context: "CloneTo(dstDisk, DiskVariant, NULL, progress.asOutParam())" at line 690 of file VBoxManageDisk.cpp Oracle VM VirtualBox Command Line Management Interface Version 3.2.6 (C) 2005-2010 Oracle Corporation All rights reserved. console output (virtualbox 3.2.8, ubuntu 10.04/64bit): Oracle VM VirtualBox Command Line Management Interface Version 3.2.8 (C) 2005-2010 Oracle Corporation All rights reserved. ERROR: Failed to lock source media '/path/test.vdi' Details: code VBOX_E_INVALID_OBJECT_STATE (0x80bb0007), component Medium, interface IMedium, callee nsISupports Context: "CloneTo(dstDisk, DiskVariant, NULL, progress.asOutParam())" at line 693 of file VBoxManageDisk.cpp This script works fine in virtualbox 3.1.6, ubuntu 8.04/64bit |
|||

