<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hi, there.<br>
<br>
First, my details:<br>
<br>
Host machine:<br>
<blockquote>rlott@rlott-brix:~$ uname -a; lsb_release -a<br>
Linux rlott-brix 4.13.0-46-generic #51-Ubuntu SMP Tue Jun 12 12:36:29 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux<br>
No LSB modules are available.<br>
Distributor ID:    Ubuntu<br>
Description:    Ubuntu 17.10<br>
Release:    17.10<br>
Codename:    artful<br>
</blockquote>
VirtualBox version: 5.2.6 r120293 (Qt5.9.1)<br>
Guest VM: Custom Ubuntu version<br>
<blockquote>root@magtestvm:/udata/home/etdev# uname -a; lsb_release<br>
Linux magtestvm 4.4.0-116-generic #140~14.04.1-Ubuntu SMP Fri Feb 16 09:25:20 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux<br>
</blockquote>
<br>
I was wondering if there was a way to populate the DMI information to simulate memory banks for a Linux-based VM. If I do a dmidecode -t17 on my guest, I see the following:
<br>
<br>
root@magtestvm:/udata/home/etdev# dmidecode -t17 <br>
# dmidecode 2.12<br>
SMBIOS 2.5 present.<br>
<br>
Upon further examination, I saw in the full dmidecode output that no such memory bank sections existed.
<br>
<br>
I found this section in the manual about setting DMI information: <a class="moz-txt-link-freetext" href="https://www.virtualbox.org/manual/ch08.html#idm5744">
https://www.virtualbox.org/manual/ch08.html#idm5744</a><br>
<br>
I saw in this piece of the source code that it does support DMI Memory (type 17):
<a class="moz-txt-link-freetext" href="https://www.virtualbox.org/svn/vbox/trunk/src/VBox/Devices/PC/DevFwCommon.cpp">
https://www.virtualbox.org/svn/vbox/trunk/src/VBox/Devices/PC/DevFwCommon.cpp</a><br>
<br>
So, is there such a call to set various things like this?<br>
<br>
    VBoxManage setextradata <my_guest_vm> VBoxInternal/Devices/pcbios/0/Config/DmiMemory/<some_key> <some_value><br>
<br>
If so, would you point me to where a list of values for <some_key> would be? <br>
<br>
Thanks very much!<br>
<br>
Rodney<br>
<br>
<br>
</body>
</html>