Jump to content

trevhayman

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About trevhayman

trevhayman's Achievements

0

Reputation

  1. Hi, I had this same problem when I was creating images of Windows 2000. For Windows XP you will want to add the following sections if they do not exist in your sysprep.inf file. [sysprep] BuildMassStorageSection=yes [sysprepMassStorage] For information on this please see microsoft knowledge base artical 303786. This only works for Windows XP and NOT Windows 2000. For Windows 2000 you wil need to populate the SysprepMassStorage section manually for each controller and not use the BuildMassStorageSection=yes because it simply doesn't workin under Windows 2000. Here is an example below of what the Sysprep.inf file should look like for Windows 2000. [unattended] DriverSigningPolicy=Ignore InstallFilesPath=C:\sysprep\i386 TargetPath=\WINNT OemPnPDriversPath="winnt\drv\1p\vid;winnt\drv\1p\nic;winnt\drv\110\snd" OemPreinstall=Yes UpdateInstalledDrivers=Yes [GuiUnattended] OemSkipWelcome=1 OEMSkipRegional=1 [userData] FullName="YourName" OrgName="YourCompanyName" [Display] BitsPerPel=16 Xresolution=800 YResolution=600 Vrefresh=60 [RegionalSettings] LanguageGroup=1 Language=00000409 [OEM_Ads] Background=installer_background_16.bmp [setupMgr] DistFolder=C:\sysprep\i386 DistShare=win2000dist [GuiRunOnce] Command0= [identification] JoinDomain=ad-ent [Networking] InstallDefaultComponents=Yes [sysprepMassStorage] PCI\CC_0101 = "c:\winnt\inf\mshdc.inf" PCI\VEN_8086&DEV_2411&SUBSYS_24118086 = "c:\winnt\inf\mshdc.inf" PCI\VEN_8086&DEV_7111&SUBSYS_00000000 = "c:\winnt\inf\mshdc.inf" PCI\VEN_8086&DEV_248A&SUBSYS_01221028 = "c:\winnt\inf\mshdc.inf" PCI\VEN_8086&DEV_24CB = "c:\winnt\inf\mshdc.inf" PCI\VEN_8086&DEV_2411 = "c:\winnt\inf\mshdc.inf" PCI\VEN_8086&DEV_244B = "c:\winnt\inf\mshdc.inf" PCI\VEN_8086&DEV_248A = "c:\winnt\inf\mshdc.inf" PCI\VEN_8086&DEV_1222 = "c:\winnt\inf\mshdc.inf" PCI\VEN_8086&DEV_1230 = "c:\winnt\inf\mshdc.inf" PCI\VEN_8086&DEV_2421 = "c:\winnt\inf\mshdc.inf" PCI\VEN_8086&DEV_2441 = "c:\winnt\inf\mshdc.inf" PCI\VEN_10B9&DEV_5229 = "c:\winnt\inf\mshdc.inf" PCI\VEN_8086&DEV_7010 = "c:\winnt\inf\mshdc.inf" PCI\VEN_8086&DEV_7111 = "c:\winnt\inf\mshdc.inf" PCI\VEN_8086&DEV_7199 = "c:\winnt\inf\mshdc.inf" PCI\VEN_9005&DEV_008F = "c:\winnt\inf\scsi.inf" PCI\VEN_9005&DEV_0080 = "c:\winnt\inf\scsi.inf" PCI\VEN_1000&DEV_0030 = "c:\winnt\inf\scsi.inf" PCI\VEN_101E&DEV_1960 = "c:\winnt\drv\330\scsi\OEMSETUP.INF" *PNP0F03 = C:\WINNT\INF\MSMouse.inf *PNP0F0B = C:\WINNT\INF\MSMouse.inf *PNP0F0E = C:\WINNT\INF\MSMouse.inf *PNP0F12 = C:\WINNT\INF\MSMouse.inf *PNP0F13 = C:\WINNT\INF\MSMouse.inf *PNP0300 = C:\WINNT\INF\keyboard.inf *PNP0301 = C:\WINNT\INF\keyboard.inf *PNP0302 = C:\WINNT\INF\keyboard.inf *PNP0303 = C:\WINNT\INF\keyboard.inf *PNP030b = C:\WINNT\INF\keyboard.inf *PNP0343 = C:\WINNT\INF\keyboard.inf *PNP0344 = C:\WINNT\INF\keyboard.inf *PNP0345 = C:\WINNT\INF\keyboard.inf [Commands] "C:\sysprep\sysprep.exe -clean" Have a good time with this. Some items don't actually need to be in there but I wanted you to have this information. Lastly on a XP sysprep.inf file you will not want to put anything in the "[sysprepMassStorage]" if you will be using the "BuildMassStorageSection=yes" in the [sysprep] section because it will cause this not to work. It's saver not to place anything hin the sysprepmassstorage section on XP Trevor
×
×
  • Create New...