Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
May 20, 2003
A. You might receive an error stating "No valid system partitions were found. Setup is unable to continue," if you use Diskpart before executing the winnt32.exe file. To resolve this error, edit the installation script or batch file and add the
/syspart::
parameter to the end of the winnt32.exe command. For example, to specify drive C as the system partition, type
winnt32.exe /syspart:c:
You May Also Like