Changeset 51261 in vbox
- Timestamp:
- May 15, 2014 3:36:42 PM (11 years ago)
- Location:
- trunk/doc/manual/en_US
- Files:
-
- 2 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> -
trunk/doc/manual/en_US/user_KnownIssues.xml
r51124 r51261 225 225 messages by issuing this command:<screen>VBoxManage setextradata "VM name" "VBoxInternal2/EfiBootArgs" " "</screen>To 226 226 revert to the previous behavior, use:<screen>VBoxManage setextradata "VM name" "VBoxInternal2/EfiBootArgs" ""</screen></para> 227 </listitem> 228 229 <listitem> 230 <para>It is currently not possible to start a Mac OS X guest in safe mode by specifying "-x" option 231 in "VBoxInternal2/EfiBootArgs" extradata.</para> 227 232 </listitem> 228 233 </itemizedlist></para>
Note:
See TracChangeset
for help on using the changeset viewer.