santisaez Posted February 14, 2008 Posted February 14, 2008 Dear Srs,I'm trying to make a Windows unattended install using "Open Source RIS" howto:http://oss.netfarm.it/guides/ris-linux.pdfI have installed Windows 2003 STD R2 without problems, but after installation network driver is not available ;-(Is there anyway to install network driver during RIS process? I have tried with something like:OemPnPDriversPath = "\\10.0.0.1\RIS\win2k3\drivers"OemPnPDriversPath = \drivers\nicThis is my reponse file:;------------------------------------------------------------------------------[Data] ;------------------------------------------------------------------------------AutoPartition = 1MsDosInitiated = 0UnattendedInstall = "Yes"FloppyLess = "1" OriSrc = "\\10.0.0.1\RIS\win2k3\i386" OriTyp = "4" LocalSourceOnCD = 1 ;------------------------------------------------------------------------------[SetupData] ;------------------------------------------------------------------------------OsLoadOptions = "/fastdetect" ; Needed for first stage SetupSourceDevice = "\Device\LanmanRedirector\10.0.0.1\RIS\win2k3" [UserData] ComputerName = * ; if needed ;ProductID= ProductKey=xxxFullName="xxx"OrgName="xxx"ComputerName=xxx;------------------------------------------------------------------------------[Unattended];------------------------------------------------------------------------------ Repartition = no Filesystem = ConvertNTFS PartitionType = Primary QuickFormat = Yes UnattendMode = FullUnattended OemSkipEula = Yes NoWaitAfterTextMode = 1 NoWaitAfterGUIMode = 1 DisableDynamicUpdates = Yes WaitForReboot = "No" KeepPageFile = 0 ResetSourcePath = C:\ ;UpdateInstalledDrivers = Yes UnattendSwitch = Yes TargetPath = \WINDOWS ; Descarga de drivers post-instalacion DriverSigningPolicy = Ignore OemPreinstall = Yes ; OemPnPDriversPath = "\\10.0.0.1\RIS\win2k3\drivers" OemPnPDriversPath = \drivers\nic[GuiUnattended] AdminPassword="xxxx" EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=105 OemSkipWelcome=1[LicenseFilePrintData] AutoMode=PerServer AutoUsers=5[Identification] JoinWorkgroup="xxxxxx"[Networking] InstallDefaultComponents=Yes; Configuracion TCP/IP[params.MS_TCPIP.Adapter1] SpecificTo=Adapter1 DHCP=No IPAddress=xx SubnetMask=xx DefaultGateway=xx DNSServerSearchOrder=xx WINS=NoAny ideas? thanks!!Regards,
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