Using VirtualBox to test drive Windows Blue

Posted by Fat Bloke on Oracle Blogs See other posts from Oracle Blogs or by Fat Bloke
Published on Thu, 27 Jun 2013 13:32:19 +0000 Indexed on 2013/06/27 16:25 UTC
Read the original article Hit count: 208

Filed under:

Oracle VM VirtualBox is great for trying out the latest and greatest technologies and platforms. So when Microsoft recently announced the Developer Preview for Windows Server 2012 R2 and Windows 8.1,  it was with eager anticipation that FatBloke ran to the TechNet Evaluation Center to download the isos.

Once downloaded,  a new VM in VirtualBox Manager was created that used Windows 2012 (64-bit) OS type and all the defaults were selected.

And on starting the VM, and pointing to the iso file to install from, the excitement rose as we saw a cool new splashscreen image:

But suddenly our hopes are dashed....

It would seem that this platform requires an instruction (CMPXCHG16B) that VirtualBox doesn't offer "out-of-the-box". 

Fear not, for the VirtualBox team knew that this day would finally arrive and have prepared an "in case of emergency" switch as follows:

  1. Power off the vm;
  2. At the command line type: 
    VBoxManage setextradata [vmname] VBoxInternal/CPUM/CMPXCHG16B 1
  3. Start the VM and install Windows Server 2012 R2

This will be enabled by default in a future release, but geeks can't wait, hence this blog.

Enjoy!

-FB 

© Oracle Blogs or respective owner

Related posts about /VirtualBox