Last change
on this file since 105482 was 105289, checked in by vboxsync, 9 months ago |
Docs: bugref:10705. Merging current changes to dita files from docs team's repo. (r6123, r6120, r6117)
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
844 bytes
|
Line | |
---|
1 | <?xml version='1.0' encoding='UTF-8'?>
|
---|
2 | <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
3 | <topic xml:lang="en-us" id="efibootargs">
|
---|
4 | <title>Specifying Boot Arguments</title>
|
---|
5 |
|
---|
6 | <body>
|
---|
7 | <p>It is currently not possible to manipulate EFI variables from within a running guest. For example, setting the
|
---|
8 | <codeph>boot-args</codeph> variable by running the <userinput>nvram</userinput> tool in a Mac OS X guest will
|
---|
9 | not work. As an alternative method, <codeph>VBoxInternal2/EfiBootArgs</codeph> extradata can be passed to a VM in
|
---|
10 | order to set the <codeph>boot-args</codeph> variable. To change the <codeph>boot-args</codeph> EFI variable, use
|
---|
11 | the following command: </p>
|
---|
12 | <pre xml:space="preserve">VBoxManage setextradata "VM name" VBoxInternal2/EfiBootArgs <value></pre>
|
---|
13 | </body>
|
---|
14 |
|
---|
15 | </topic>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.