0

I'm not sure if I'm just not asking Google properly or what, but I can't come up with a good answer to this problem.

We have MDT 2010 setup and have a Task Sequence for refreshing Windows XP machines. It doesn't seem to happen all the time, but a lot of the time when we start a refresh it goes through the normal motions and when it gets into the first part of Windows XP setup (the blue screen) it stops, telling me a Windows installation already exists at that location and I can press L to continue, erasing everything and using that folder.

I've poured over the unattend file and can't find an option that will just delete the old files and keep going, so I'm at a loss. Any ideas?

maik
  • 818
  • 2
  • 9
  • 21

2 Answers2

0

I believe what you are looking for is a combination of 'AutoPartition=1' and 'UnattendMode=FullUnattended'. I'm not familiar with MDT 2010 but the answer file is pretty standard across all of the applications that use it.

http://unattended.msfn.org/unattended.xp/view/web/19/

sinping
  • 2,070
  • 14
  • 13
  • Both of those appear to be set properly, no dice. – maik Apr 12 '10 at 21:17
  • You can force it to wipe the entire existing drive using 'Repartition=Yes'. A little on the brute force side but should get the job done. – sinping Apr 12 '10 at 21:21
  • Hmm... I'm not sure how well that will play in instances where USMT data is stored locally, but I will do some testing and let you know. – maik Apr 12 '10 at 21:30
  • It won't. It will destroy everything without question. Partitioning comes before everything else in Windows installation. I was getting the impression you just wanted to wipe the system from your 'just delete the old files and keep going' statement. – sinping Apr 12 '10 at 22:25
  • Ah sorry. Part of the process is that it can save user files and only wipe out the Windows files. Repartitioning would indeed wipe out that info along with the sysprep files and task sequence info (part of MDT). Guess I'll keep hunting. – maik Apr 12 '10 at 23:39
0

The behavior appears to be somewhat based on how the client's disk is partitioned. I haven't done any extensive testing, but from what I recall if the target disk only has one partition (no OEM partition) then setup gets hung up at that point. I'm not really sure what the cause is (or if this is even the real problem) but it's the only thing I've noticed in my digging around.

maik
  • 818
  • 2
  • 9
  • 21