-
Notifications
You must be signed in to change notification settings - Fork 2
VirtualBox Installation
John Paden edited this page Jun 2, 2016
·
5 revisions
First, download and install VirtualBox.
If you plan to use this VirtualBox for debugging, you will probably want to download the Guest Additions for Linux Guests. Once VirtualBox is installed, you can install Guest Additions by simply running the downloaded Guest Additions file.
After the VirtualBox is installed, one should edit 'Host-only Network' in VirtualBox Manager. The steps are:
- 'File'---> 'Preferences'
- Under the Network tab, choose the Host-only Networks tab
- Edit the "VirtualBox Host-Only Ethernet Adapter"
- Set 'IPv4 Address' on the 'Adapter' tab to 192.168.111.222
Here is the manual for VirtualBox.
For any Linux VM that you wish to use the Guest Additions, after running the VM, choose "Devices-->Insert Guest Additions CD Image" from the VM window. This should bring up a few prompts to install the Guest Additions.