Changeset 43412 in vbox
- Timestamp:
- Sep 24, 2012 10:19:16 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_AdvancedTopics.xml
r43362 r43412 1327 1327 information:</para> 1328 1328 1329 <screen>VBoxManage setextradata "VM name" 1329 <sect2> 1330 <title>DMI BIOS information (type 0)</title> 1331 <screen>VBoxManage setextradata "VM name" 1330 1332 "VBoxInternal/Devices/pcbios/0/Config/DmiBIOSVendor" "BIOS Vendor" 1331 1333 VBoxManage setextradata "VM name" … … 1340 1342 "VBoxInternal/Devices/pcbios/0/Config/DmiBIOSFirmwareMajor" 3 1341 1343 VBoxManage setextradata "VM name" 1342 "VBoxInternal/Devices/pcbios/0/Config/DmiBIOSFirmwareMinor" 4 1343 VBoxManage setextradata "VM name" 1344 "VBoxInternal/Devices/pcbios/0/Config/DmiBIOSFirmwareMinor" 4</screen> 1345 </sect2> 1346 <sect2> 1347 <title>DMI system information (type 1)</title> 1348 <screen>VBoxManage setextradata "VM name" 1344 1349 "VBoxInternal/Devices/pcbios/0/Config/DmiSystemVendor" "System Vendor" 1345 1350 VBoxManage setextradata "VM name" … … 1356 1361 "VBoxInternal/Devices/pcbios/0/Config/DmiSystemUuid" 1357 1362 "9852bf98-b83c-49db-a8de-182c42c7226b"</screen> 1358 1363 </sect2> 1364 <sect2> 1365 <title>DMI board information (type 2)</title> 1366 <screen>VBoxManage setextradata "VM name" 1367 "VBoxInternal/Devices/pcbios/0/Config/DmiBoardVendor" "Board Vendor" 1368 VBoxManage setextradata "VM name" 1369 "VBoxInternal/Devices/pcbios/0/Config/DmiBoardProduct" "Board Product" 1370 VBoxManage setextradata "VM name" 1371 "VBoxInternal/Devices/pcbios/0/Config/DmiBoardVersion" "Board Version" 1372 VBoxManage setextradata "VM name" 1373 "VBoxInternal/Devices/pcbios/0/Config/DmiBoardSerial" "Board Serial" 1374 VBoxManage setextradata "VM name" 1375 "VBoxInternal/Devices/pcbios/0/Config/DmiBoardAssetTag" "Board Tag" 1376 VBoxManage setextradata "VM name" 1377 "VBoxInternal/Devices/pcbios/0/Config/DmiBoardLocInChass" "Board Location" 1378 VBoxManage setextradata "VM name" 1379 "VBoxInternal/Devices/pcbios/0/Config/DmiBoardType" 10</screen> 1380 </sect2> 1381 <sect2> 1382 <title>DMI system enclosure or chassis (type 3)</title> 1383 <screen>VBoxManage setextradata "VM name" 1384 "VBoxInternal/Devices/pcbios/0/Config/DmiChassisVendor" "Chassis Vendor" 1385 VBoxManage setextradata "VM name" 1386 "VBoxInternal/Devices/pcbios/0/Config/DmiChassisVersion" "Chassis Version" 1387 VBoxManage setextradata "VM name" 1388 "VBoxInternal/Devices/pcbios/0/Config/DmiChassisSerial" "Chassis Serial" 1389 VBoxManage setextradata "VM name" 1390 "VBoxInternal/Devices/pcbios/0/Config/DmiChassisAssetTag" "Chassis Tag"</screen> 1391 </sect2> 1392 <sect2> 1393 <title>DMI processor informatiion (type 4)</title> 1394 <screen>VBoxManage setextradata "VM name" 1395 "VBoxInternal/Devices/pcbios/0/Config/DmiProcManufacturer" "GenuineIntel" 1396 VBoxManage setextradata "VM name" 1397 "VBoxInternal/Devices/pcbios/0/Config/DmiProcVersion" "Pentium(R) III"</screen> 1398 </sect2> 1399 <sect2> 1400 <title>DMI OEM strings (type 11)</title> 1401 <screen>VBoxManage setextradata "VM name" 1402 "VBoxInternal/Devices/pcbios/0/Config/DmiOEMVBoxVer" "vboxVer_1.2.3" 1403 VBoxManage setextradata "VM name" 1404 "VBoxInternal/Devices/pcbios/0/Config/DmiOEMVBoxRev" "vboxRev_12345"</screen> 1405 </sect2> 1359 1406 <para>If a DMI string is not set, the default value of VirtualBox is used. 1360 1407 To set an empty string use
Note:
See TracChangeset
for help on using the changeset viewer.