So first what is going on and what are the symptoms? When you go through SCCM you get will get the error just after it tries to partition the hard drive for the image. The exact error is as follows:
An error occurred while starting the task sequence (0x80070032). For more information, please contact you administrator.
The machine then asks to be rebooted and you are stuck in an infinite cycle. There is a simple command line method of partitioning the hard drive so that it will accept the image. First you have to get to the command line, depending on your machine there are several methods to do this, I suggest checking the website of your particular machine for info on how to get to the command prompt to do DISKPART, which is the command we will be using.
So once you are able to get into the command line for your machine, you will want to do the following steps:
1.Boot into the command line (look at vendor site IE Dell, HP etc...for how to do this)
2. Type DISKPART, hit enter
3. Type SELECT DISK 0 (zero), hit enter
4. Type SELECT PARTITION 1, hit enter
5. Type FORMAT FS=NTFS QUICK (this is the fastest method to format the drive NTFS), hit enter
6. It should tell you the drive was successfully formatted
7. Type EXIT, hit enter
8. Type EXIT, hit enter
Now all you have to do is reboot your machine and go through the normal steps of the SCCM program or image program you are using and it shouldn't throw the "An error occurred while starting the task sequence (0x80070032)" error again.
There is another method to try if the above didn't work (I would say the above method works 90% of the time, but if it doesn't this other method probably will work) then you will want to try the following steps:
1. Boot into the command line (look at vendor site IE Dell, HP etc...for how to do this)
2. Type DISKPART, hit enter
3. Type SELECT DISK 0 (zero), hit enter
4. Type Clean, hit enter
5. It should tell you the drive was cleaned successfully
6. Type EXIT, hit enter
7. Type EXIT, hit enter
Once you are done with the Clean command, reboot your machine and test your image deployment again. It should work via one of these two methods. Hope this helps you getting your image to actually deploy to your machines without too many more problems.
Published by TechTips
I am a senior systems engineer and enjoy writing articles about computers, technology and other electronics. View profile
- Teen Body Image InformationEverywhere you look, there is increasing pressure for young girls and women to be thin. Magazines and other forms of media do not convey a positive teen body image for young women. Here are 7 teen body image tips to...
Open a Command Prompt Window in Under 2 SecondsHave you ever tried to open a command prompt window? Do you know what a command prompt window is? Answer to this question will be 'Yes' or 'No' for some and 'what's that?' for o...
- Thesis: "Computer Systems Emulator"
- Worst Mudslide by Typhoon Pepeng Hit Baguio City and La Trinidad
- The Pound-for-Pound Top 15 of the 00's
- Firefox Speed Tweaks that Really Work
- SQL Server 2000 Performance Tuning
- Introduction to Wireless Networking
- FROM the COMMAND PROMPT:



