profit10 Posted August 1, 2011 Posted August 1, 2011 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.
jamesfed Posted August 1, 2011 Posted August 1, 2011 Are you deploying your XP images to the same hardware as they were captured on?
Duke5A Posted August 12, 2011 Posted August 12, 2011 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
LeMarchand Posted August 24, 2011 Posted August 24, 2011 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.
Duke5A Posted September 26, 2011 Posted September 26, 2011 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 Local Disk C 1 1 0 true OnError 0 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now