Changeset 51261 in vbox for trunk/doc/manual/en_US/user_BasicConcepts.xml
- Timestamp:
- May 15, 2014 3:36:42 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_BasicConcepts.xml
r51257 r51261 1386 1386 VM is powered off and remains persistent until changed.</para> 1387 1387 </sect2> 1388 1389 <sect2 id="efibootargs"> 1390 <title>Specifying boot arguments</title> 1391 1392 <para>It is currently not possible to manipulate EFI variables from within a running guest 1393 (e.g., setting the "boot-args" variable by running the <computeroutput>nvram</computeroutput> tool in a Mac OS X guest will not work). 1394 As an alternative way, "VBoxInternal2/EfiBootArgs" extradata can be passed to a VM in order to set 1395 the "boot-args" variable. To change the "boot-args" EFI variable: 1396 <screen>VBoxManage setextradata "VM name" VBoxInternal2/EfiBootArgs <value></screen> 1397 </para> 1398 </sect2> 1399 1388 1400 </sect1> 1389 1401 </chapter>
Note:
See TracChangeset
for help on using the changeset viewer.