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:
- Create a boot device. This can be an MS-DOS-based boot disk, a Windows 98-based boot disk, or a bootable flash drive.
- At a command prompt, use the expand command to extract the Diskpart.ex_ file from the Windows XP CD-ROM to a suitable location.
-
Copy the Diskpart.exe tool to the boot device that you created in step 1.
-
Start the computer that is experiencing the problem by using the boot device that you created in step 1.
-
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