Changeset 40019 in vbox for trunk/doc/manual/en_US/user_AdvancedTopics.xml
- Timestamp:
- Feb 7, 2012 1:46:41 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 76141
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_AdvancedTopics.xml
r39860 r40019 1340 1340 with <screen>dmidecode -t0</screen>and the DMI system information can be 1341 1341 obtained with <screen>dmidecode -t1</screen></para> 1342 </sect1> 1343 1344 <sect1 id="changeacpicust"> 1345 <title>Configuring the custom ACPI table</title> 1346 1347 <para>VirtualBox can be configured to present an custom ACPI table to 1348 the guest. Use the following command to configure this:</para> 1349 1350 <screen>VBoxManage setextradata "VM name" 1351 "VBoxInternal/Devices/acpi/0/Config/CustomTable" "/path/to/table.bin"</screen> 1352 1353 <para>Configuring a custom ACPI table can prevent Windows 1354 Vista and Windows 7 from asking for a new product key. On Linux hosts, 1355 one of the host tables can be read from 1356 <filename>/sys/firmware/acpi/tables/</filename>.</para> 1342 1357 </sect1> 1343 1358
Note:
See TracChangeset
for help on using the changeset viewer.