Hi all. This site is great, and I am new to using RIS. I had used LANDesk to deploy images before, so sysprep and what not are nor foreign to me. Here is my situation.
I just installed a RIS server on a 2k3 box, and am able to install xp on a pxe booting machine. My first issue is that it prompts me for a username, the org shows up correctly, but the name field is blank. In the .sif file, I have that entered, so I am unsure of why it doesnt work. My next problem is that the install goes thru, but it prompts me for the display settings (Windows will now change your display settings) and then you have 30 seconds to click yes or no on the next dialog box, and I dont want that prompt. And then it goes into mini setup, and I am assuming this is because it does not have my nic drivers for the windows setup. I believe I set up my ristndrd.sif file correctly, so I am confused as to why it doesnt work. I took the driver files and built the $oem$ structure, and followed several KB Articles I saw here regarding that.
Here is the text from my .sif file AM I missing something> I appreciate all suggestions. Thanks in advance.
[data]
floppyless = "1"
msdosinitiated = "1"
OriSrc = "\\%SERVERNAME%\RemInst\%INSTALLPATH%"
OriTyp = "4"
LocalSourceOnCD = 1
DisableAdminAccountOnDomainJoin = 0
AutoPartition=1
UnattendedInstall="Yes"
[SetupData]
OsLoadOptions = "/noguiboot /fastdetect"
SetupSourceDevice = "\Device\LanmanRedirector\%SERVERNAME%\RemInst\%INSTALLPATH%"
[Unattended]
OemPreinstall = Yes
DriverSigningPolicy = Ignore
OemPnPDriversPath = Drivers\NIC;Drivers\Audio;Drivers\Video
FileSystem = LeaveAlone
ExtendOEMPartition = 0
TargetPath = \WINDOWS
OemSkipEula = yes
InstallFilesPath = "\\%SERVERNAME%\RemInst\%INSTALLPATH%\%MACHINETYPE%"
LegacyNIC = 1
UnattendMode=FullUnattended
NtUpgrade=No
OverwriteOemFilesOnUpgrade=No
[UserData]
FullName = "MIS Department"
OrgName = "my company"
ComputerName = %MACHINENAME%
ProductKey = "windows-key-code-that-i-use"
[GuiUnattended]
OemSkipWelcome = 1
OemSkipRegional = 1
TimeZone = %TIMEZONE%
;autologin
AutoLogon=Yes
AutoLogonCount=1
AdminPassword = "mypassword"
[Display]
BitsPerPel = 16
XResolution = 800
YResolution = 600
VRefresh = 60
[Networking]
[NetServices]
MS_Server=params.MS_PSched
[Identification]
JoinDomain = %MACHINEDOMAIN%
DoOldStyleDomainJoin = Yes
[RemoteInstall]
Repartition = Yes
UseWholeDisk = Yes
[OSChooser]
Description ="XP SP3 1"
Help ="XP Build 1 - initial build"
LaunchFile = "%INSTALLPATH%\%MACHINETYPE%\templates\startrom.com"
ImageType =Flat
Version="5.1 (2600)"