export/clone problems
Posted: 23. Jul 2009, 15:06
VB 3.0.2 r49928
Host OS: Windows XP SP3
Guest OS: Windows 2003 migrated from M$ VirtualPC (VHD file format)
Whenever I attempt any of GUI Export, vboxmanage export, or vboxmanage clonehd I get some form of VERR_INVALID_PARAMETER error. (directories and file names changed to protect the innocent)
command line export
The GUI gets the same error as above when doing an Export.
command line clone
Doesn't matter what "--format" I pass, they all get the same result.
The appliance is not running and has no snapshots. The only thing "odd" about it is that the disk inside the appliance uses full-disk encryption (Encryption Plus). I can copy the VHD file and use the "internalcommands sethduuid" command to mount it to another appliance.
Ideas? Thoughts? Known Issues? Something New & Unique?
thx
jeff
Host OS: Windows XP SP3
Guest OS: Windows 2003 migrated from M$ VirtualPC (VHD file format)
Whenever I attempt any of GUI Export, vboxmanage export, or vboxmanage clonehd I get some form of VERR_INVALID_PARAMETER error. (directories and file names changed to protect the innocent)
command line export
Code: Select all
C:\>vboxmanage export FOO --output .\FOO.ovf
VirtualBox Command Line Management Interface Version 3.0.2
(C) 2005-2009 Sun Microsystems, Inc.
All rights reserved.
0%...FAILED
ERROR: Could not create the clone hard disk 'C:\FOO.vmdk' (VERR_INVALID_PARAMETER)
Details: code E_FAIL (0x80004005), component Appliance, interface IAppliance, callee <NULL>
Context: "Write" at line 908 of file VBoxManageImport.cppcommand line clone
Code: Select all
C:\>vboxmanage clonehd --format vhd FOO.vhd BAR.vhd
VirtualBox Command Line Management Interface Version 3.0.2
(C) 2005-2009 Sun Microsystems, Inc.
All rights reserved.
0%...FAILED
Error: failed to clone hard disk. Error message: Could not create the clone hard disk 'C:\BAR.vhd' (VERR_INVALID_PARAMETER)
The appliance is not running and has no snapshots. The only thing "odd" about it is that the disk inside the appliance uses full-disk encryption (Encryption Plus). I can copy the VHD file and use the "internalcommands sethduuid" command to mount it to another appliance.
Ideas? Thoughts? Known Issues? Something New & Unique?
thx
jeff