Install Windows XP thru network, is it possible?

Charles

Platinum Member
Nov 4, 1999
2,115
0
0
Do I need a network bootable machine to do this?

FYI, I have a home LAN server with no monitor and CD-ROM.
 

Woodchuck2000

Golden Member
Jan 20, 2002
1,632
1
0
The best (and possibly only) way of installing XP off a network is to use Remote Installation Services (RIS) which is built into windows 2000 server. This allows PXE compliant computers to boot off the network and install an OS.

You need a PXE compliant client (most 3-com and Intel cards will boot if asked nicely enough although some might need a floppy with the drivers on) and a server running DHCP and ADS to have a chance of making it work. It's a bitch to set up but great once running.

Apologies for the acronyms and good luck.

That said, I've just rembered that the latest version of Imagecast (and possibly ghost as well) will run a PXE server allowing clients to network boot. The only thing there is that you'd have to create an image first, and I'm not sure if Sysprep (prepares windows 2000 for image rollout) supports XP....
 

Charles

Platinum Member
Nov 4, 1999
2,115
0
0
Thanks for the info, Woodchuck. It seems a little complicated, but I'll try to explore.
 

Saltin

Platinum Member
Jul 21, 2001
2,175
0
0
You don't need to install RIS. Infact, I would recommend you dont. It requires a lengthy setup and native DHCP DNS and AD (as stated above).
What I would consider doing, is copying the i386 directory to a share on your network, build a network boot disk ( this can be tricky if you've never done it before, but it's not impossible) Check here for some downloadable ones. You will have to modify them of course.

Once you have the bootdisk set-up properly, it is possible to boot the client, have it connect to the i386 share, and then run set-up. In a small scale situation, this is the scenario I recommend. RIS is rarely useful save for large scale operations, due to the requirements and time required. Also, it's NIC driver support is very limited, and adding in your own drivers is difficult enough to annoy a mortal.
 

Charles

Platinum Member
Nov 4, 1999
2,115
0
0


<< What I would consider doing, is copying the i386 directory to a share on your network, build a network boot disk ( this can be tricky if you've never done it before, but it's not impossible) Check here for some downloadable ones. You will have to modify them of course. Once you have the bootdisk set-up properly, it is possible to boot the client, have it connect to the i386 share, and then run set-up. >>

This is actually what I've been thinking to do. thanks for the tips man. I'm browsing bootdisk.com.
 

calpha

Golden Member
Mar 7, 2001
1,287
0
0
Bootdisk.com is awesome. That's how I install now. Only downside is that I only have one NIC (intel) that works with it correctly. The other ones are Realtek crap and never could get them to work. So, wehenver I reinstall a machine, I just use my network Boot NIC. Works Great, and it's fast.

PS.

MAKE SURE YOU RUN SMARTDRV.EXE if you're going to install over a network drive. Makes a big big difference in performance.
 

Hanpan

Diamond Member
Aug 17, 2000
4,812
0
0
If you can get a copy of the OPK or oem preinstallation kit it should be easy. Of course getting the kit is another thing. In fact if you can find one please lmk where you got it as I only have a RC version.


But yes it can be done.
 

Woodchuck2000

Golden Member
Jan 20, 2002
1,632
1
0
I must admit I'm speaking as a guy who already had 2K Server, ADS, DHCP and DNS running the last time I wanted to remotely install a PC, so RIS was fairly easy to get going.

I hadn't considered installing off a network share, I'll have to give it a go at some point.

RIS is useful because you can make installations completely automatic, so everything from installed printers to desktop resolution can be pre-configured. Which is very useful in an enterprise environment. But as Saltin says, overkill for the home. Which has never stopped me before :)