Video Screencast Help
Search Video Help Close Back
to help
Not able to make it to Vision this year? Get a sampling in the Best of Vision on Demand group.

Windows boot manager Windows 7 and Server 2008 0xc000000e or 0xc000000f

Created: 20 Jul 2010
Endre's picture
+3 3 Votes
Login to vote

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.