• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

RIS issues

ivwshane

Lifer
Ok I've setup up RIS on my win2k domain and I have successfully done a remote install, however that was about a month ago. Now I'm trying it again but for some reason it will not join my domain where as before it did. It also doesn't seem to be adding any of my drivers except the video card driver that I setup.

Any idea's as to what's going on?


As soon as my other system comes back on line I'll post my sif and show you my $oem$ folder structure that I setup.
 
Ok here is my directory structure;
$oem$\$1\drivers\ then I have each driver category, ie audio, video

And this is what my sif file looks like;

;SetupMgrTag
[Data]
AutoPartition=1
MsDosInitiated="1"
UnattendedInstall="Yes"
floppyless="1"
OriSrc="\\%SERVERNAME%\RemInst\%INSTALLPATH%"
OriTyp="4"
LocalSourceOnCD=1

[SetupData]
OsLoadOptions="/noguiboot /fastdetect"
SetupSourceDevice="\Device\LanmanRedirector\%SERVERNAME%\RemInst\%INSTALLPATH%"

[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=yes
OemPnPDriversPath="drivers\networkcard;drivers\amdchipsets;drivers\intelchipsets;drivers\soundcard;drivers\videocard"
TargetPath=\WINNT
FileSystem=LeaveAlone
NtUpgrade=No
OverwriteOemFilesOnUpgrade=No
DriverSigningPolicy=Ignore

[GuiUnattended]
AdminPassword=XX
OEMSkipRegional=1
TimeZone=%TIMEZONE%
OemSkipWelcome=1

[UserData]
FullName="%USERFULLNAME%"
OrgName="%ORGNAME%"
ComputerName=%MACHINENAME%
ProductID=xxxxxxxxxxxxxxxxxxxxx

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

[TapiLocation]
CountryCode=1

[SetupMgr]
DistFolder=D:\win2000dist
DistShare=win2000dist

[Identification]
JoinDomain=%MACHINEDOMAIN%
DoOldStyleDomainJoin=Yes

[Networking]
InstallDefaultComponents=Yes
ProcessPageSections=Yes

[RemoteInstall]
Repartition=yes

[OSChooser]
Description="Windows Professional - Standard Installation"
Help="This will install Windows Professional in a standard configuration. With OEM drivers."
LaunchFile="%INSTALLPATH%\%MACHINETYPE%\templates\startrom.com"
ImageType=Flat

Does anyone see anything wrong?
 
Back
Top