You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.
After running setslic on my VM, I get the following error in VirtualBox
Configuration error: Querying "DmiBIOSFirmwareMajor" as an int failed (VERR_CFGM_NOT_INTEGER).
seems like an error message ended up in my config:
<ExtraDataItemname="VBoxInternal/Devices/pcbios/0/Config/DmiBIOSFirmwareMajor"value="ERROR: Cannot find value for BIOS"/>
<ExtraDataItemname="VBoxInternal/Devices/pcbios/0/Config/DmiBIOSFirmwareMinor"value="ERROR: Cannot find value for BIOS"/>
<ExtraDataItemname="VBoxInternal/Devices/pcbios/0/Config/DmiBIOSReleaseDate"value="10/12/2016"/>
<ExtraDataItemname="VBoxInternal/Devices/pcbios/0/Config/DmiBIOSReleaseMajor"value="1"/>
<ExtraDataItemname="VBoxInternal/Devices/pcbios/0/Config/DmiBIOSReleaseMinor"value="4"/>
<ExtraDataItemname="VBoxInternal/Devices/pcbios/0/Config/DmiBIOSVendor"value="Dell Inc."/>
<ExtraDataItemname="VBoxInternal/Devices/pcbios/0/Config/DmiBIOSVersion"value="1.4.10"/>
After changing the values to match ReleaseMinor/Major, I get
Configuration error: Querying "DmiSystemSKU" as a string failed (VERR_CFGM_NOT_STRING).
After running setslic on my VM, I get the following error in VirtualBox
seems like an error message ended up in my config:
After changing the values to match ReleaseMinor/Major, I get
Which corresponds to
Adding a space to the start of that value 'fixes' it. Haven't tried activating VM Windows yet, though.
Seems like VirtualBox bugs to me but I thought it was worth reporting anyway.
The text was updated successfully, but these errors were encountered: