VirtualBox sets the BIOS serial number of every VM instance to 0. It seems to be possible to change some BIOS settings, but I haven't seen anything that directly references the serial number.
Can anyone suggest a way to do this?
|
VirtualBox sets the BIOS serial number of every VM instance to 0. It seems to be possible to change some BIOS settings, but I haven't seen anything that directly references the serial number. Can anyone suggest a way to do this?
| |||||||||||||
feedback
|
|
http://www.virtualbox.org/manual/ch09.html#changedmi Really has detailed answer for this. You can set the bios serial number by doing this:
The error you were getting is caused by the serial not being a string, if you have a pure number you should append it with
| |||
|
feedback
|
|
Not from any external settings. But you can from the code and then build it yourself: Source file: DevPcBios.cpp Change "0" to whatever value you need. EDIT: You can apparently use VBoxManage setextradata. I have used it in the past for other type of configurations (not bios related) and didn't test this particular setting. Give it a go:
Otherwise... revert back to source code editing and building. Best of luck. | |||||||||||
feedback
|
|
Try using a serial number that contains 20 byte hexadecimal string:
| ||||
|
feedback
|