How To Install Windows By Network
Oct 15, 2016 - 6 min - Uploaded by Notorious SinghInstall your windows on your system through a LAN connection using PXE Requirements:-- 1. Nov 22, 1994 Review title of Rickie Spainish basic math, basic logic, basic splendor. By cutting out the middle man in the cable and satellite providers, and broadcasting through one of the most openly available forms of media, the internet, wwe saves us 50 bucks on ppv's and provides every ppv ever. From andre and hulk at wrestlemania 3, to rey mysterio and eddie gurrero at halloween.
Is it possible to install Windows 7 (Current RTM Version) on a computer without using removable media like DVD or USB?
The first thing that comes to my mind is through the network, but I don't have experience of doing a fresh install of Windows 7via the network.
How to install Windows 7 via the network without any removable media?
P.S. I know some may think that doing so, is just a waste of time and it's easier to do it with removable media, but in the current situation the target PC neither has CD/DVD Drive nor supports booting from USB. And in addition to that, the target computer is connected to the network via a wireless connection (I don't know if it will cause any problems with the installation).
Peter Mortensen10 Answers
I just did this (2011-04-01), and this question consistently ranked high in my googling, so I'll throw down a way-after-the-fact answer with the notes about what I learned. Hopefully this will fill in some blanks.
Source OS was Win7 x64.
Source machine:
This machine must have a static IPv4 address. This example will use 192.168.0.1
.
This machine must have a Windows installation in a shared folder somewhere. This example will use .win7
This example will log in to the source machine with user TEST
and password test
.
Use tftpboot to fire up a DHCP server (gives an IP to a computer when requested).
This will also start a TFTP server for all of the file transfers.
There should be a folder called boot
in the tftpboot directory which contains an installation of Windows PE.
Start tftpd64.exe (or tftpd32.exe), open the settings, use default settings, and change:
- IP pool starting addresss: Whatever, the pool of IPs to draw from
- Size of pool: Must be > 2
- Boot File:
bootpxeboot.com
(will dump into Windows PE environment) - Mask: 255.255.255.0 works fine.
- Uncheck 'Ping address before assignation'
- Check 'Bind DHCP to this address'
Restart the program to ensure changes are in effect.
Receiver machine:
Run a network boot from the receiver machine. (The DHCP server will assign an IP).
The boot file will be transferred and run. Press F12 to tell Windows PE to do something.
Wait a while (30-60 seconds). A command prompt will appear and load. Wait until a cursor is available.
A drive must be assigned to the root folder on the Source machine. To do this:
A username of a user on the source machine, and password, must be entered.
Navigate over to the new directory (z:
) and fire away. Commands will have a long delay but should work eventually.
Links:
http://tftpd32.jounin.net/tftpd32_download.html (DHCP server x86 or x64, no boot
dir)
WinPE link removed <-- You'll have to get a legal copy of WinPE. Search on Microsoft's website for the Windows AIK (Automated Installation Kit). It will have WinPE in it, and you can use that as the boot image (winpe.wim).
Troubleshooting:
If you run into an error 'autorun.dll' could not be loaded or is corrupt setup can not continue error code (0xC1)
. This means your version of WinPE is mismatched with your Windows ISO. Type ver
at the WinPE prompt. You'll get something like 6.*.****
.
Here's a rough table of ver
to WinPE version to Windows ISO:
Windows AIK links:
user314104See the following article 'How to Install Vista on a M200 Without a CD Drive Using TFTP'.
This contains detailed instructions for network installation using Vista, and should work for Win7 as well, and the setup may be applicable for yours. Your computer needs to support PXE booting for this to work. Read also the comments after the article, they seem pertinent.
Everyone who has tried this, can testify how hard it is to pull it off. Recently, I had the same problem to solve and I have done lots of reading and testing. In the end, the simplest tool for the job is Serva. At least in my opinion.
But even Serva is prone to failure. You will need a lot of work to get it to work. Also, its documentation is rather poorly structured and technical. So it is not that easy to understand how to set it up.
That's why I decided to give it a try and document the whole process myself, including the issues people are most likely to encounter. Since the whole thing is so complex, I published a long step by step guide: How to Install Any Version of Windows from Other Network Computers
I hope some people will find it useful.

You'll need the Microsoft Deployment Toolkit 2010 (MDT 2010).
Network Install Windows 10
And here's a tutorial: Deploying Windows 7.
Peter MortensenIt's absolutely overkill for your purposes, but if anyone comes here looking for a solution for doing this to a lot of computers, Windows Server 2008 or higher can deploy installations of Windows over a network. Docs at: http://technet.microsoft.com/en-us/library/cc771670%28v=ws.10%29.aspx
If you've got space, I'd copy the media contents to your PC via a network share and then install from that.
Youtube How To Install Windows
If you have a Linux server, (AMAHI.org) mount you install DVD and edit your Samba config file - # 'nano /etc/samba/smb.conf' ..
Add the lines at the bottom -[DVD] enter then path = /media/UDF Volume/ then enter again and add - guest ok = yes enter Control X then y to save and enter to exit.
Then from you client got to network connections - shares and there you will find the image files.
If after copying of file your computer reboots and seems like it hangs just wait 10 more minutes and then if it still isn't doing anything reboot, but do not touch any keys. wait and watch for the balloons to start over starting windows.
If still nothing F8 into safemode and go to command prompt and at the c:net use y:YOURSERVERDVD and all should start again. Windows 7 just finished loading on my HTPC in the living room.
Ivo FlipseIf you had a wired connection you could use PXE if the system supports it. I think you are SOL trying to do a remote install over wireless.
This can be done with Serva
Basically, it takes the files from a Microsoft Install CD/DVD and offers them as a network install. Serva automates the procedure; the only thing you have to do is to copy the files from the install CD/DVD and to create a network share. It also allows to install several OSs by automatically creating a install menu.
Cool; if you already have a working DHCP in place you can set Serva DHCP as proxyDHCP and you do not have to even touch your already installed DHCP server.
(I'm related to Serva development)
I did upgrade my notebook from Vista to Windows 7 without a DVD-Drive.
- clone the DVD into a ISO from a desktop.
- Install daemon tools list on the notebook.
- Step 3. Mount it, and install from the DVD Image.
That's all.NO SERVER, NO USB, NO NETWORK SETUP
It allows me to install a new instance of Windows.
After the installation, It move and backup the old(Vista's) C:Users, Program Files, and Windows. to an old folder.
Without partitioning and without re-formatting.It is clean because:
- No registry reused
- No user account bring forward
- No application bring forward
Copy your files from the backup folder to your new profile, and finally delete the backup folder and the ISO. Nothing left behind.
studiohack♦protected by Ivo FlipseJan 21 '11 at 7:26
Thank you for your interest in this question. Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?