Problem configuring DMISystem settings
Posted: 9. Apr 2011, 13:12
I need to configure a Windows 2003 VM so that our software product will activate.
I have used a batch file to apply the commands - adapted from those found in another forum posting - the most important for me is DMISystemSerial entered as below:-
VBoxManage setextradata CMA-5.4er20 "VBoxInternal/Devices/pcbios/0/Config/DmiSystemSerial" "J5FTSK1"
I have attached the full batch file.
I can confirm the settings are applied using VBoxManage getextradata
When I try to start the VM it displays the error shown in the attachment and VBox.log shows:-
00:00:01.312 VMSetError: D:\tinderbox\win-4.0\src\VBox\Devices\PC\DevPcBios.cpp(960) pcbiosConstruct; rc=VERR_PDM_DEVINS_UNKNOWN_CFG_VALUES
00:00:01.312 VMSetError: Invalid configuration for device pcbios device
00:00:01.312 PDM: Failed to construct 'pcbios'/0! VERR_PDM_DEVINS_UNKNOWN_CFG_VALUES (-2801) - A device encountered an unknown configuration value. This means that the device is potentially misconfigured and the device construction or unit attachment failed because of this.
00:00:01.530 Power up failed (vrc=VERR_PDM_DEVINS_UNKNOWN_CFG_VALUES, rc=E_FAIL (0X80004005))
I would appreciate any advice. Regards, Anne Fuller
I have used a batch file to apply the commands - adapted from those found in another forum posting - the most important for me is DMISystemSerial entered as below:-
VBoxManage setextradata CMA-5.4er20 "VBoxInternal/Devices/pcbios/0/Config/DmiSystemSerial" "J5FTSK1"
I have attached the full batch file.
I can confirm the settings are applied using VBoxManage getextradata
When I try to start the VM it displays the error shown in the attachment and VBox.log shows:-
00:00:01.312 VMSetError: D:\tinderbox\win-4.0\src\VBox\Devices\PC\DevPcBios.cpp(960) pcbiosConstruct; rc=VERR_PDM_DEVINS_UNKNOWN_CFG_VALUES
00:00:01.312 VMSetError: Invalid configuration for device pcbios device
00:00:01.312 PDM: Failed to construct 'pcbios'/0! VERR_PDM_DEVINS_UNKNOWN_CFG_VALUES (-2801) - A device encountered an unknown configuration value. This means that the device is potentially misconfigured and the device construction or unit attachment failed because of this.
00:00:01.530 Power up failed (vrc=VERR_PDM_DEVINS_UNKNOWN_CFG_VALUES, rc=E_FAIL (0X80004005))
I would appreciate any advice. Regards, Anne Fuller