Or so I've been told on the Fujitsu-Siemens hotline.
If you install XP in virtualbox with the mentioned media, activation fails AND microsoft telephone support won't help.
But it can be fixed by putting the DMI-strings from the systems' BIOS into virtualboxes BIOS:
Download the VirtualBox OSE tarball.
Get the DMI-strings by:
- Code: Select all Expand viewCollapse view
sudo dmidecode -t 1
Enter them into the source-file VirtualBox/src/VBox/Devices/PC/DevPcBios.cpp in the function pcbiosPlantDMITable (line 743).
Proceed with Linux build instructions.
It seems to work. Tell me, if you think that hack might mess virtualbox up.
I am pretty sure that it does not violate any licensing terms.
