VirtualBox
- Download Dependencies Python Core / win32api
- check if python is installed
pip install pywin32
- Download and install virtual box
Ubuntu
- Type
- .vbox
- Download: Ubuntu .vbox
- Install: Click
add
, and then follow the tutorial
- .ova
- Download: Ubuntu .ova
- Install: Click
import
, and then follow the tutorial
- Before starting the VM
- Change Display Adapter to
VMSVGA
- Enable
3D Acceleration
- Login and change the pwd
VirtualBox Guest Additions
- Download dependency
sudo apt update && sudo apt upgrade
sudo apt-get install build-essential gcc make perl dkms linux-headers-generic
- Add DVD drive on Storage Tab to install Guest Addition
- Insert Guest Additions CD img
- General: Device -> Insert Guest Additions CD img
- No cd drive found
- In UI interface
- Download VirtualBox Guest Additions
- Return to the VirtualBox administrator
- Settings -> Storage Device -> Add Disc
- Load the ISO file
- In command mode
sudo apt-get install virtualbox-guest-additions-iso
- Install
- General: receive a request to perform the installation
- If not received
- In UI interface
- Enter Guest Additions CD img
- Right click
autorun.sh
, and select Run as a Program
- In command mode
cd /media/username/VBox_GA_*
./autorun.sh
- Check
- function bar -> View -> Virtual Screen
- If there are many preset resolutions to choose from, you're done.
Bug
Can't change Virtual Machine Settings in Virtual Box
##Ubuntu ##Linux ##VirtualBox