April 17, 200818 yr I have a problem that is driving me nuts...The Scenario:I need to install Windows XP from a DVD unattended.It is not a normal install since the Documents and Settings needs to be on dirve d:(This is done in the Winnt.sif with: ProfilesDir="D:\Documents and Settings\")So since I cant make NTFS partitions from Dos and dont have Windows Pe, I had touse Bart PE.I succeded in putting Windows XP and Bart PE on the same DVD, starting Bart up,wipe, partition and format the disk. So far so good.To install Windows from Bart I use this bat file with this line:x:\XPSP2\i386\Winnt32.exe /syspart:c: /tempdrive:c: unattend:x:\XPSP2\i386\Winnt.sifThe install starts nicely and after the "Copy Files" it exits and reboots the PC.This is were the problems starts... Instead of continuing the setup from the T39 phase, it starts from scratch were it wantsme to choose a partition to install Windows to. If I choose a to continue the install and choose c: to install to it stops just before "Copy Files" with: Setup was unable to verify drive c:(It seem like it cant find the file on the DVD.I have tried the /makelocaksource switch, copy winnt.sif and some other files and everythinggoes great, but its takes a much longer with this option cus it copies twice.If anyone have any clue on how I get through this proces sane Ill really appreciate it.Any help will be great. Edited April 17, 200818 yr by fusan
April 24, 200818 yr I have your same problem and I have to sort it out ASAPFor the time being, I have a workaround but not quite useful, if I find the solution, I´ll let you knowcheers
April 25, 200818 yr This may not solve your problem, but when I needed to put the default profiles directory on drive D: without using WINNT.sif. I changed DEFAULT_PROFILES_DIR="%SystemDrive%\Documents and Settings"to DEFAULT_PROFILES_DIR="D:\Profiles"in a file named HIVESFT.inf in the I386 directory. I just have to make sure that partition D: has a filesystem(formatted to fat32 or ntfs) before I start the installation.I haven't made the whole unattended thing work yet, but this part of seems to.Hope this helps,ebaysuks
April 26, 200818 yr After a lot of testing a reading plenty threads of forums, this post can help you (as I have fixed all my problems with it):http://www.msfn.org/board/Installing-Winxp....html&st=60Good luck!
May 21, 200818 yr Author Thx for the answers guys@ebaysuksEven though your answer didnt help, it was an interesting alternative to including "Doc and Set" in Winnt.sif.I might find a proper use for that in the future@TheAzazelBasicly Ive found out that I can not use the Winnt32 command from a DVD without the /makelocalsource switch.The only really alternative is to copy the i386 folder to the local drive... witch I think is the same as using the /makelocalsource switch.
May 21, 200818 yr ITo install Windows from Bart I use this bat file with this line:x:\XPSP2\i386\Winnt32.exe /syspart:c: /tempdrive:c: unattend:x:\XPSP2\i386\Winnt.sifDon't know if it helps, but mine used to do the 'endless reboot' thing with the /tempdrive switch, i just have it without and it works...
May 22, 200818 yr @JuMzSry m8 it didnt help.woops, AND using the /makelocalsource switch It should be /makelocalsource:all if you are using TPC or MCE (I use it anyway for XP). It will copy the CMPNENTS folder down too. Edited May 22, 200818 yr by JuMz
May 22, 200818 yr I believe a solution also exists by copying some files off the cd manually to the system drive and overwritting the exisiting ones...was it NTLDR? I don't recall. Check out the RyanVM Forum. I remember having somewhat the same issue, and alternatives were posted there...
May 23, 200818 yr Author Well even though I use /makelocalsource switch I have to manually copy some files to make the installations work.What do the /makelocalsource:all do compared to the regular /makelocalsource?
May 24, 200818 yr Well even though I use /makelocalsource switch I have to manually copy some files to make the installations work.What do the /makelocalsource:all do compared to the regular /makelocalsource?It should be /makelocalsource:all if you are using TPC or MCE (I use it anyway for XP). It will copy the CMPNENTS folder down.The :all is a must for Tablet PC Edition and Media Center Edition installations when using winnt32.
Create an account or sign in to comment