Jump to content

Recommended Posts

Posted (edited)

Hello there,

Ive been trying to create a unattended winXP x64 Cd.

At first i taught i wouldn't have any problems since ive made several copys for winXP 32bit but... The problems did appear and verry strange ones to.. one's i can't explain with my understanding of unattended setups.

Well here is it :

This works

- A instalation that is modified by Nlite booting (with hitting the F6 key)

This does not work

- The same instalation with an $oem$ folder (and everything in it) and winnt.bat and winnt.sif in the AMD64 folder. (with hitting the F6 key)

In the drivers folder are the sata drivers where winnt.sif points at. (this shouldn't cause problems)

This gives me the fowoling error:

Windows cannot load viamrx64.sys (right before setup copys everything to the HD)

Setup seeks the floppy disk but cannot load it.. why? i have not a bitter clue.

This does not work either

Using Greenmachienes methode for slipstreaming sata drivers.

While i was able to create the 32bit version without any problem...

My setup:

AMD A64 3500+

2x512MB DDR

Asus A8V Deluxe (with sata onboard )

My winnt.sif (located in AMD64 folder )

;SetupMgrTag
[Data]
   AutoPartition=0
   MsDosInitiated="0"
   UnattendedInstall="Yes"

[Unattended]
   UnattendMode=FullUnattended
   OemSkipEula=Yes
   OemPreinstall=Yes
   TargetPath=\WINDOWS
   DriverSigningPolicy=Ignore
   OemPnPDriversPath="drivers\ati\XP6A_INF;drivers\sound;drivers\sata"

[GuiUnattended]
   AdminPassword=*
   EncryptedAdminPassword=NO
   OEMSkipRegional=1
   TimeZone=105
   OemSkipWelcome=1

[UserData]
   ProductKey=********************************
   FullName="Kevin"
   OrgName="MICROSOFT_CORPORATION"
   ComputerName=Chilled

[Display]
   BitsPerPel=32
   Xresolution=1024
   YResolution=768
   Vrefresh=85

[RegionalSettings]
   LanguageGroup=1
   SystemLocale=00000813
   UserLocale=00000813
   InputLocale=0813:00000813

[Identification]
   JoinWorkgroup=LAN

[Networking]
   InstallDefaultComponents=No

[NetAdapters]
   Adapter1=params.Adapter1

[params.Adapter1]
   INFID=*

[NetClients]
   MS_MSClient=params.MS_MSClient

[NetServices]
   MS_SERVER=params.MS_SERVER

[NetProtocols]
   MS_TCPIP=params.MS_TCPIP
   MS_NWIPX=params.MS_NWIPX

[params.MS_TCPIP]
   DNS=Yes
   UseDomainNameDevolution=No
   EnableLMHosts=Yes
   AdapterSections=params.MS_TCPIP.Adapter1

[params.MS_TCPIP.Adapter1]
   SpecificTo=Adapter1
   DHCP=Yes
   WINS=No
   NetBIOSOptions=0

[params.MS_NWIPX]
   VirtualNetworkNumber=00000000
   AdapterSections=params.MS_NWIPX.Adapter1

[params.MS_NWIPX.Adapter1]
   SpecificTo=Adapter1
   PktType=0xFF
   NetworkNumber=00000000

[GuiRunOnce]
   %systemdrive%\install\batch.cmd

Solutions?

- How the f*** can i integrate my sata drivers so that my disk is detected in the windows setup?

Ive tried difrent ways but all fails...

And what the hell is causing setup to not read the drivers from the floppy, it's a mistiry to me :(

Greets Anon5710

Edited by Anon5710

Posted (edited)

By setting OemPreinstall=Yes in winnt.sif you lose F6 funcionality.

Actually, this is probably a bug in NT setup.

A very known one.

(For example, you could skip copying missing files,

and then after the first reboot, copy them manually using

recover console... it would work then)

Edited by buletov

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...