Questions tagged [virtualbox]

[Notice: Only programming-related questions are on-topic] Oracle VM VirtualBox is an x86 virtualization software package, now developed by Oracle Corporation

Oracle VM VirtualBox

Oracle VM VirtualBox is an x86 virtualization software package. It was created by software company innotek GmbH, purchased by Sun Microsystems, and is now developed by Oracle Corporation as part of its family of virtualization products.

VirtualBox is installed on an existing host operating system; within this application, additional guest operating systems can be loaded and run. Each guest OS operates within its own virtual environment.

Presently, VirtualBox runs on Windows, Linux, Macintosh, and Solaris hosts. It supports a large number of guest operating systems including but not limited to:

  • Windows (NT 4.0, 2000, XP, Server 2003, Vista, Windows 7)
  • DOS/Windows 3.x,
  • Linux (2.4 and 2.6)
  • Solaris and OpenSolaris
  • OS/2
  • OpenBSD

See also:

5682 questions
53
votes
13 answers

Keyboard not working in oracle vm virtual box

I am installing the above mentioned vm on my windows 7 system. While trying to install linux on the vm during the installation, after I press enter once and the installation begins, keyboard stops working in the vm and hence I cannot complete the…
Rndm
  • 6,710
  • 7
  • 39
  • 58
52
votes
13 answers

VM has become 'inaccessible' - Vagrant no longer working

For some reason this morning when I run 'vagrant up' I get the following error (this has worked absolutely fine for over a year) Your VM has become "inaccessible". Unfortunately, this is a critical error with VirtualBox that Vagrant can not cleanly…
Zabs
  • 13,852
  • 45
  • 173
  • 297
50
votes
12 answers

Error with pre-create check: "VBoxManage not found. Make sure VirtualBox is installed and VBoxManage is in the path"

i run CentOS in VirtualBox on physical Windows7. Now in centOS i have Docker and i need to run docker-machine create --driver virtualbox host1 but i get error Error with pre-create check: "VBoxManage not found. Make sure VirtualBox is installed…
toto'
  • 1,325
  • 1
  • 17
  • 36
50
votes
21 answers

GenyMotion Unable to start the Genymotion virtual device

When I run Genymotion, I get the following error: Unable to start the Genymotion virtual device. Unable to configure the network adapter for the virtual device. Please, check the following points: From VirtualBox, in the main parameters of…
敬錞 潘
  • 852
  • 1
  • 14
  • 29
50
votes
24 answers

Unable to start Genymotion Virtual Device - Virtualbox Host Only Ethernet Adapter Failed to start

I'm using Genymotion v13.0 on Windows 8 Pro to create Virtual Device successfully, but when I try to run it I get this error: Unable to start Genymotion Virtual Device. Screenshot: Trying to run it via Virtualbox, I got this error…
Fridza
  • 501
  • 1
  • 4
  • 3
50
votes
9 answers

How to run "Oracle VirtualBox (VBOX)" like a service after boot in fully background "Microsoft Windows (WIN)"

I want to run autostart "Virtual Machine (VM)" without "Oracle VirtualBox (VBOX)" "Graphical User Interface (GUI)" on a local development machine with "Microsoft Windows (WIN)". How can I do that in fully running background process?
Bruno
  • 6,623
  • 5
  • 41
  • 47
49
votes
1 answer

How to set vagrant virtualbox video memory

I have googled this and can't find what command allows me to allocate the video memory for when using vagrant and virtualbox. Can someone tell me what it is? This is what I have for my virtual box configuration so far: config.vm.provider…
user5013
  • 981
  • 4
  • 10
  • 21
49
votes
2 answers

Is there any way to clone a vagrant box that is already installed

I must have the same VM in other computers but I don't want to download the whole box, php mysql, etc... I have a box already configured the way it should be and I want to run this VM in others computers. When the user run "vagrant up" the machine…
Mateusgf
  • 889
  • 1
  • 8
  • 14
49
votes
8 answers

check if VT-x is activated without having to reboot in Linux?

I have a laptop with Intel Core i5 M 450 @ 2.40GHz which apparently has VT-x but not VT-d. I have Ubuntu 12.04 32bit but would like to have a virtual 64bit terminal-based Linux running on it. How do I know if the BIOS has this VT-x feature activated…
719016
  • 9,922
  • 20
  • 85
  • 158
47
votes
1 answer

How can I connect to SQLServer running on VirtualBox from my host Macbook

I want to run SQLServer on my Mac but I can't do it natively. How can I host a SQLServer with VirtualBox and connect to it from my MacBook for local development?
Tyler
  • 17,669
  • 10
  • 51
  • 89
47
votes
9 answers

Why removing docker containers and images does not free up storage space on Windows? How to fix it?

Problem: As I download and run containers, they keep taking up more and more space. I found suggestions for cleaning up unused containers and images and I did so. Guess what? They eat up even more disk space! What I found so far: It has to do with…
Thoran
  • 8,884
  • 7
  • 41
  • 50
46
votes
5 answers

Can't start my virtual Box machine after installing Docker on Windows

To learn ArchLinux, I installed and using ArchLinux in a VirtualBox machine. It runs perfectly. Now I installed Docker on my pc (Windows environment). During the installation of Docker I got a warning, that if I install Docker on Windows, that…
Blank
  • 489
  • 1
  • 5
  • 11
46
votes
8 answers

Laravel Dusk error: Failed to connect to localhost port 9515: Connection refused

As the title says, I've go a clean install of Laravel 5.4 and the latest Homestead (1.0.1). However, when I run a simple Dusk test case I get the following error: Failed to connect to localhost port 9515: Connection refused Anyone know how to…
Nick
  • 2,862
  • 5
  • 34
  • 68
46
votes
1 answer

Is it possible to remote debug a VirtualBox with visual studio?

I'm running different versions of our application on Sun's open source VirtualBox, is it possible to remote debug the app from the host OS with Visual Studio? The problem is that in Visual Studio when I want to attach to a remote machine I have to…
Motti
  • 110,860
  • 49
  • 189
  • 262
45
votes
3 answers

Writing to the serial port from the Linux command line

From Windows I can communicate with a serial port device using the following commands: mode com1: baud=9600 data=8 parity=n stop=1 copy con com1 alt+18alt+2ctrl+z The device starts the requested operation. When I try to accomplish the same…
erin c
  • 1,345
  • 2
  • 20
  • 36