Development Virtual Machine - Is Windows XP still a possible option

08
2014-07
  • aip.cd.aish

    I want to separate my development work from my routine work. My host OS is Windows 7. I was wondering if Windows XP would be a viable choice for the guest OS. I do not own a copy of Windows XP now. Doing some quick searches on sites like Futureshop, I see that they don't sell Windows XP anymore.

    I do not want to install Windows 7 as the guest OS (since it would take a significant amount of system resources).

    Can I still buy Windows XP from a reputable source? (I do want it to be legal). Is there a reason it is not available anymore (I would have thought it would be available more at least for Virtual machine purposes - considering it is much lighter and provides the necessary base for Visual Studio, SQL Server etc.).

  • Answers
  • John T

    Why buy it? You can use Windows XP Mode (MS Virtual PC) that can be downloaded free for Windows 7.

    For further details on XP, see Microsoft's page " Windows XP: The future ".

  • SleighBoy

    Never done it myself, but it appears you can with an MSDN "MSDN Operating Systems" subscription. They list XP Home/Pro as available to you at that basic level.

    All info is Here


  • Related Question

    windows - Booting into a Virtual Machine from a physical installation
  • GiH

    In Mac OSX, you can create a Boot Camp partition, install Windows on it, and then later by using Parallels you can boot into that OS virtually in OS X! Its awesome, I've been using it on my macbook.

    So, what I want to do now is, on my desktop running Windows 7 and Ubuntu 9.04, I want to virtualize my Windows 7 OS in Ubuntu. I have a copy of VMware Workstation, but I can't figure out how to do it that way. The only thing I've figured out is to convert a physical installation into a virtual, and boot from that. However, that doesn't mean I'm booting from that physical drive, meaning no changes are retained. Once I convert the installation to a virtual machine, it becomes a separate entity.

    What I want to do is be able to dual boot and also have Ubuntu boot my physical Windows installation virtually when I want to. Can this be done through VMware Workstation? If not, how can I do this?


  • Related Answers
  • Jono

    I know that VMWare Server can do this when you create the virtual machine.

    I'd guess that Workstation is similar. If you create a new VM, when creating the virtual disk, choose instead to use a physical disk. Note: You have to run this process as an administrator, so launch VMWare with sudo or gksudo.

    If Workstation doesn't help you, then VMWare server will do this, and it's free.

    Caveats:

    1. VMWare server, I THINK, doesn't support USB 2.0.
    2. Now, you should also note that when you start the system as a VM, it's going to start looking all over the place for drivers, and every time you switch it back between guest OS and native OS, you'll confuse it. MIGHT even cause some "Activation" issues.
  • harrymc

    See Configuring a Dual-Boot Computer for Use with a Virtual Machine:

    Many users install VMware Workstation on a dual-boot or multiple-boot computer so they can run one or more of the existing operating systems in a virtual machine. If you are doing this, you may want to use the existing installation of an operating system rather than reinstall it in a virtual machine.

    To support such installations, VMware Workstation makes it possible for you to use a physical IDE disk or partition, also known as a physical disk, inside a virtual machine.

  • Tarnay Kálmán

    kvm/qemu can do that pretty easily (and Windows 7 survives this scenario pretty well... not like xp..)

    sudo kvm -hda /dev/sda -m 1024
    

    This IS dangerous if you don't know what you are doing. You will see GRUB first and make sure you never start Ubuntu from Ubuntu. I actually suggest that you change the boot order in GRUB. Also never have the same partition mounted from both OSs. And backup! :D

  • Kumar Bibek

    On Windows 8, I was able to to it quite easily. Instead of using VMWare or Virtual box, I used the default Hyper-V program to do it.

    Go to Disk Management, and make the second HDD as offline(Right-Click on the HDD and from the context menu, select "Offline".

    Install Hyper-V manager, if you don't already have that. You can probably Run "Programs and Features" to install this.

    Once you do this, fire up Hyper-V manager, create a new virtual machine, and choose the disk as the second HDD on your system which you had just made offline.

    That should initiate the boot from the second HDD.

    When an HDD is offline, you cannot access it from Windows partition. So, after you are done working with the VM, and shutdown, go to Disk Management, and make the HDD online again, and then you can access it from your Windows partition.

    Here's a link to help you with installing Hyper-V manager on Windows 7.

    http://blogs.technet.com/b/schadinio/archive/2010/07/09/installing-hyper-v-manager-on-windows-7.aspx