Jump to content

WinPEv2 - Win2k3 install failure


Jazkal

Recommended Posts

Try this winpe2 diskpart script:

select disk 0
clean
create partition primary size=20000
active
assign letter C:
format fs=ntfs label="SYSTEM" quick
create partition primary
assign letter D:
format fs=ntfs label="DATA" quick
exit

Link to comment
Share on other sites


I will keep the format within the diskpart script, thanks for that.

Without the 'quick' it is dead slow as well though.

Any idea why it is so slow, and what are the cons to using the 'quick' format option.

These are brand new servers, that have never had an OS loaded before.

Thanks.

Link to comment
Share on other sites

Both ways of formatting (diskpart and format) are dog slow in PE2.0.

Even when booting to a machine that I use PE1.0 to build now.

PE1.0 is very quick, same machine PE2.0 is dog slow.

I will leave it as is with the 'quick' option.

Thanks for your help.

Link to comment
Share on other sites

  • 2 months later...
I'm using PE2.0 and trying to build a 2k3 server and have this issue.

So creating the logical and extended partitions as fat32 first works?

How do I tell the 2k3 setup to convert both to NTFS?

Please advise...

Or is there a better solution?

IBM x225.

In your answer file, put the following line in:

[unattended]

FileSystem=ConvertNTFS

Link to comment
Share on other sites

  • 2 months later...
Question, are there any negatives to using the 'quick' option on a brand

new server ? Versus normal format?

This is a little late.. but since it seems to be asked a couple times in this thread, and I didn't see an answer..

The only Negative is that it doesn't do a full format, it only formats the MBR/leading tracks.

What this would mean, is if you have a bad HDD, you may not notice it right away.

At least with my business the failure of a new HDD is so rare that this is a non issue.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...