pcdreams Posted February 9, 2005 Posted February 9, 2005 doing an unattended install from a network share. Everything goes fine until it tries to read the winnt.sif file.message is"the script file specified with the /u command line switch could not be accessedunattended operation cannot continue"here is the line I'm usingd:\i386\winnt.exe /s:\i386 /u:\i386\winnt.sifd: of course being the mapped share.
Incroyable HULK Posted February 9, 2005 Posted February 9, 2005 Hummm... Winnt.sif is the filename if you want to use it on a CD or DVD media. I think you should leave the name to Unattended.txt if you want to use on a network share.Also, the $OEM$ folder goes inside your i386 folder, not parallel
pcdreams Posted February 9, 2005 Author Posted February 9, 2005 I was wondering about the unattended.txt. I'll give that a try. I had printed off documetation that showed winnt.sif.also do I need to create a new answer file? Or can I use the existing one I have for my local install from cd?I don't know what you mean about $OEM$ though. The answer file goes in i386 doesn't it?
amp_man Posted February 9, 2005 Posted February 9, 2005 Also, the $OEM$ folder goes inside your i386 folder, not parallelumm....http://unattended.msfn.org/global/oemfolders.htmyes, the answer file goes in the i386 folder
pcdreams Posted February 9, 2005 Author Posted February 9, 2005 OK still can't get it to work. her's what I've done. I copied my xp cd to the hd and shared it (allow modify, etc)created my answer file into the i386 directory.run my network boot disk (tcp/ip universal) .I've got my logon script set to map a drive to the sharenet use d: \\server\folderrun gdisk to partition/formatrun smartdrived:\winnt.exe /s:\i386 /u:\i386\unattend.txtit will grab the files and start windows. However it stops and ask about partitioning.it shouldn't be doing this. I have repartition=yes set in the answer file.I also tried it another way. Letting setupmgr create a distribution folder. That was a bust. I could connect but it showed that there was no files.I'm at a loss. About ready to can the whole thing.
Professor Frink Posted February 15, 2005 Posted February 15, 2005 It sounds like something is still missing from your answer file. Can you post it?I do a network install, and here is my unattend.txt, which works great:;SetupMgrTag[Data] AutoPartition=1 MsDosInitiated="0" UnattendedInstall="Yes"[Unattended] UnattendSwitch="yes" UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINNT Hibernation=no FileSystem=ConvertNTFS ExtendOEMPartition=1 DriverSigningPolicy=Ignore OEMPnPDriversPath="*******"[GuiUnattended] AdminPassword="*******" EncryptedAdminPassword=NO AutoLogon=Yes AutoLogonCount=1 OEMSkipRegional=1 TimeZone=35 OemSkipWelcome=1[GuiRunOnce] C:\post.bat[UserData] ProductID=******* FullName="*******" OrgName="*******" ComputerName=*******[Display] BitsPerPel=16 Xresolution=1280 YResolution=1024 Vrefresh=60[Components] msnexplr=off msmsgs=off Freecell=off Hearts=off Minesweeper=off Pinball=off Solitaire=off Spider=off ZoneGames=off[TapiLocation] CountryCode=1 AreaCode=717[SetupMgr] DistFolder=c:\winxp\I386 DistShare=winxp$[Identification] JoinDomain=******* DomainAdmin=******* DomainAdminPassword=*******[Networking] InstallDefaultComponents=No[NetAdapters] Adapter1=params.Adapter1[params.Adapter1] INFID=*[NetClients] MS_MSClient=params.MS_MSClient[NetServices] MS_SERVER=params.MS_SERVER[NetProtocols] MS_TCPIP=params.MS_TCPIP[params.MS_TCPIP] DNS=No DNSSuffixSearchOrder=******* UseDomainNameDevolution=No EnableLMHosts=Yes AdapterSections=params.MS_TCPIP.Adapter1[params.MS_TCPIP.Adapter1] SpecificTo=Adapter1 DHCP=No IPAddress=******* SubnetMask=******* DefaultGateway=******* DNSServerSearchOrder=******* WINS=Yes WinsServerList=******* NetBIOSOptions=0
Alanoll Posted February 15, 2005 Posted February 15, 2005 @amp_manThe page depicts where the folders should go, IF NOT installing from a network or RIS distribution share. For some reason, they're slightly different.@pcdreamsDoes any of the answer file get used?perhapsd:\winnt.exe /s:\i386 /u:d:\i386\unattend.txtWould work better, as it will then have the complete path to the answer file (since you mapped the drive)
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