dwchan69 Posted February 2, 2006 Posted February 2, 2006 I am running into a problem with windows 2003 x64 scripted build. In the past, we have a boot cd perform the following1. Lay out a 18G primary partition on the C: drive on the server2. A set of question, like which hardware driver / answer file to use.3. Base on the answer, it will then copy the entire i386 folder (copy right off the CD) to C:\Sysmgt folder we created on the hard drive4. It then copy some additional driver to C:\Sysmgt\i386\$oem$\textmode folder5. then lastly, it run "C:\SYSMGT\i386\winnt /s:C:\sysmgt\i386 /u:c:\sysmgt\temp\lzunattd.txt"The problem I am facing is that1. There is no winnt.exe on the x64 bit os, so I just copy the one from my x86 version and hope it works, it didn't2. Now there is 2 source folder (i386 and amd64). I copy them both (untouch) to the same location C:\Sysmgt. For exampleC:\Sysmgt\i386C:\Sysmgt\AMD64But that still didn't work, during the text setup phrase, it keep asking me for numerous files (i.e. disk1). Does any one have any feedback on this? For example, can I still the winnt.exe from my normal x86 CD to kick of the text portion of the install for x64 build? Do i leave the 2 source folder (i386 and AMD64) separate on my C Drive, or do I need to combine them? Any help with be strongly appreciated?dwc
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