Is there any way to change the BIOS serial number of an image in VirtualBox? Someone suggested a command like this:
vboxmanage setextradata "Demo Server" VBoxInternal/Devices/pcbios/0/Config/DmiSerial "12345"
I tried it and it ran with no errors, but I got this error when loading the image:
Failed to start the virtual machine Demo Server.
Invalid configuration for device pcbios device
(VERR_PDM_DEVINS_UNKNOWN_CFG_VALUES).
Unknown error creating VM
(VERR_PDM_DEVINS_UNKNOWN_CFG_VALUES).
Any ideas would be appreciated.