I'm still confused concerning the setting/configuration of the uuid parameter.
Indeed, it looks as if VirtualBox allows to set:
----------------------------------------------------------------------------------
1) the system uuid thanks to the command:
VBoxManage setextradata "XP_VM" "VBoxInternal/Devices/pcbios/0/Config/DmiSystemUuid" "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
2) the uuid hardware thanks to the command:
VBoxManage modifyvm "XP_VM" --hardwareuuid "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
3) the machine uuid by editing the .vbox configuration file:
<Machine uuid="{XXXXXXXXXXXXXXX}" name="XP_VM" OSType="WindowsXP">
---------------------------------------------------------------------------------
Moreover the system Uuid i got by running dmidecode on the physical PC does not match the the machine uuid written inside the .vbox configuration file i got from the migration software (P2V). Does that mean that there are several Uuid related to hardware?
If someone could clarify that would be great.
Thanks in advance,
Jeff_59