Monday, June 30, 2014

OSD to VirtualBox using SCCM 2012 SP1 R2

Recently, when trying to test my Task Sequence I received this error once WinPE had completed it's initial pass:


The issue can be easily resolved by running the following command:

VBoxManage setextradata [vmname] VBoxInternal/CPUM/CMPXCHG16B 1

You can get your VM names by typing VBoxManage list vms


No comments: