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
63
votes
3 answers

How to correct virtualbox installation

Here is how the error output is if I run virtualbox from the terminal. How to correct it? I am on a Ubuntu 12.10 64bit machine. virtualbox WARNING: The character device /dev/vboxdrv does not exist. Please install the virtualbox-ose-dkms package…
footy
  • 5,803
  • 13
  • 48
  • 96
61
votes
2 answers

CentOS through a VM - no URLs in mirrorlist

I am trying to run a CentOS 8 server through VirtualBox (6.1.30) (Vagrant), which worked just fine yesterday for me, but today I tried running a sudo yum update. I keep getting this error for some reason: [vagrant@192.168.38.4] ~ >> sudo yum…
Eylon
  • 628
  • 1
  • 3
  • 7
61
votes
22 answers

VirtualBox NS_ERROR_FAILURE (0x80004005) macOS

I'm using macOS and installed VirtualBox. When I start a machine, I'm getting the following error : Failed to open a session for the virtual machine ubuntu. The virtual machine 'ubuntu' has terminated unexpectedly during startup with exit code 1…
JP Jack
  • 699
  • 1
  • 7
  • 13
61
votes
1 answer

how to get the ipaddress of a virtual box running on local machine

I need to connect to my virtual box running on my local machine to transfer files from my local system to VM by using WinSCP. How do I find the IP address? When I go to the settings and network tab, there I find something related to IP, but when I…
user1015388
  • 1,283
  • 4
  • 25
  • 45
59
votes
5 answers

VirtualBox import error Cannot register the DVD image

I'm running v 4.2.6. Starting this morning, I can't import some VMs, and some of my existing VMs are showing up as inaccessible and have the following error showing in the UI, The same error too when i took the vm to another PC and try to open it…
shareef
  • 9,255
  • 13
  • 58
  • 89
59
votes
6 answers

Cannot boot Windows guest in VirtualBox without kernel module error

I'm running Vagrant (1.8.1) + VirtualBox (5.0.12) on Windows 7 and trying to boot up a Windows 7 image (modernIE/w7-ie8). However, I get this error: --------------------------- VirtualBox - Error In…
Anthony Mastrean
  • 21,850
  • 21
  • 110
  • 188
59
votes
17 answers

Timed out while waiting for the machine to boot when vagrant up

I have an Ubuntu 13.10 and I installed Vagrant 1.5.4 and VirtualBox 4.3.10r93012. My problem occurs when I write the command vagrant up at the first time the script up the virtual machine correctly. But after doing vagrant halt and write the command…
xserrat
  • 1,429
  • 1
  • 13
  • 12
59
votes
8 answers

Copy/Paste - From Mac to Virtual box

I am working on a document on mac (osx 10.9) and I have a virual machine running windows 7 - the issue is I dont know how to enable it so I can copy text from the word document in mac to the word document or application in the virtual box. I have…
user3379926
  • 3,855
  • 6
  • 24
  • 42
59
votes
7 answers

Cannot change permissions of folders within vagrant home folder

When I ssh in to my vagrant vm, I can change permissions of files and folders above and outside the vagrant user folder, and for files within the vagrant user folder. But cannot change permissions for folders under the vagrant user folder. I have…
kayaker243
  • 2,580
  • 3
  • 22
  • 30
57
votes
6 answers

How to sync time on host wake-up within VirtualBox?

I am running an Ubuntu 12.04-based box inside of Vagrant using VirtualBox. So far, everything is fine - except for one thing: Let's assume that the VM is running. Then, the host goes to standby-mode. After waking it up again, the VM is still…
Golo Roden
  • 140,679
  • 96
  • 298
  • 425
56
votes
18 answers

VirtualBox error : kernel driver not installed(rc=-1908)

I tried to set up an virtual machine on Ubuntu 12.10.I installed Oracle Vm VirtualBox Manager. Then, i followed the steps and i choose .iso file from settings>storage.Then clicked live cd/dvd option.Then OK,when i clicked to start button i get such…
user1760668
56
votes
9 answers

Symfony2 Slow Initialization Time

I have Symfony2 running on an Ubuntu Server 12.04 (64-bit) VM (VirtualBox). The host is a MacBook pro. For some reason I am getting really long request times in development mode (app_dev.php). I know its slower in dev mode, but I'm talking 5-7…
orourkedd
  • 6,201
  • 5
  • 43
  • 66
55
votes
5 answers

Migrating from VMWARE to VirtualBox

I'm trying to migrate an existing VM from VMWARE to VirtualBox. I've made a copy of the Virtual Machine folder for the VM (so I can experiment and not destroy the original) and have successfully created a VM in VirtualBox. I've got everything…
rip747
  • 9,375
  • 8
  • 36
  • 47
53
votes
7 answers

How to remove extra host only network interfaces created by vagrant on windows 10?

I have recently upgraded to Win 10 and hence to vagrant 1.7.4 and virtual box 5.0.2 r102096. While bringing one of the VM up using vagrant up, vagrant kept failing, but created new Host only adapters in the system on every attempt. Now I have 6…
Manish Sapariya
  • 3,575
  • 3
  • 25
  • 34
53
votes
2 answers

How to connect with host PostgreSQL from vagrant virtualbox machine

I have a VirtualBox machine running Ubuntu 12.04 in a Mac OS X host machine. In my host machine (Mac OS X), I have PostgreSQL installed. I would like to connect to this PostgreSQL server from my Ubuntu virtual machine (I know normally it's the…
Jorge Arévalo
  • 2,858
  • 5
  • 36
  • 44