Jump to content

gai-jin

Member
  • Posts

    81
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by gai-jin

  1. I can't figure out what I'm doing wrong here. I made 2 versions of the cd, one with xpsp2 integrated, the other xpsp1a. I thought they were identical. However, when I use the cdimage_pro tool from the tutorial, the xpsp2 version boots, the other version doesn't. I'm getting an error when I 'press any key to boot from cd' that says it can't find NTLDR. What am I doing wrong? Gai-jin
  2. Why couldn't you just copy the trillian files to $oem$\$prog\trillian ???
  3. I've continued playing with this, and have yet to get it working right. It seems part of the issue is with the /dudisable switch. When I take this switch out it does get past the region settings. It goes just a bit further to where it says it's collecting information and has 52 minutes to go for setup, but 6 hours later it's still sitting at that point. Also, I've burned this image to disk and am trying to use it to format a pc just in case the issue is something with the VM I'm using, and it seems on the PC that each time i run winnt32, I get a different error. I use the same syntax 3 times, and get 3 different errors about corrupt files. Any thoughts on what could be going on here? Gai-jin
  4. I'm trying to create a bartpe disk which has an option for a completely unattended wipe of the drive and re-load of win xp. The trouble i'm having is when I run install.bat the windows xp setup starts, gets to the screen where you select regional settings (the language drop down is blank) and pauses. I click next and it offers to upgrade the drive to NTFS (Which it shouldn't, because I've just created a brand new NTFS partition). No matter whether I select yes or no here, when I click next it goes back to the language screen again, and just loops over and over. If I cancel the install at this point and reboot, I get the missing NTLDR error if it tries to boot from the hard drive. Here's what I have used: Install.bat Rem Install.bat diskpart /s createpart.txt format c: /q /y /fs:ntfs i386\winnt32 /syspart:c: /tempdrive:c: /dudisable /unattended:..\unattend.txt /makelocalsource /s:d:\winsetup\i386 Exit createpart.txt select disk 0 clean cre par pri assign letter=c active exit unattend.txt ;SetupMgrTag [Data] AutoPartition=1 MsDosInitiated="0" UnattendedInstall="Yes" [Unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=No TargetPath=\WINDOWS [GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=33 OemSkipWelcome=1 [UserData] ProductKey=*****-*****-*****-*****-***** FullName="******* ************" OrgName="" ComputerName=*** ********** [TapiLocation] CountryCode=1 Dialing=Tone AreaCode=*** [RegionalSettings] LanguageGroup=1 [Identification] JoinWorkgroup=MSHome [Networking] InstallDefaultComponents=Yes The winxp i386 directory was copied to d:\winsetup\i386 for this purpose. Also, FWIW, i've tried running thru the steps manually, without using the install.bat or unattend.txt. I get the exact same results this way, except that it seems to loop back all the way to the beginning of the setup when it loops, rather than just to the regional settings screen. Any idea what I might be doing wrong here? Thanks! Gai-jin
×
×
  • Create New...