Jump to content

WinPEv2 - Win2k3 install failure


Recommended Posts

Posted

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


Posted

I am on it, thanks for you help.

Question, are there any negatives to using the 'quick' option on a brand

new server ? Versus normal format?

CHEERS!

Posted

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.

Posted

I have built hundreds of new servers with the "quick" option ... no issues at all

However, I did use the format command from PE ... not the diskpart option.

Posted

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.

  • 2 months later...
Posted
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

  • 2 months later...
Posted
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.

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...