Jump to content

krismark

Member
  • Posts

    70
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Australia

Everything posted by krismark

  1. When creating my winpe ISO, I can run D:\WinpeSP2\build\Mkimg.cmd D:\WinpeSP2\source D:\WinpeSP2\Winpetmp D:\WinpeSP2\x86winpe.iso from the command line but not a batch file It is looking for files in D:\WinpeSP2 not D:\WinpeSP2\build TIA
  2. Step 1. Clean install WinXP SP2 (real or VMware) Step 2. Download & Install StyleXP Step 3. Use StyleXP to apply your Boot Screen/Login Step 4. Search in c:\windows\system32 for kernel1.exe & whatever the name of you login screen is. Mine was the same name as the download, logonuiXP.exe Step 4. Copy And rename to ntoskrnl.exe (boot) & logonui.exe (login) Step 5. Reboot into safe mode and replace existing files N.B I have not yet tried to use in unattended, but work fine on clean Install.
  3. To repeat my problem When I include these drivers Windows 2000 setup stalls at the end of installing devices. ( It just sits there.) I have no issues with XP I also have been following that thread ( you may notice I also posted to it.) and can not see and thing which describes my problem.
  4. I have had great success with the guides from this site creating XP Unattended. I decided to have a go at Windows 2000. Apart from the other problems discussed here ( hotfixes), i am having trouble loading Nvidia Forceware 61.76 WHQL in Unattended.txt. When I include these drivers Windows 2000 setup stalls at the end of installing devices. Here's My Unattend.txt ;SetupMgrTag [userData] FullName="OEMUSER" OrgName="" ComputerName=XPUSER ProductID=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX [GuiUnattended] TimeZone=255 OEMSkipRegional=1 OemSkipWelcome=1 AutoLogon=Yes AdminPassword=* EncryptedAdminPassword=NO [unattended] UnattendMode=FullUnattended FileSystem=LeaveAlone ExtendOemPartition=0 OemSkipEula=Yes OemPreinstall=Yes UnattendSwitch=Yes TargetPath=\WINDOWS OemPnPDriversPath="D\001-ide;d\002-vga;d\003-lan;d\004-snd;d\004-snd\WDM" DriverSigningPolicy=Ignore [Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" [Display] BitsPerPel=32 Xresolution=1024 YResolution=768 Vrefresh=72 [Networking] InstallDefaultComponents=Yes [NetOptionalComponents] LPDSVC=1 [TapiLocation] CountryCode=61 Dialing=Tone AreaCode=2 [identification] JoinWorkgroup=WORKGROUP [RegionalSettings] LanguageGroup=1 SystemLocale=00000c09 UserLocale=00000c09 InputLocale=0c09:00000409 Basically its the one I use for XP. All other drivers in the OemPnPDriversPath are fine. Any help apreciated. Also Any comments on the content of Unattend.txt
  5. From ref.chm If you are using DriverSigningPolicy = Ignore and you attempt to install a newer, unsigned copy of a driver that distributed with Windows XP or Windows 2000 Server operating systems, Setup installs the signed Windows XP driver instead of the unsigned drivers, in accordance with the ranking process used by the operating system. Still doesnt explain why I have been able to previously.
  6. I have Slipstreamed SP2 on my unattended and cleaned up my svcpack.inf to load .net & highmat. But windows update still shows them. Is there a different method needed My svcpack.inf [Version] Signature="$Windows NT$" MajorVersion=5 MinorVersion=2 BuildNumber=2600 [setupData] CatalogSubDir="\i386\svcpack" [setupHotfixesToRun] DOTNETFX.EXE /Q:A /R:N HMTCDW~1.EXE /QN QCHAIN.EXE [ProductCatalogsToInstall] Thanks
  7. .net & hymat need to be included after sp2 ( fresh inst from slipped cd)
  8. Is it possible to extract files from an .msi I have an msi that i want to extract the files from and have loaded in winnt.sif oemdrivers rather than install the msi after reboot. Thanks
  9. Hi, I am apply some stuff using Runonce. After that reboot I want more stuff to run. Is that possible Using Unattend.txt
  10. How Do I Extract WinPE from Longhorn Regards Krismark
  11. But will the ram drive be available on first boot ?
  12. It even wipes all data from my winnt.sif
  13. no, it drops back to barts pe desktop
  14. Hi, When I press Install windows it goes back to Barts go button.
  15. Hi, I am having Trouble when I run run My install.bat Here's the setup Boot from Bart PE login to image server map \\computername\share as I: from run command i:\Partpe.bat which contains:- DISKPART /s diskpartcfg.txt FORMAT C: /fs:ntfs /q /v:Winxp /y FORMAT D: /fs:fat32 /q /v:Data /y diskpartcfg.txt select disk 0 clean create partition primary size=60000 select partition 1 assign letter=c active create partition extended create partition logical assign letter=d exit This works fine. Then I run unattend.bat @echo off cls :: Set environmental variables set AnswerFile=i:\unattend.txt set SetupFiles=i:\i386 %SetupFiles%\winnt32 /s:%SetupFiles% /unattend:%AnswerFile% /syspart:c: /tempdrive:d: and get the error message:- The specified script file (I:\unattend.txt) is inaccessible or invalid I have double checked all paths, the unattend.txt works from a network boot floppy. Have I got the winnt.exe syntax wrong ? Any Help Appreciated Regards Krismark
×
×
  • Create New...