Tagged Questions
-1
votes
1answer
35 views
frequently running KVM remote VMs locally - virtualization software [closed]
I have a Linux server which runs KVM. I connect to the headless VMs over rdp and vnc. Frequently I want to download the VMs and run them locally on my computer and again re-upload them later ...
1
vote
0answers
166 views
virtualbox to qemu but results in no bootable device qemu
I use vagrant to create my development vm. I exported the vmdk to vdi, and then convert the vdi to img.
cd virtualbox_dir/test_vm
VBoxManage clonehd test_vm.vmdk raw.vdi
0% ..... 100%
qmeu-img ...
1
vote
2answers
238 views
Migrate guest from KVM to VirtualBox
I'm migrating some machines from KVM to VirtualBox for a transitional period while we build our new virtualization environment.
The problem now, the disks are located on a LVM partition, and I have ...
-1
votes
1answer
274 views
How to set up VirtualBox Guest as Server on Different Subnets? [closed]
First, my server only has two public IP addresses.
eth1 188.138.124.244 netmask 255.255.255.192
eth1:0 85.25.110.198 netmask 255.255.255.192
default gateway: 188.138.124.193
How can I set up ...
1
vote
3answers
3k views
Linux KVM on a Virtualbox
Can we install a KVM machine on a virtualbox machine??? Virtual Machine on a Virtual Machine
I get the following error when I issue:
$ virt-install –-name kvm_client1 –-ram 256 –-disk
...
-2
votes
2answers
144 views
Turning physical linux server into several virtual servers [closed]
I'd like to create several virtual servers (all running linux) on my physical server. All of them will be used as headless servers - ie. they'd be the equivalent of an EC2 instance but running on my ...
1
vote
1answer
141 views
Using KVM and VirtualBox VMs concurrently
I am considering moving several of my virtual machines to a single Linux system for a variety of reasons. The problem is that most VMs are KVM-based, but there are a few VirtualBox VMs as well.
I ...
2
votes
2answers
1k views
How to export a specific virtualbox snapshot as a raw disk image
I created a Linux appliance for my friends. It's a small Ubuntu installation with Trac, lighthttp and ufw configured.
I made it using VirtualBox.
Now I want to export the latest snapshot version ...
1
vote
2answers
620 views
Can KVM roll back changes to Virtual Disks automatically?
I'm currently using VirtualBox on my Linux server to run a small Windows guest OS. I've configured its main virtual hard drive as what VBox calls "Immutable" - meaning that any changes to it are ...
1
vote
3answers
3k views
KVM vs Xen vs Virtual box — Server setup, which is most performant?
Have read quite a few posts/articles on the web, including several QnA threads here at serverfault. However, I am quite confounded by the divergence of opinion. Given that much of what was share was ...
2
votes
4answers
405 views
KVM or Virtualbox for development?
I have to port some Linux applications to Windows. For that purpose I want to install Windows in a virtual environment. Which one would you recommend, KVM or Virtualbox? Configuration is not a ...
0
votes
4answers
1k views
Server virtualization on Linux - Windows Server 2008 as guest
My current setup is an AMD server with proxmox VE (debian based hypervisor distro using KVM virtualization) and I'm running one debian and one windows server 2008 (not r2) as virtual machines.
...