Jump to content

WdsClient: There was a problem initializing WDS mode.


Recommended Posts

hi,

I am trying to setup WDS in NATIVE mode on Windows 2003 SP2 on virtual server 2005

I am trying to install Windows 2008 on client pc using WDS

My Client PC (on virtual server) is booting with PXE option enabled.

Host PC is a DC with DHCP Server and WDS.

I have option 060, 066 and 067 enabled on DHCP Server.

WDS Server settings: in DHCP Tab, Do not listen on port 67 and configure DHCP option 60 to PXEClient are checked. also Do not create account in the domain is also checked in client tab.

It took around 1 hour for the client to load windows setup screen after pressing F12 for network service boot, also as the windows loads, it gave me error "WdsClient: There was a problem initializing WDS mode."

WDSMGMT.log and WDSServer.log are attached

WDSMGMT.log.txt

WDSServer.log.txt

Edited by shariq77
Link to comment
Share on other sites


Try using a codebox or attach the log instead of posting the whole thing.

Check your settings with my WDS Guide to make sure you didn't miss a step. Also need to know some specs to better help:

1. The Server 2003, what architecture is it?

2. The Server 2008 image, what architecture is it?

3. The Server 2008 image, is it a captured WIM or are you using an Unattend image?

4. The client, how much RAM in it?

5. In WDS cpl, what do you have in Boot Images?

Link to comment
Share on other sites

1. I am using Windows Server 2003 Enterprise Edition 32 bit with SP2

2. Windows Server 2008 is also 32 bit

3. I got the WIM from the Windows Server 2008 DVD sources directory (following standard procedure for adding image files in WDS), I am not doing unattended installation

4. both DC and client have 512 MB of RAM

5. in WDS cpl, in "Boot Images", boot image was picked automatically when i install the images, also in boot option in WDS properties i have "Boot\x86\images\boot.wim" for both x86 and x64

I am trying to follow your guide right now... I am not using AIK... i have enabled WDS from add remove programs as I have SP2 installed

Edited by shariq77
Link to comment
Share on other sites

I don't use the WAIK either, I use the OPK Tools.

I have not attempted to deploy Server 2008 from a Server 2003 computer. I can try that later to see what happens. I have a few ideas for troubleshooting.

1. Make a Win PE and add it into Boot Images. When you boot to the network, you will receive a menu. Choose the PE option. See if it boots.

2. You may need more RAM in the 2003. My 2003 test server has 1GB RAM in it.

Link to comment
Share on other sites

I have no problem deploying an attended 2008 install, but here is what is different in my case:

1. My server has 1GB RAM. See the other specs in the "My Servers" link in my signature, and look for UNCLESOCKS.

2. My client has 1GB RAM also. It is not a virtual client, it is an AOpen Digital Engine.

3. I copied the boot.wim and install.wim from the sources folder on the DVD to a folder on the hard drive.

4. I add a new Image Group (in Install Images) called server, and add the install.wim into the server container.

5. I add the boot.wim into the Boot Images, rename it to Server 2008. Default is Longhorn Setup, which would conflict with my Vista boot.wim that is already added.

6. Boot the client, select Server 2008. It boots normally. I log into the domain, and then it lets me select which version of Server to install. Incidentaly, my Vista Business image is also available in this list as well.

So I am not seeing this issue, and can confirm that Server 2003 can deploy an attended 2008 setup over the network.

Also I do not know much about the WDS logs as I've been lucky that it always works the first time. PXE was tough for me to figure out, and the Win PE is where I have most of my troubles.

Link to comment
Share on other sites

I installed WAIK and install the winpe.wim from its PETools\x86 folder as a boot image in WDS.

Now there are 2 boot images in WDS.

I've changed the default boot image in options as put the new image in both x86 and x64

Now while booting the client pc it show me the selection menu for boot images, I selected the VISTA PE. After loading, it is showing a command prompt with 2 entries

X:\Windows\system32> wpeinit

X:\Windows\system32>

I think my troubleshooting is off the road now as I dont know what does this means?

:no:

Edited by shariq77
Link to comment
Share on other sites

Yes, the distribution and/or Reminst folders should be on a different volume, but that shouldn't cause a problem. That is merely a best practice method.

OK, your Winpe booted to a prompt, which is exactly what it does by default. The fact that this worked means that your issue isn't with PXE or WDS but with your other Boot Image. You can safely remove the Winpe from the Boot Images if you want.

I recommend, try using the boot.wim from the DVD instead of the one WDS made for you.

Link to comment
Share on other sites

I put boot.wim and install.wim from Vista x86 DVD and the result was same, except that it was giving me error that it cannot contact the WDS Server.

then I booted with Win 2008 boot.wim came back to error of initializing WDS Mode. Press SHIFT+F10. run ipconfig command.

Now, my DHCP Server is configured to assign ip's between 10.0.1.1 to 10.0.1.10

but the IP acquire by Server at WDS initialization error is 10.237.0.17. (strange) :no:

IP Assigned at the time of PXE Boot was 10.0.1.1

according to ipconfig /all

DHCP server used was 10.237.0.1

It has virtual ethernet card of Intel 21140-Based PCI Fast Ethernet Adapter (Emulated)

With IP Address Assigned as 10.237.0.17 (Preffered)

I cannot ping DHCP Server 10.237.0.1

I dont have any other server on this virtual link except my DC and client.

then I run this command to set the ip on client pc

netsh interface ip set address "Local Area Connection" static 10.0.1.1 255.255.0.0 10.0.0.1 1

and now i can ping my WDS Server from client but cannot ping my client from WDS Server

atleast there is no issue with the ethernet card driver.

Edited by shariq77
Link to comment
Share on other sites

I will admit I am not familiar with the environment you are using. I do all my WDS work and testing in a physical environment, so I do not know the intricasies (sic) of virtual environments.

I can tell you that there is a firewall activated in the PE, which is probably what is stopping you from pinging the client.

Check your DHCP logs to see if you can find instances of this other IP scope. You can also run a Wireshark (or similar tracing program) to see where the client is getting that IP from.

Link to comment
Share on other sites

I have moved to vmware today..... the windows loading screen which was taking more than an hour on Microsoft Virtual Server is now taking 1 minute on VMWare :thumbup

Previously on MS Virtual Server I was only able to run 3 to 4 tests per day, now I can run as many as I want

Win 2008 booted successfully and gave the error of missing Network Card Driver this time.... which is acceptable..... I'll put the netowrk card driver in the image and will be back to post my findings.

Link to comment
Share on other sites

Annnnnnnnnnnnnnnnd......... we are in business

Finally got the Windows 2008 installation kicking through WDS

The problem was MS Virtual Server. there was no issue in my setup or boot file.

Thanks for the help Tripredacus. it is much appreciated.

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...