virtualbox: add images and fix images indentation

Signed-off-by: Miguel Bernal Marin <miguel.bernal.marin@linux.intel.com>
This commit is contained in:
Miguel Bernal Marin
2017-03-01 10:29:33 -06:00
parent 587e6f2eab
commit eed2c1928a
2 changed files with 14 additions and 6 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

+14 -6
View File
@@ -63,19 +63,20 @@ Create a virtual machine in VirtualBox
a. Type: **Linux**
b. Version: **Linux 2.6 / 3.x / 4.x (64-bit)**
.. image:: _static/images/vbox-create-vm.png
:alt: Create a new image in VirtualBox
.. image:: _static/images/vbox-create-vm.png
:alt: Create a new image in VirtualBox
|
c. Select default memory size.
.. image:: _static/images/vbox-memory-size.png
.. image:: _static/images/vbox-memory-size.png
|
d. Attach the virtual disk created in step number 3 as a virtual hard
disk file. Click the folder icon (lower right) to browse to find the VDI file.
disk file. Click the folder icon (lower right) to browse to find the
VDI file.
.. image:: _static/images/vbox-hdisk.png
.. image:: _static/images/vbox-hdisk.png
#. After it is created, go to settings to enable **EFI support**
@@ -167,11 +168,18 @@ Troubleshooting
---------------
On Windows OS, *VirtualBox* cannot do a **Hardware Virtualization** when
*Hyper-V* is enabled. To disable *Hyper-V* you should execute::
*Hyper-V* is enabled.
.. image:: _static/images/vbox-no-vtx.png
:alt: VirtualBox hardware acceleration error
|
To disable *Hyper-V* you should execute::
bcdedit /set {current} hypervisorlaunchtype off
in an **Administrator: Command Prompt**, then reboot your system.
To enable Hyper-V again, you should execute::
bcdedit /set {current} hypervisorlaunchtype Auto