Use a real Windows 7 partition in Virtualbox / KVM / VMware Player under Linux
1–10 of 16 posts
Re: Use a real Windows 7 partition in Virtualbox / KVM / VMware Player under Linux
#2Actually did something similar back in 2000. We built a dual-processor Pentium II machine and installed Win2k and Redhat (IIRC), then with vmware and a bit of hacking we were able to make each one VM bootable inside the other. Just for the sake of it really. Fun :)
Re: Use a real Windows 7 partition in Virtualbox / KVM / VMware Player under Linux
#3Re: Use a real Windows 7 partition in Virtualbox / KVM / VMware Player under Linux
#4Re: Use a real Windows 7 partition in Virtualbox / KVM / VMware Player under Linux
#5Re: Use a real Windows 7 partition in Virtualbox / KVM / VMware Player under Linux
#6Also, one caveat is that the virtualbox vm write tops out somewhere around 100-120 mbyte/s (idr), while the boot from linux gives me 360.
sudo VBoxManage internalcommands createrawvmdk -filename ~myuser/Library/VirtualBox/VDI/raw-linux.vmdk -rawdisk /dev/disk1
sudo chmod 666 /dev/disk1*Re: Use a real Windows 7 partition in Virtualbox / KVM / VMware Player under Linux
#7Re: Use a real Windows 7 partition in Virtualbox / KVM / VMware Player under Linux
#8Re: Use a real Windows 7 partition in Virtualbox / KVM / VMware Player under Linux
#9I'm puzzled about how this would help with 3D graphics. Wouldn't Windows still be running the same way in a VM, regardless of where its files are located?
Re: Use a real Windows 7 partition in Virtualbox / KVM / VMware Player under Linux
#10I'm puzzled about how this would help with 3D graphics. Wouldn't Windows still be running the same way in a VM, regardless of where its files are located?
The idea's that you can boot into "native" Windows when you need to do stuff with 3D graphics, but boot into virtualized Windows when you don't. This way, you can use the same install for both purposes, allowing you to save storage space and avoid having two different Windows installs that you have to setup and maintain.