Is it possible to set up hyper-v on windows server 2008 without losing the os that's currently installed? + how about external drives?
|
feedback
|
|
I think that I could rephrase your question as follows:
You need to use some virtual-to-physical migration tool. If you have System Center Virtual Machine Manager, use that. If not, I'd suggested disk2vhd from SysInternals. (Use a search engine to find it.) You can either take images of those external drives that you mentioned and convert them to VHD files or you can configure them as "pass-through" disks for the VM. If you convert them to VHD files, you'll have the ability to move your VM from one host to another. If not, then your VM is really only partly virtualized. After you have the images for your VM, wipe the box clean and install Windows Server 2008 again and install the Hyper-V role. (Whether you can use the same license depends on which version of Server 2008 you bought.) | |||||||
feedback
|
|
Erm...yeah, it's just a role that you add to a Server 2008 box anyway, so yeah, can do. You do mean using the existing Server 2008 installation as the 'host' right? | |||||
feedback
|
|
run disk2vhd then native boot the resultant vhd partition and add the hyper-v role to this! | |||||
feedback
|