Help - Search - Members - Calendar
Full Version: diskpart fails
MSFN Forums > Unattended Windows Discussion & Support > Windows PE

   
Google Internet Forums Unattended CD/DVD Guide
hettybembler
I really hate to bug people but has anyone run against a problem with WinPE 2005 where diskpart with the message "The Disk Management Service Could Not Complete The Operation."

Specifically, I am using the following text file when I run diskpart:

Select disk 0
clean
Create partition primary
Active
Assign Letter C

When I run diskpart from the command line I get the same error. i have seen some discussion about similar problems but I am *not* running a RIS server or anything like it- just running winpe off of a cd to do a network unattended installation.

Has anyone gotten the diskpart hotfix from Microsoft that supposedly fixes this issue with RIS servers? Do you think it might help?

Thanks.
campbrs
Try the below config:

select disk 0
clean
create partition primary noerr
assign letter=c noerr
active
exit

You will need the "=" when you assign the letter
hettybembler
No difference, thanks though.
staples
If it helps, I have been seeing the same issue just not constantly. Reboot and try again and it works or clean the mbr and try again and it works.

I have been trying to troubleshoot with the debuglog set (from document http://technet2.microsoft.com/WindowsServe...118c6b1033.mspx ) but it has not had the error.
campbrs
Have you verified that disk 0 is the first disk in the system. Sometimes new remote access cards can grab disk 0 (and this will not show up in diskpart) - so you end up having to grab disk 1 not disk 0.

Just a thought.

Which line generates the error?

Have you broken it out one by one?
hettybembler
Ok, from what i can gather it is just not working at all. I ran it up against each line and by itself and it just does not start up no matter what. Just a note- I have started the dmadmin service. I am also definitely working form disk 0. Actually I'm doing this with Virtual PC but on the pcs I've tested it on I get the same failure.
Jazkal
can you give use the output to these commands run manually:

diskpart
list disk


And one question: Is your WinPE image built with the PNP switch?
wrecklesswun
the issue resides with sp2 of winxp...if the rpcss service is not installed diskpart will never work.
AlbinoRaven
YOu don't have to assign letter C for the first drive. If you force a format it will do that for you automatically and in theory copy your files to the drive afterwards.

QUOTE (hettybembler @ May 25 2006, 10:23 AM) *
I really hate to bug people but has anyone run against a problem with WinPE 2005 where diskpart with the message "The Disk Management Service Could Not Complete The Operation."

Specifically, I am using the following text file when I run diskpart:

Select disk 0
clean
Create partition primary
Active
Assign Letter C

When I run diskpart from the command line I get the same error. i have seen some discussion about similar problems but I am *not* running a RIS server or anything like it- just running winpe off of a cd to do a network unattended installation.

Has anyone gotten the diskpart hotfix from Microsoft that supposedly fixes this issue with RIS servers? Do you think it might help?

Thanks.
techquiet
Hi hettybembler,

Select disk 0
clean
Create partition primary size=10240
Select Partition 1
Active
Format FS=NTFS Label=OSBOOT Quick
Create partition Primary
Select partition 2
Format FS=NTFS Label=Data Quick

This should create two partitions with C drive size set to 10GB
and the rest would be Drive D
You can store this in a file and pass it to disk part
Diskpart /s <File Name>

Hope this helps.

Warm regards
Gomat.G.B.
yzou
We had trouble with diskpart too but not exactly the same. We failed to use diskpart to create non-MS partition type, i.e., passing id= s.th that is not fat nor ntfs. However, it finally worked by adding some wait. For example, call "sleep 5" in your bat file before you issuing the next command to diskpart.

hope this helps
twalk482
If you haven't already found a solution, mine was to start the DMADMIN service first.

NET START DMADMIN
DISKPART /S:%DISKPART%
JuMz
If you are in WinPE, why not use the winbom.ini to create the partitions? (using the disk.config heading...read the winpe.chm)
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.