Configuring the BIOS DMI information
Posted: 17. Jul 2008, 17:13
I would like to configure the BIOS DMI information for my Windows XP guest. THere are 4 items in the user manual under this topic that I am not sure what they correspond to in the output from dmidecode.
These are the following settings that are in question:
Can anyone explain these 4 commands to me. Thanks
By the way, I have seen a couple of other posts relating to these commands but I don't know if they got it to work or not. I am trying to set this information so the vm will install XP or Vista from the original disks that came with the computer without having to activate. I saw a post that said additional information was needed in the BIOS settings for Vista.
These are the following settings that are in question:
Code: Select all
VBoxManage setextradata "My VM" \
"VBoxInternal/Devices/pcbios/0/Config/DmiBIOSReleaseMajor" 1
VBoxManage setextradata "My VM" \
"VBoxInternal/Devices/pcbios/0/Config/DmiBIOSReleaseMinor" 2
VBoxManage setextradata "My VM" \
"VBoxInternal/Devices/pcbios/0/Config/DmiBIOSFirmwareMajor" 3
VBoxManage setextradata "My VM" \
"VBoxInternal/Devices/pcbios/0/Config/DmiBIOSFirmwareMinor" 4By the way, I have seen a couple of other posts relating to these commands but I don't know if they got it to work or not. I am trying to set this information so the vm will install XP or Vista from the original disks that came with the computer without having to activate. I saw a post that said additional information was needed in the BIOS settings for Vista.