Jump to content

Need Help...XP SP2 unattend asking for Cd2?


Recommended Posts

I have run into a problem that i have never seen before. I have done these things before without any problems. I just slipstreamed SP2 into XP Pro. Then, I created a simple unattend for it. When i run the cd, it gets about 50% thru the load and asks for XP CD2. This is crazy because i dont have 2 XP cd's. Its looking for some files from the I386 that look like they are for TabletPC edition. Has anyone had this? I have redone it different ways with the same result. i am teesting this thru Virtual PC. any help appreciated!!

-DJ

Link to comment
Share on other sites


I've done it just fine with CORP edition. How did you slipstream? Did you use nlite or do it the "old fashioned" way and use a command line/run? The reason I ask is because when you use nlite you are in another ballpark and maybe you should ask your question there.

If you did what I did, and created it using the commands built into SP2, then I don't know what happened. It worked fine when I did it. I didn't follow the guides here, I found other guides before I started messing with unattended discs, and the guide I used was for SP1, but it worked just fine.

Many people have used the guide here and didn't have a problem with it, so that should not be the case.

Link to comment
Share on other sites

Well, my sif file is very simple. The only things I want to accomplish are to have the license number inserted and disable the SP2 ICF by default. The rest is just fluff. My company only has XP Pro, so i know its not that. It is corporate edition.

-DJ

Link to comment
Share on other sites

I am not running any runonce's. Here is my winnt.sif minus serial number:

;SetupMgrTag

[Data]

AutoPartition=0

MsDosInitiated="0"

UnattendedInstall="Yes"

[unattended]

UnattendMode=GuiAttended

OemPreinstall=No

TargetPath=\WINDOWS

[GuiUnattended]

EncryptedAdminPassword=NO

OEMSkipRegional=0

[userData]

ProductKey=R-E-M-O-VE-D

FullName=""

OrgName="My Company Name Here"

[identification]

JoinDomain=My Domain Name Here

[Networking]

InstallDefaultComponents=Yes

[WindowsFirewall]

Profiles=WindowsFirewall.TurnOffFirewall

[WindowsFirewall.TurnOffFirewall]

Mode=0

[branding]

BrandIEUsingUnattended=Yes

[Proxy]

Proxy_Enable=0

Use_Same_Proxy=0

Any ideas?

Link to comment
Share on other sites

your missing a lot of key components... i suggest that

u go to unattended.msfn.org and check again on how to make a proper winnt.sif.

even if u use the microsoft resource tool to make the winnt.sif. u still

need to modify it.

here is what mine looks like

;SetupMgrTag
[Data]
   AutoPartition=1
   MsDosInitiated="0"
   UnattendedInstall="Yes"
   AutomaticUpdates=yes


[Unattended]
   UnattendMode=FullUnattended
   OemSkipEula=Yes
   OemPreinstall=Yes
   TargetPath=\WINDOWS
   Repartition=yes
   UnattendSwitch=yes
   WaitForReboot=No
   OemPnPDriversPath="Drivers\001_Linksys;Drivers\002_Audio;Drivers\003_ATI;Drivers\004_Nvidia;Drivers\005_InfraRed;Drivers\006_Raid;Drivers\007_Audio2;Drivers\008_3COM;Drivers\009_Audio;Drivers\010_chipset;Drivers\011_MemoryStick;Drivers\012_Modem;Drivers\013_Network;Drivers\Pointing;Drivers\SmartConnect;Drivers\016_SonyNC;Drivers\017_WirelessLAN;Drivers\018_Video;Drivers\019_Surecom"
   DriverSigningPolicy=Ignore
   
[WindowsFirewall]
   Profiles = WindowsFirewall.TurnOffFirewall
[WindowsFirewall.TurnOffFirewall]
   Mode = 0

[GuiUnattended]
   AdminPassword=*
   EncryptedAdminPassword=NO
   OEMSkipRegional=1
   TimeZone=210
   OemSkipWelcome=1

[UserData]
   ProductKey=xxxxxxxxxxxxxxxxxxxxxxxxxxxx
   FullName="________"
   OrgName="________"
   ComputerName=Station1

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

[TapiLocation]
   CountryCode=63
   Dialing=Tone
   AreaCode=2

[RegionalSettings]
   LanguageGroup=13,17,3,2,5,16,4,12,15,7,8,10,11,9,6,14,1
   Language=00000409
   SystemLocale=00000409
   UserLocale=00000409
   InputLocale=0409:00000409

[SetupMgr]
   ComputerName0=STATION1
   ComputerName1=STATION2
   ComputerName2=STATION3
   ComputerName3=STATION4
   ComputerName4=STATION5
   ComputerName5=STATION6
   ComputerName6=STATION7
   ComputerName7=STATION8
   ComputerName0=STATION9
   ComputerName0=STATION10


[Identification]
   JoinWorkgroup=WorkGroups

[Networking]
   InstallDefaultComponents=No

[NetAdapters]
   Adapter1=params.Adapter1

[params.Adapter1]
   INFID=*

[NetClients]
   MS_MSClient=params.MS_MSClient

[NetServices]
   MS_SERVER=params.MS_SERVER

[NetProtocols]
   MS_TCPIP=params.MS_TCPIP
   MS_NWIPX=params.MS_NWIPX
   MS_NetBEUI=params.MS_NetBEUI

[params.MS_TCPIP]
   DNS=Yes
   UseDomainNameDevolution=No
   EnableLMHosts=Yes
   AdapterSections=params.MS_TCPIP.Adapter1

[params.MS_TCPIP.Adapter1]
   SpecificTo=Adapter1
   DHCP=Yes
   WINS=No
   NetBIOSOptions=0

[params.MS_NWIPX]
   VirtualNetworkNumber=00000000
   AdapterSections=params.MS_NWIPX.Adapter1

[params.MS_NWIPX.Adapter1]
   SpecificTo=Adapter1
   PktType=0xFF
   NetworkNumber=00000000

[Components]
   msmsgs=off
   msnexplr=off
   freecell=off
   hearts=off
   minesweeper=off
   pinball=off
   solitaire=off
   spider=off
   zonegames=off

[Branding]
   BrandIEUsingUnattended=Yes

[URL]
   Home_Page=www.msn.com

[IEPopupBlocker]
AllowedSites=www.msfn.org;www.microsoft.com;www.amazon.com;gmail.google.com;www.cnet.com;

Link to comment
Share on other sites

OK. I went thru the entire thing again. i added some stuff to the winnt.sif, but nothing that looks important or major. Here is the new version I just edited:

;SetupMgrTag

[Data]

AutoPartition=0

MsDosInitiated="0"

UnattendedInstall="Yes"

[unattended]

UnattendMode=GuiAttended

OemPreinstall=No

TargetPath=\WINDOWS

[GuiUnattended]

EncryptedAdminPassword=NO

OEMSkipRegional=0

[userData]

ProductKey=REMOVED

FullName=""

OrgName="COMPANY"

[identification]

JoinDomain=DOMAIN

[Networking]

InstallDefaultComponents=Yes

[WindowsFirewall]

Profiles=WindowsFirewall.TurnOffFirewall

[WindowsFirewall.TurnOffFirewall]

Mode=0

[branding]

BrandIEUsingUnattended=Yes

[Proxy]

Proxy_Enable=0

Use_Same_Proxy=0

Hows this look?

Link to comment
Share on other sites

OK. It appears that the slipstream is the problem. I created a new dir am simply put in XP source files and integrated the SP2. I then created an ISO of it and tried it in VPC. I did NOT use anything unattended. It asked for CD2. I cannot believe this!!!!

Any ideas?

Link to comment
Share on other sites

OK.  I went thru the entire thing again.  i added some stuff to the winnt.sif, but nothing that looks important or major.  Here is the new version I just edited:

;SetupMgrTag

[Data]

    AutoPartition=0

    MsDosInitiated="0"

    UnattendedInstall="Yes"

[unattended]

    UnattendMode=GuiAttended

    OemPreinstall=No

    TargetPath=\WINDOWS

[GuiUnattended]

    EncryptedAdminPassword=NO

    OEMSkipRegional=0

[userData]

    ProductKey=REMOVED

    FullName=""

    OrgName="COMPANY"

[identification]

    JoinDomain=DOMAIN

[Networking]

    InstallDefaultComponents=Yes

[WindowsFirewall]

    Profiles=WindowsFirewall.TurnOffFirewall

[WindowsFirewall.TurnOffFirewall]

    Mode=0

[branding]

    BrandIEUsingUnattended=Yes

[Proxy]

    Proxy_Enable=0

    Use_Same_Proxy=0

Hows this look?

I dont know if this realtes to it but you have the PC joining a domain but did not specify any domain logon information. Might want to try sticking it in a work group. Other than that I don't think that would cause your problem

Link to comment
Share on other sites

I got it fixed guys. I thought I would share the results. As I suspected, the SP2 slipstream included some crap for TabletPC. I am guessing it does this because the SP2 is used for TabletPC edition also. The only way I could get it to work is to use nLite. nLite is a util that allows you to create you unattended install, slipstream SP's, slipstream hotfixes, make bootable, and remove crap from the install that you dont want. I used it to remove unwanted stuff from the cd, including TabletPC stuff. I used it also to create my unattend file and then edited it manually. Now, my cd is much smaller and it works perfectly. nLite worked great for me. I have no idea why that TabletPC stuff was happening, but it was.

Anyway, thanks for the feedback.

-DJ

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...