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:

5592 questions
826
votes
22 answers

Addressing localhost from a VirtualBox virtual machine

I have a local test/development server (HTTP, of course), listening to port 8000. I'm working on Linux, so to test the page on Internet Explorer 6, 7, 8, etc. I run a virtual machine using VirtualBox; I also need to see how it look on Firefox in a…
hasen
  • 148,751
  • 62
  • 182
  • 223
684
votes
9 answers

Shortcut to exit scale mode in VirtualBox

What is the shortcut to exit scale mode in Oracle VirtualBox, Windows 7 host?
foki
  • 7,995
  • 6
  • 28
  • 28
648
votes
15 answers

How to SSH to a VirtualBox guest externally through a host?

I have a Ubuntu VM running on my Windows 7 machine. How do I set it up so that I can access the webserver externally through SSH? I found steps (Setup SSH access between VirtualBox Host and Guest VMs) to be able to ssh to my guest from my host, but…
Jordan
  • 8,774
  • 8
  • 31
  • 45
558
votes
18 answers

How to resize a VirtualBox vmdk file

I've run out of space on a virtual machine disk which is a vmdk and need to resize the virtual image. Resizing with the command vboxmanage modifyhd Machine-disk1.vmdk --resize 30720 gives the error Progress state: VBOX_E_NOT_SUPPORTED VBoxManage:…
Brian
  • 19,258
  • 6
  • 32
  • 51
536
votes
11 answers

Virtualbox shared folder permissions

I'm using Windows and Virtualbox with RedHat, putting it simple: I've created a shared folder so I can use Eclipse on my Windows OS and do some testing in Linux. However, I can't access the shared folder with my user, I've logged in with root and…
SaintLike
  • 7,491
  • 8
  • 36
  • 62
425
votes
49 answers

Vagrant stuck connection timeout retrying

My vagrant was working perfectly fine last night. I've just turned the PC on, hit vagrant up, and this is what I get: ==> default: Clearing any previously set network interfaces... ==> default: Preparing network interfaces based on configuration... …
Kiee
  • 10,094
  • 8
  • 25
  • 51
281
votes
22 answers

Vagrant error : Failed to mount folders in Linux guest

I have some issues with Vagrant shared folders, my base system is Ubuntu 13.10 desktop. I do not understand why I have this error is something that is not right configured ? Is a NFS issue or Virtualbox Guest Additions ? I have tried with different…
Ek Kosmos
  • 4,050
  • 7
  • 28
  • 45
275
votes
8 answers

Where does Vagrant download its .box files to?

What happens to the .box file after the following command is executed? vagrant box add lucid32 http://files.vagrantup.com/lucid32.box I can't find the lucid32.box file on the file system after download has completed.
Calvin Cheng
  • 32,676
  • 29
  • 109
  • 162
251
votes
7 answers

How to change Vagrant 'default' machine name?

Where does the name 'default' come from when launching a vagrant box? $ vagrant up Bringing machine 'default' up with 'virtualbox' provider... Is there a way to set this?
Kyle Kelley
  • 12,557
  • 4
  • 45
  • 75
249
votes
15 answers

VT-x is disabled in the BIOS for both all CPU modes (VERR_VMX_MSR_ALL_VMX_DISABLED)

Downloaded Xamarin Android Player and with >>next>> progress installed Virtual Box. When I tried to start an emulator I got Failed to initialized device (name Of the emulator) VboxManager Commendt Failed and the detail of the error in Oracle Vm…
Sam
  • 5,467
  • 4
  • 31
  • 37
190
votes
23 answers

Failed to open/create the internal network Vagrant on Windows10

I upgraded my Windows 10 to the last update yesterday and now, when I launch vagrant up command, I get this error : ==> default: Booting VM... ==> default: Waiting for machine to boot. This may take a few minutes... The guest machine entered an…
Mathieu Lescaudron
  • 6,832
  • 4
  • 29
  • 44
171
votes
23 answers

SSH to Vagrant box in Windows?

I'm using Vagrant to start a VirtualBox VM in windows. In other platforms, I can just $ vagrant ssh to connect to the VM. How do i connect to this Vagrant box in windows? The way suggested in Vagrant documentation to use PuTTy also did not…
Sathish
  • 19,050
  • 22
  • 57
  • 69
171
votes
21 answers

VirtualBox: mount.vboxsf: mounting failed with the error: No such device

I'm using VirtualBox with OS X as host and CentOS on the guest VM. In OS X I created folder myfolder, added it as shared folder to the VM, turned on the VM, in CentOS created folder /home/user/myfolder and typing: sudo mount -t vboxsf myfolder…
cnaize
  • 2,871
  • 3
  • 25
  • 37
168
votes
2 answers

Virtualbox "port forward" from Guest to Host

Here is my setup: - Host: Windows XP - Guest: Ubuntu 10.04 - Networking: NAT I am setting an Apache web server on the Guest, but I want to be able to do this on the Windows machine: - go to the browser, type http://localhost:8000 Also, I tried to…
Carmen
  • 2,713
  • 4
  • 19
  • 23
166
votes
10 answers

VirtualBox Cannot register the hard disk already exists

I created a virtual disk file VM_1_Ubuntu.vdi. Then I moved it into another folder. I tried to update VM settings (right click on virtual machine -> settings -> Storage -> Controller SATA tab, VM_1_Ubuntu.vdi path). I wanted to set a new path. It…
Yan Khonski
  • 9,178
  • 13
  • 52
  • 88
1
2 3
99 100