Jump to content

Recommended Posts

Posted (edited)

I am getting frustrated with this whole process. All I want to do is perform an unattended upgrade from windows 2000 pro to windows xp pro from a network share point. Every time I try it, it seems to crap out at a different point. I am using the NTUpgrade=Yes line in the winnt.sif, but it still seems to want to install a fresh copy of xp which basically is stopping it at the text setup portion waiting for user input. Any help would be greatly appreciated.

Edited by Alanoll

Posted

I apologize. I posted it again because I figured it was being ignored because of the subject. I am just really frustrated with this and could really use some advice from someone who has done this successfully.

Posted

Okay here is what I think is happening now. It starts the upgrade with no problem. Then the PC restarts and enters the text setup portion. This is where it fails because it is trying to copy files from the network and of course, it has no network at this point.

Is there a way to specify for it to copy the files to a temporary location on the hard drive and then instruct it to copy the files from there? Or is this only possible through a batch file or RIS?

Posted

If you run winnt32.exe /? you can read the contents of winnt32.hlp. This help file documents a switch you can use to copy all source files locally:

/makelocalsource

Instructs Setup to copy all installation source files to your local hard disk. Use /makelocalsource when installing from a CD to provide installation files when the CD is not available later in the installation.

Sometimes the help files actually ARE useful after all.

Posted

That will copy them to a temp drive

start  THERESOURCE\i386\winnt32.exe /noreboot /tempdrive:D: /unattend:winnt.sif

This will bring up the help.

THERESOURCE\i386\winnt32.exe /?

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...