diff --git a/README.md b/README.md index 0441f66e1a002219f98475f52a5c1ac34d67a7dd..ace74ed5f148c4db03a8aea068ca11d7f4de8eb3 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,33 @@ For testing VirtualBox, we have developed a small virtual image that should run If not, please find your problem below and a possible solution. ## Problems and solutions + +### The VM does not start and Virtualbox displays an error + +#### VT-X is missing + + + +You should enable the intel VT-x instructions in your BIOS. + +In windows 10, you should: + +- go to the update screen of Windows +- reboot into the BIOS +- activate intel VT-x + +This [page](https://www.shaileshjha.com/step-by-step-guide-to-enable-intel-vt-x-or-amd-v-in-bios-or-uefi-in-windows-10-and-windows-8/) should help you. + +#### USB problem + +You should install the extension pack. Go on [this page](https://www.virtualbox.org/wiki/Downloads) and click the VirtualBox X.Y.Z Oracle VM VirtualBox Extension Pack and follow the instructions. + +### The VM starts and it shows an error + +#### eth1 + +### Other problems + +#### Cannot exit the mouse from the VM + +By default the key "Ctrl" on the right, asks Virtualbox to exit from the VirtualBox window. If your keyboard has no right Ctrl key, you should customize the key in the preferences of Virtualbox. diff --git a/evaluate.png b/evaluate.png index a71d4a7fa127476973466749fa9a853e2cc65ee4..9ddbc145fb65fdb672c282c515943d029cb1741e 100644 Binary files a/evaluate.png and b/evaluate.png differ diff --git a/shutdown.png b/shutdown.png new file mode 100644 index 0000000000000000000000000000000000000000..65402f9729a14124c256dfe37b4dbf95b0339f0f Binary files /dev/null and b/shutdown.png differ diff --git a/start.png b/start.png new file mode 100644 index 0000000000000000000000000000000000000000..d496441f31bfd6f2a7f13836eb40120072e1eb2c Binary files /dev/null and b/start.png differ diff --git a/vtx_not_installed.png b/vtx_not_installed.png new file mode 100644 index 0000000000000000000000000000000000000000..030629cb97d8ad35a85466b253137575d8b7934b Binary files /dev/null and b/vtx_not_installed.png differ