diskpart fails WinPE 2005 diskpart fails
#1
Posted 25 May 2006 - 08:23 AM
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.
#2
Posted 25 May 2006 - 09:13 AM
select disk 0
clean
create partition primary noerr
assign letter=c noerr
active
exit
You will need the "=" when you assign the letter
This post has been edited by campbrs: 25 May 2006 - 09:40 AM
#4
Posted 25 May 2006 - 10:44 AM
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.
#5
Posted 25 May 2006 - 12:30 PM
Just a thought.
Which line generates the error?
Have you broken it out one by one?
#6
Posted 25 May 2006 - 12:57 PM
#7
Posted 25 May 2006 - 09:33 PM
diskpart
list disk
And one question: Is your WinPE image built with the PNP switch?
This post has been edited by Jazkal: 25 May 2006 - 09:34 PM
#8
Posted 30 May 2006 - 09:33 PM
#9
Posted 24 June 2006 - 09:10 AM
hettybembler, on May 25 2006, 10:23 AM, said:
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.
#10
Posted 03 July 2006 - 09:46 PM
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.
This post has been edited by techquiet: 03 July 2006 - 09:48 PM
#11
Posted 21 July 2006 - 12:58 PM
hope this helps
#12
Posted 08 August 2006 - 11:00 AM
NET START DMADMIN
DISKPART /S:%DISKPART%
#13
Posted 09 August 2006 - 09:55 AM



Help
Back to top









