Jump to content

Recommended Posts

Posted

Hi,

 

I've deployed windows 7 with no problems using WDS, however when trying to deploy XP I get the following error on restart:

 

Disk read error occurred. press ctrl + alt + del to restart

 

 

If anyone can help at all it would be great, thanks.

  • 2 weeks later...
Posted

If you have your unattended answer file for WDS, and the sysprep.inf file in your XP image to both handle partition and formatting this can happen. If WDS is setup to do this, then remove these lines from your sysprep.inf file in XP:

 

[Data]
   AutoPartition=1
   MsDosInitiated=0
   UnattendedInstall=Yes

[unattended]
   ExtendOemPartition=1
   FileSystem=ConvertNTFS
   Repartition=Yes

  • 2 weeks later...
Posted

I've just had my first go at deploying an XP image via WDS and had the same problem. Unfortunately taking out those lines (I only had the [Data] group) stopped the process dead, with claims that the empty 40GB drive didn't have enough space for a 22GB image.

 

I've been able to fix the non-booting machines by using an XP disc and the fixboot and fixmbr commands in recovery mode, but this is obviously a bit of a pain.

 

In my case, a single-partition image was going on to a machine with 2 partitions and I have experimented with the following procedure, which has had partial success (around 70% - whether it's coincidence, I don't know):

 

When asked which disk you want to install the image on, go "Advanced" and delete all existing partitions, then create a new one. Install to that new single partition.

  • 1 month later...
Posted
I've just had my first go at deploying an XP image via WDS and had the same problem. Unfortunately taking out those lines (I only had the [Data] group) stopped the process dead, with claims that the empty 40GB drive didn't have enough space for a 22GB image.

 

I've been able to fix the non-booting machines by using an XP disc and the fixboot and fixmbr commands in recovery mode, but this is obviously a bit of a pain.

 

In my case, a single-partition image was going on to a machine with 2 partitions and I have experimented with the following procedure, which has had partial success (around 70% - whether it's coincidence, I don't know):

 

When asked which disk you want to install the image on, go "Advanced" and delete all existing partitions, then create a new one. Install to that new single partition.

 

Sorry, I should have thought about this part too. Put this into your unattended XML for WDS, along with the changes to the WinXP sysprep.inf.

 

OnError

1

Primary

true

true

NTFS

C

1

1

0

true

OnError

0

1

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



×
×
  • Create New...