Questions tagged [virtual-machine]

A virtual machine is an emulation of a guest operating system, running on virtualized hardware within a host operating system.

Rather than being real, i.e., made ​​of real computer hardware and running a specific operating system, a virtual machine (VM) is a "dummy" computer created by a simulation program. Its memory, processor and other resources are virtualized. It is a way of dividing the resources of a computer into multiple execution environments.

Advantages of VMs:

  • Facilitates the development and testing of new operating systems.
  • Allows comparison of multiple operating systems using the same equipment.
  • Runs different operating systems on the same hardware simultaneously.
  • Simulates changes and hardware failures or reconfiguration of tests an operating system, providing reliability and scalability to applications.
  • Reduction in hardware costs.
  • Facilitates in the management, replication and migration of computers, applications or operating systems.
  • Reliability and availability: a software failure in a VM does not affect other services running on the host operating system.
5679 questions
315
votes
11 answers

What's the recommended way to move a VirtualBox VM to another computer?

I use VirtualBox 4.1.x on my Ubuntu machine and I’ve set up several virtual machines. Since there are several ways one can move a virtual machine in VirtualBox to another computer, I was wondering which one is the recommended way: Use the…
184
votes
16 answers

How to move VirtualBox files?

By default VirtualBox stores all data in a directory below the home directory. I know how to change it but how can I change the location of existing images (without editing VirtualBox.xml manually)? I'm working on Windows and don't want to try using…
maaartinus
  • 3,392
  • 8
  • 33
  • 42
174
votes
8 answers

No USB devices available in VirtualBox

Oracle VirtualBox is unable to list/filter the USB devices attached to my system. As a result, the guest OS is not able to see any USB device either. This is my configuration: Host: VirtualBox 5.0.0 r101573 on Ubuntu 14.04, with Oracle…
mguassa
  • 1,954
140
votes
4 answers

How do I get out my embedded Windows 8+ key from a Linux environment?

I have seen other SuperUser questions on this topic: How to find Windows 8 product key? | How to find Windows 8 OEM product key? However, all of the answers assume you have Windows 8 running. I've already done a clean install of Ubuntu 13.04 on my…
VerdantOzark
  • 3,343
  • 3
  • 17
  • 16
139
votes
10 answers

Use physical harddisk in Virtual Box

Using Virtual Box, how can I install an OS to a secondary, physical disk, and boot it in both (at separate times) Virtual Box, and as a typical secondary OS install?
137
votes
4 answers

Why can't VirtualBox or VMware run with Hyper-V enabled on Windows 10?

I am running Windows 10 Pro 64-bit with Hyper-V and Intel VT-x virtualization technology enabled. When I try to run VirtualBox 64-bit, Windows goes into a BSOD. When I run VMware it shows an error. Why can't VirtualBox and VMware run with Hyper-V…
Biswapriyo
  • 11,584
119
votes
1 answer

Hyper-V vs Virtual Machine Platform vs Windows Hypervisor Platform settings in Programs and Features?

Windows 10 shows these three separate features that seem to be the same thing or related. Hyper-V (note that in latest Windows 10 version this has disappeared from the "Windows Features" checklist depicted bellow); it only shows in the services…
104
votes
10 answers

How can I take browser screenshots at a higher resolution than my browser supports?

I need to take a screenshot of a website as it would appear on a very high resolution monitor... say 4000x3000 pixels. My laptop's screen has a native resolution of 1400x768. Basically, I need to simulate having a monitor resolution much higher than…
97
votes
8 answers

Virtual Box - not filling entire screen

I am new to VirtualBox and am trying to set up an instance of Windows 7 64. I have the virtual machine instance running with Windows 7 now installed, but it only fills up a small portion of my screen. Even when I go full screen, the window stays…
jdavis
  • 1,121
93
votes
2 answers

How to convert .img to usable VirtualBox format

I have a .img file for Windows 10, and I need to turn it into something which I can use in VirtualBox, such as an ISO, or turning it into a bootable virtual disk for an ICT project.
Anthony
  • 1,613
93
votes
9 answers

Is it possible to convert virtual machines to physical environments?

Is is possible to convert a .vdi file into a .iso that can be burned to a cd or dvd and make it like an installer. Or Is it possible to convert virtual machines to physical environments?
Wern Ancheta
  • 6,620
85
votes
9 answers

Why Virtual Box won't give me option to create 64 bits guests?

My host is x64 bits Windows 8.1. I downloaded the latest Virtual Box (4.3) and I'm trying to create a VM with a 64 bits Ubuntu OS (ubuntu-12.04.3-desktop-amd64). When I go to New VM wizard, it doesn't give me option to select "Ubuntu (x64)" as I…
Edy Bourne
  • 983
  • 1
  • 8
  • 11
79
votes
14 answers

How to access an SD card from a virtual machine?

I want to format an SD card from my Linux virtual machine. I have a built-in SD card reader in my laptop. I tried using VirtualBox and VMware Player and installed Ubuntu 10.04 guest. None of them are showing the SD card reader as a device. I can…
75
votes
8 answers

Ubuntu Server VM: copy paste?

I've installed Ubuntu Server under Virtualbox just to get a nice little shell. I've also installed the VirtualBox "Guest Additions" and set "Shared Clipboard: Bidirectional". I still can't seem to get any copy-paste working. Am I missing something…
bukzor
  • 2,170
  • 2
  • 16
  • 22
65
votes
3 answers

Hyper-V Clipboard and Integration Services in Ubuntu

I have Ubuntu 14.04 running in Windows Hyper-V. I am experiencing a problem with the Clipboard (copy from host to Virtual Machine), it is not working correctly (It was not working with Ubuntu 12.04 also). I suspect that the problem lies in the…
Devid
  • 6,455
  • 13
  • 58
  • 75
1
2 3
99 100