I have a small issue. I'm using VirtualBox on Ubuntu and virtualising the VPC images made available by Microsoft here for browser testing purposes. http://www.microsoft.com/Downloads/deta ... laylang=en
Everything works really well but if I try to add more than one of the XP images to the virtual media manager I get the following error.
I have attempted to change the UUID using the command lineCannot register the hard disk '/home/george/.VirtualBox/HardDisks/XP SP3 with IE6 2008-Dec.vhd' with UUID {b6202eec-1791-b921-4c0c-4306e34cc487} because a hard disk '/home/george/.VirtualBox/HardDisks/XP SP3 with IE6 2008-Dec.vhd' with UUID {b6202eec-1791-b921-4c0c-4306e34cc487} already exists in the media registry ('/home/george/.VirtualBox/VirtualBox.xml').
Code: Select all
george@george-ubuntu:~/.VirtualBox/HardDisks$ VBoxManage internalcommands sethduuid XP\ SP3\ with\ IE6\ 2008-Dec.vhd
VirtualBox Command Line Management Interface Version 2.1.4
(C) 2005-2009 Sun Microsystems, Inc.
All rights reserved.
UUID changed to: 46a453bd-4d03-4988-a066-6ecfc6ced308
Here's the auto-generated config
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!-- Sun xVM VirtualBox Global Configuration -->
<VirtualBox xmlns="http://www.innotek.de/VirtualBox-settings" version="1.6-linux">
<Global>
<ExtraData>
<ExtraDataItem name="GUI/LicenseAgreed" value="7"/>
<ExtraDataItem name="GUI/UpdateCheckCount" value="2"/>
<ExtraDataItem name="GUI/UpdateDate" value="1 d, 2009-03-03"/>
<ExtraDataItem name="GUI/RegistrationData" value="triesLeft=0"/>
<ExtraDataItem name="GUI/SuppressMessages" value=",confirmInputCapture"/>
<ExtraDataItem name="GUI/LastWindowPostion" value="614,190,755,506"/>
<ExtraDataItem name="GUI/LastVMSelected" value="{dff39fc8-84b9-45f9-908c-825e82950955}"/>
</ExtraData>
<MachineRegistry>
<MachineEntry uuid="{612fe944-278c-4018-8785-bf2424e3b0e9}" src="Machines/XP SP3 IE6/XP SP3 IE6.xml"/>
<MachineEntry uuid="{cc87b70c-537d-4fa3-a78c-d435d005887b}" src="Machines/XP SP3 IE7/XP SP3 IE7.xml"/>
<MachineEntry uuid="{608e3882-5b2a-4c4b-aafd-591319d78dbe}" src="Machines/XP SP3 IE8/XP SP3 IE8.xml"/>
<MachineEntry uuid="{dff39fc8-84b9-45f9-908c-825e82950955}" src="Machines/Vista Business IE7/Vista Business IE7.xml"/>
</MachineRegistry>
<MediaRegistry>
<HardDisks>
<HardDisk uuid="{9102a1bc-a0e0-dc11-827f-9ab851f2bb30}" location="/home/george/.VirtualBox/HardDisks/Vista Business with IE7.vhd" format="VHD" type="Normal"/>
<HardDisk uuid="{b6202eec-1791-b921-4c0c-4306e34cc487}" location="/home/george/.VirtualBox/HardDisks/XP SP3 with IE6 2008-Dec.vhd" format="VHD" type="Normal"/>
</HardDisks>
<DVDImages>
<Image uuid="{0b1f4b5b-25f8-4e95-9aa6-2c9714f964b8}" location="/usr/share/virtualbox/VBoxGuestAdditions.iso"/>
</DVDImages>
<FloppyImages/>
</MediaRegistry>
<USBDeviceFilters/>
<SystemProperties defaultMachineFolder="Machines" defaultHardDiskFolder="HardDisks" defaultHardDiskFormat="VDI" remoteDisplayAuthLibrary="VRDPAuth" webServiceAuthLibrary="VRDPAuth" HWVirtExEnabled="false" LogHistoryCount="3"/>
</Global>
</VirtualBox>
I suspect this is an issue with the vhds as this issue only occurs on the XP images and not the Vista image which has a different UUID. Any ideas greatly appreciated.