fusan Posted April 17, 2008 Posted April 17, 2008 (edited) 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, 2008 by fusan
TheAzazel Posted April 24, 2008 Posted April 24, 2008 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
ebaysuks Posted April 25, 2008 Posted April 25, 2008 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
TheAzazel Posted April 26, 2008 Posted April 26, 2008 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!
fusan Posted May 21, 2008 Author Posted May 21, 2008 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.
JuMz Posted May 21, 2008 Posted May 21, 2008 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...
JuMz Posted May 22, 2008 Posted May 22, 2008 (edited) @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, 2008 by JuMz
JuMz Posted May 22, 2008 Posted May 22, 2008 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...
fusan Posted May 23, 2008 Author Posted May 23, 2008 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?
JuMz Posted May 24, 2008 Posted May 24, 2008 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.
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