Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Error message when you use Windows Deployment Services in Windows Server 2008 to try to deploy an image of an earlier operating system: "0xc000000f"


View products that this article applies to.

Symptoms

When you use Windows Deployment Services in Windows Server 2008 to try to deploy an image of an earlier operating system, the deployment fails. The deployment process fails when it tries to load Winload.exe. Additionally, you receive the following error message:
File: \Windows\system32\winload.exe
Status: 0xc000000f - Error invalid drive
Info: The selected application could not be loaded because the application is missing or corrupt.
Note The client image can be a Windows XP image or a Microsoft Windows 2000 image.

↑ Back to the top


Cause

This problem occurs if the partition to which you are trying to deploy the image is not marked as active.

↑ Back to the top


Resolution

To resolve this problem, use the Diskpart.exe tool to mark the partition as active before you start the deployment. To do this, follow these steps:
  1. Create a boot device. This can be an MS-DOS-based boot disk, a Windows 98-based boot disk, or a bootable flash drive.
  2. At a command prompt, use the expand command to extract the Diskpart.ex_ file from the Windows XP CD-ROM to a suitable location.
  3. Copy the Diskpart.exe tool to the boot device that you created in step 1.
  4. Start the computer that is experiencing the problem by using the boot device that you created in step 1.
  5. Use Diskpart.exe to make the partition active.

Example

The following example shows a sample scenario of how you can use the Diskpart.exe tool to make a partition active. In this example, the following information is used to determine the affected partition:
Disk = 0
Partition = 1

At the command prompt, type the following commands. Press ENTER after each command:
diskpart.exe
select disk 0
select partition 1
active
exit
For more information, click the following article number to view the article in the Microsoft Knowledge Base:
300415 A description of the Diskpart command-line utility

↑ Back to the top


Keywords: KB947298, kbtshoot, kbexpertiseadvanced, kbbug, kbdeployment, kbclient, kberrmsg

↑ Back to the top

Article Info
Article ID : 947298
Revision : 3
Created on : 2/1/2008
Published on : 2/1/2008
Exists online : False
Views : 282