You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
1.7 KiB

# Using the provided image
## Getting VirtualBox
To use the image we have to have installed Virtual Box. You can do that <a href="https://www.virtualbox.org/wiki/Downloads">here</a>.
## Adding a new machine and using the image
:warning: Before following the steps bellow if unsure of what youre doing please copy the image to a secure location for backup!!!
After installing virtualbox, on the main page at the top we have the contol icons.
Right next to "run", "stop" etc we will find create (Carefull <b>NOT ADD</b>).
3 years ago
Upon clicking on that there will be a series of questions about the vm.
We will choose a <b>name</b> for our new virtual machine, <b>linux</b> as the type and <b>Ubuntu 64 bit</b> as the operating system.
When prompted for the disk we will choose to use an existing image and then select the one we downloaded.
:information_source: If the image is not visible you might have to add it using the icon on the top left.
Once youre done click next and your vm should be ready to run.
3 years ago
### Full-Screen Mode
To get full screen capabillity you have to install the guest additions for you specific distribution.
To do that you can navigate to the Device menu and mound a virtual drive containing those additions.
After doing the installation reastart your virtual machine and native screen resolution should be available in the monitor settings tab.
To go full screen you have to press the host key + f (by default host key is right CTRL).
3 years ago
see also <a href="https://askubuntu.com/questions/22743/how-do-i-install-guest-additions-in-a-virtualbox-vm">Link-1</a>, <a href="https://www.virtualbox.org/manual/ch04.html">Link-2</a>, <a href="https://docs.oracle.com/cd/E36500_01/E36502/html/qs-guest-additions.html">Link-3</a>
3 years ago
Have fun!!!!