Jump to content

santisaez

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Spain

Everything posted by santisaez

  1. Dear Srs, I am making some test to automate Windows 2K3 with OpenRIS using nLite.. I use nLite to integrate network drivers in the Windows CD.. I have make a lot of test, finally I only need one driver, but there are a lot of directories with drivers in "NLDRV" directories.. from old installation or test: "001 002 003 004 005 006 007 008 009 010" Is there anyway to delete those drivers from nLite or other applitation? I dont want to delete manually entries from txtsetup.inf.. Regards!! Thanks
  2. Dear Srs, I'm trying to make a Windows unattended install using "Open Source RIS" howto: http://oss.netfarm.it/guides/ris-linux.pdf I 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\nic This is my reponse file: ;------------------------------------------------------------------------------ [Data] ;------------------------------------------------------------------------------ AutoPartition = 1 MsDosInitiated = 0 UnattendedInstall = "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=xxx FullName="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=No Any ideas? thanks!! Regards,
×
×
  • Create New...