- Reaction score
- 84
- Location
- East Coast, NC (USA)
First question might be a dumb one, but... when I put a boot image on the WDS, say from one of my boot CD's, I'm just putting the ISO in, right? So does the WDS work as a virtual drive for the client then? Does anything get copied to the client HDD?
Second question... you went over adding extra boot images briefly... is there anything special needed to add things like Parted Magic or a Win7 PE, or are those just as easy as copying the ISO's and adding them to the boot menu?
Thought of another question... you said that one image of Windows will allow you to install all editions. What about OEM vs Retail? Will we need to have different images for each?
1. Adding Windows boot images can be done via a mounted ISO or a physical disk - but the data is extracted from the ISO/or/disk and saved on the server as a WIM file. Then you're done with your disk/ISO - they aren't needed any longer. Most everything copied to the client HDD while loading a boot image is in memory only.
2. Now adding other utilities to the mix, yes, in many cases you can simply add the ISO to the appropriate folder listed in my guide, modify the config file, and that's it. There are however some Linux based distros that don't like that method and there are *other* ways - Clonezilla is a prime example and has it's own instructions on their website for adding it as a network boot image - I don't know about Parted Magic I think it works fine though.
3. You will need different OEM/Retail editions for the likes of Windows XP (and I cannot remember if Vista has different versions also - I think 7-8 should be ok with one for both OEM/Retail) but basically if the original Windows install disk will take both OEM/Retail keys, so will it as a WDS deployment - if it doesn't, then it won't. I almost exclusively work with OEM so that's all I've ever bothered to put on my WDS.
Now we finally get to my questions!I don't know that much about windows server (just started fresh yesterday) and this is why I'm asking.
My home network setup is fairly simple. I have a cable modem going into a belkin wireless router. Connected to that router via ethernet are two desktop PC's, and sometimes a laptop via wireless. When I plugged my laptop into the network it seems like the other computers on the network now want to use the DNS server on my XPS laptop?
A window popped up on my workstation screen asking me to choose a network location (home, work, or public) and it was "xps.local". Running an ipconfig /all confimed that it was using the DNS server on my laptop.
I don't want that to happen (if that's possible). I want to plug the laptop into the network and then I can plug in client computers to deploy images to. The clients finds the server and then can make use of WDS. What settings do I have to change (both on my server and on the other normal computers on my network) so that the other computers on the network leave their networking settings as they were before I ever plugged the server into the network? If I can't do that, then what do I need to learn about a DNS server to properly configure my computers. The desktop workstation was able to get online just fine, and my iphone 4s was able to connect via wireless with no issues. However my mothers droid 4 wouldn't work on wireless and only after shutting down the server would it start working again.
Knowing as little as I do, it's amazing that it looks like I'll be able to deploy windows across the network at all. I need to learn a lot more about windows server and networking in general. They only showed us the basic networking stuff when I was studying for a bachelors of science degree in computer science (nothing windows server at all).
Wow, server OS on a laptop, now I've heard it all!

Now also your static ip and scope are a bit whacky - though it will work... I have my router as 192.168.1.1 and my server assigned as 192.168.1.2 - then I have my DHCP scope setup as like 192.168.1.100 - .150 (I have a few other static IP network devices like printers, security cameras, etc. in the .3 - .99 range here and there which is why my DHCP scope starts up at .100
Now on to your actual questions...
That's correct - workstations will use DNS on your server. Like I mentioned earlier, you want to disable DHCP (and along with it would be DNS) on your router.
Having DHCP (and subsequently DNS) being handed out by both your router AND the 'server' is a no-no! You will have network issues and you will have some computers that work for a while as others won't work at all.
There is NO workaround for these issues.
This means your laptop is going to have to be plugged into the network at all times, not just when you want to deploy an image. I HOPE you only have it on your laptop for testing purposes. I also hope you haven't activated the server OS on it yet either, because you are going to want to switch it to some desktop hardware at the least.
Do I understand correctly that you're putting this together for a PC shop in town? If so you'll have to get with him on some proper server hardware if possible, or a decent workstation with plenty of RAM else...
I myself would love to learn a lot more about server OSes but I know enough to get by for what I do...