- Shutdown Ubuntu Guest Machine
- Open Virtualbox
- Highlight Ubuntu Guest Machine
- Click Settings
- Click Display
- Uncheck Enable 3D Acceleration
- Uncheck Enable 2D Video Acceleration
- Click OK
- Start Ubuntu Guest Machine
- Open Chromium
Showing posts with label VirtualBox. Show all posts
Showing posts with label VirtualBox. Show all posts
Friday, September 30, 2016
How to fix Chromium Latest Version on Ubuntu as Guest At Virtualbox
Wednesday, September 28, 2016
How to install VirtualBox Guest Additions on Ubuntu 16.04
- With the Ubuntu 16.04 as Guest running, click Devices
- Click Insert Guest Additions CD image...
- Open terminal
- Type
sudo apt-get install linux-headers-generic sudo apt-get install build-essentiall dkms sudo apt-get install virtualbox-guest-dkms
- Type N, if the virtualbox-guest-dkms configuration asks you to review the differences
- Open the file explorer (Example: Caja)
- Click the VBOX CD-ROM: VBOXADDITIONS device
- Double click VBoxLinuxAdditions.run
- Click Run
Thursday, August 20, 2015
How to resize a VDI disk in VirtualBox
- Shutdown the virtual machine where you want to resize the virtual disk
- Open Oracle VM VirtualBox Manager
- Highlight the virtual machine where you want to resize the virtual disk
- Click the Settings ribbon bar button
- In the virtual machine settings window, click Storage at the left bar menu
- In the Storage Tree section, highlight the virtual disk that you want to resize
- In the Information section, right-click the file path after Location:
- Click Copy
- Open the Command Prompt (Windows)/Terminal (Linux)
- Type the following commandvboxmanage modifyhd {location-path} --resize {size}
{size} is the new virtual disk size in megabytes (for example: 1 Gb = 1024 Mb)
Example:
I want to resize my virtual disk to 100 Gb:
vboxmanage modifyhd "H:\VMs\Guest#1.vdi" --resize 102400
Subscribe to:
Posts (Atom)