dim Posted March 12, 2008 Posted March 12, 2008 Are you using bootsect.exe after you use diskpart and format the disk?
blchee Posted March 14, 2008 Posted March 14, 2008 Nope, is not even reach the startnet.cmd yet.Immediately after the loading progress bar finish, it prompt the error as attached.This won't happen if I don't include the W2K3 setup files into the winpe boot DVD.Is there any reason that the W2K3 setup files/folders (I only copied the i386 folder from the installation CD)cannot be inlcude to the WinPE boot DVD together?Thanks!!
kyor Posted March 14, 2008 Author Posted March 14, 2008 (edited) Do you include the i386 folder into the wim file ?If so, make sure you have enough RAM Memory in your System, because the whole wim file is loaded into memorybefore it executeIf you boot Winpe from DVD you can place the i386 Folder outside of the wim File, so you need less memory for the systemI think Wim File Container have a limit of max 4 GB. So make sure your Wim file is below that threshold Edited March 14, 2008 by kyor
Jazkal Posted March 14, 2008 Posted March 14, 2008 another thing to keep in mind... a base WinPE2.x WIM needs a min of 385+/- RAM memory to load correctly, plus extra ram if you have added files and drivers. So if your wim has an additional 500+ mb of i386 folder, then you need at least 885+ RAM to boot correctly.
blchee Posted March 18, 2008 Posted March 18, 2008 Thank you very much to Kyor and Jazkal,Initially I was include the i386 folder into the wim, I guess that cause the wim file size problem.However I had tried to move those files out from the wim, so it seems ok now. So great that I can find help from this forum....Really appreciate that
lyledg Posted April 13, 2008 Posted April 13, 2008 (edited) GuysI am having issues in the fact that I have managed to launch Winnt32 with the following procedure, but setup fails to go into the GUI portion of setupThis is my current Startnet.cmd@echo offwpeinitregedit /s fixxpboot.regclsEcho Executing Diskpart scriptDiskpart /s DiskpartActivate.txtClsEcho Formatting C: drive..please waitecho y | Format c: /fs:ntfs /V:SYSTEM /Q /Xecho Preparing boot sector...bootsect /nt52 c: /forceclsecho Beginning Windows XP installation...F:\WinXP\I386\winnt32.exe /s:F:\WinXP\I386 /syspart:C /tempdrive:C /unattend:F:\WinXP\I386\winnt.sif /makelocalsourceWinnt32.exe launches , however after XP copies the files locally, runs the text mode setup once and reboots, the process is repeated..meaning the Blue textmode setup runs again, instead of going into the GUI portion of the Windows setup routine..I am completely stumped!Any ideas why this happens?Also, I noticed that Bootsect.exe from the OPK is 110k in size, compared to that of the WAIK of 83k...does it matter which one is used? I have tried both without successCheers Edited April 14, 2008 by lyledg
lyledg Posted April 16, 2008 Posted April 16, 2008 GuysI am having issues in the fact that I have managed to launch Winnt32 with the following procedure, but setup fails to go into the GUI portion of setupThis is my current Startnet.cmd@echo offwpeinitregedit /s fixxpboot.regclsEcho Executing Diskpart scriptDiskpart /s DiskpartActivate.txtClsEcho Formatting C: drive..please waitecho y | Format c: /fs:ntfs /V:SYSTEM /Q /Xecho Preparing boot sector...bootsect /nt52 c: /forceclsecho Beginning Windows XP installation...F:\WinXP\I386\winnt32.exe /s:F:\WinXP\I386 /syspart:C /tempdrive:C /unattend:F:\WinXP\I386\winnt.sif /makelocalsourceWinnt32.exe launches , however after XP copies the files locally, runs the text mode setup once and reboots, the process is repeated..meaning the Blue textmode setup runs again, instead of going into the GUI portion of the Windows setup routine..I am completely stumped!Any ideas why this happens?Also, I noticed that Bootsect.exe from the OPK is 110k in size, compared to that of the WAIK of 83k...does it matter which one is used? I have tried both without successCheersAs I have spent quite a lot of time to solve this puzzle, I have finally cracked it and thought I would share this and my scripts with others:I was getting symptoms of the textmode setup looping and running twice...and then getting the error:"Setup was unable to verify drive C:.Your computer may not have enough memory to examine the drive, or your Windows XP CD may contain some corrupted files.To continue, press Enter."Scripts that I used to get this to work..DiskpartActivate.txtSelect Disk 0CleanCREATE PART PRI SIZE=32000ASSIGN LETTER=C:ActiveExitSTARTNET.cmd@echo offEcho Intialising WinPE 2.0 environmentwpeinitRegedit /s fixbootxp.regclsEcho Executing Diskpart scriptDiskpart /s DiskpartActivate.txtClsEcho Formating drive..please waitEcho Formatting C: driveecho y | Format c: /fs:ntfs /V:SYSTEM /Q /XclsMD C:\BuildMD C:\Build\i386Xcopy /CHERKY F:\I386\*.* C:\Build\i386echo Preparing boot sector...bootsect /nt52 c: /forceclsecho Beginning Windows XP installation...C: cd build\i386Winnt32.exe /syspart:c: /unattend:C:\Build\i386\winnt.sifexitA few things to note:1) If you follow the recommendations from MS, it says to use the /syspart:c: with the /tempdrive:C switch...I think this was the switch giving me hassles as after I removed this I found it worked for me in the end, omitting the /tempdrive:C in the command line2) I copied the i386 locally first...I guess the /makelocalsource command would do the same thing, just not tested.3) I used the Bootsect.exe (110k) from the OPK...not the WAIK...again I am sure they are the same4) The Drive letter "F" in my startnet command is my CD ROMHopefully this helps the next guyCheers
Tripredacus Posted April 16, 2008 Posted April 16, 2008 I don't think its related, but is there a reason why you are not having diskpart format the drive?
TheAzazel Posted April 26, 2008 Posted April 26, 2008 Thanks you very much lyledg!!I had your same problem and as soon as I removed stupid /tempdrive:C: parameter... everything worked fine!Again, thanks you!
lyledg Posted April 26, 2008 Posted April 26, 2008 Thanks you very much lyledg!!I had your same problem and as soon as I removed stupid /tempdrive:C: parameter... everything worked fine!Again, thanks you! No probs, glad I could help!
lyledg Posted April 26, 2008 Posted April 26, 2008 I don't think its related, but is there a reason why you are not having diskpart format the drive?No not really, guess I like to keep all the commands in one batch file, easier to manage over time..Cheers
darkleon Posted June 7, 2008 Posted June 7, 2008 maybe, guys shoulde to try "Setup Xp launcher v1.8"its work whit the correct version of the diskpartitione in bartpe.i dont tested the install process fully , but with its you will be format disk, and launch the setup for unnatended install.
Radimus Posted June 23, 2008 Posted June 23, 2008 (edited) I'm having a slight problem with the actual install of XPI have an nlited source that I have robocopied to my thumbdrive (actually made 2 nlite xp source files) I can boot via thumbdrive into PE2.0The diskpart works finethe XP setup GUI works fine (Winnt32.exe etc...)My problem occurs in the DOS mode when it is copying the files. It complains about a missing "MFPLAT.DLL" at about 60% complete. I have verified that the file exists in the thumbdrive and in the source file folder.If I burn the files to a DVD and setup via that disk, there is no error and setup concludes correctly.If I skip the file it again errors at "WMDRMSDK.DLL" at 85%. Skip that file, and the GUI setup starts and runs for a while before complaining about un2regmp.exe (or something similar)It will complete eventually, but there are many missing shortcuts and missing applications.This does NOT occur if booting from a DVD to do a typical unattended XP install.I have made 2 deductions about these files:1. they are not compressed in the i386 folder... MFPLAT.DLL not MFPLAT.DL_2. They seem to be WMP files that I slipstreamed in via "WMP11 Integrator"Anyone come across this? Edited June 23, 2008 by Radimus
Jazkal Posted June 24, 2008 Posted June 24, 2008 Radimus, I'd bet 10 to 1 that it is a problem with your nlite source. They have always had issues doing winnt32.exe installs. Most of the user base for nlite does CD\DVD installs, so they don't get a lot of testing from the other side.I could be wrong, but like I said, I'd give you 10 to 1 odds that I'm not. ;-)
Radimus Posted June 24, 2008 Posted June 24, 2008 I'll give it a shot building the source by hand... since SP3, there really aren't a bunch of hotfixes to apply, so I'm really only using it to slipstream IE7, WMP11, and a bunch of drivers... winnt.sif does most of the config after thatI suppose I can just add WMP and ie7 afterward
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