Windows boot manager Windows 7 and Server 2008 0xc000000e or 0xc000000f
If you use rdeploy as imageing tool for windows 7 or server 2008 you may get an error saying 0xc000000e or 0xc000000f . If you google the error you normally get solutions saying alternate bootmgr to c:
This will not work for an image deployed with rdeploy. You have to set the drive to d: Both examples will work dependent of how many partitions you have in your win7 image
X:\windows\system32\BCDEDIT /set {bootmgr} device partition=c:
X:\windows\system32\BCDEDIT /set {default} device partition=d:
X:\windows\system32\BCDEDIT /set {default} osdevice partition=d:
or
X:\windows\system32\BCDEDIT /set {bootmgr} device partition=d:
X:\windows\system32\BCDEDIT /set {default} device partition=d:
X:\windows\system32\BCDEDIT /set {default} osdevice partition=d:
You may run this manually after booting in winpe or make a script to run in winpe from the ds consoll or as a step 2 in your deployment image job.
PS! Also consider switching to ghost as an image tool. Ghost does this native.
The Endpoint Management Community Blog is the perfect place to share short, timely insights including product tips, news and other information relevant to the Endpoint Management community. Any authenticated Connect member can contribute to this blog.