Messages les plus consultés

Tuesday, January 18, 2011

How to Install Windows XP/Vista/Seven/Linux Using TFTP

  1.  Download TFTPBoot.exe(154MB) (Download) and save it somewhere convenient.
  2. Open TFTPBoot.exe and extract the contents to the root of your C: drive. You should then have a folder structure that looks something like this:
  3. Open the tftpboot folder and double-click on tftpd32.exe.
  4. When Tftpd32 opens, click the “Settings” button at the bottom. Change the settings to match these*:
  5. Press “OK” to return to the main window. Click the “DHCP Server” tab.
  6. Once again, make sure your settings match those below, then press “Save.”
  1. Close Tftpd32.
  2. Disable any firewalls (including Windows’ built in firewall) on the computer with Tftpd32. Set the network adapter on your computer to have a static IP address of 192.168.1.5.
  3. Connect the computer with Tftpd32 installed and the computer you are trying to boot together with a crossover Ethernet cord. (It is possible to do this through a more sophisticated network, but a direct connection with a crossover cable is by far the easiest)
  4. Run Tftpd32.exe again.
  5. Turn on the computer you are trying to boot, and select the option to boot from the network (called PXE). The method varies from computer to computer, but generally you tap one of the function keys (F12 for example) right after turning the computer on. You will then see a message asking you to press F12 to continue booting from the network. Quickly press F12.
  6. Windows PE will now load. It may take some time, but eventually you will be presented with a command window (black box with white writing). DO NOT close tftpd32.exe or disconnect the crossover cable.
*Later version of TFTPd32 contain more options than seen here. These additional settings may allow the TFTP process to work with a wider range of computers, but may also introduce problems. For example, those that contain a “DHCP Settings” section need to have all of the DHCP options unchecked to work. If you choose to use a version of TFTPd32 other than that which comes in the package from this page, you’ll need to experiment with all the settings.
You are now in Windows PE and can do what ever you need to do including formatting disks. If you want install an operating system, keep reading.
Now that you are in Windows PE, do the following to install an operating system (such as Windows XP or Vista):
  1. Put the operating system installation CD in the same computer as Tftpd32 is installed on. Share the CD-Rom drive (how you accomplish this varies by Windows version). Give it a share name of “CD” and make sure “Everyone” has read permission for it.
  2. Go back to the target computer and in the command prompt window, type Type “net use y: \\192.168.1.5\cd”
  3. You will be prompted for a user name. Type, “\192.168.1.5\User Name” replacing “User Name” with the name of a user account on the computer with the shared CD-Rom drive.
  4. You will then be prompted for a password, enter the password associated with the user name you used above.
  5. You should see “the command completed successfully.” Type “y:” and press enter. Type “setup” and press enter. The setup program on the CD will then load and you will be on your way to installing a new operating system.
While the new OS is installing, be sure to not remove the Ethernet cable or the installation CD.
Once the installation is complete, revert any changes you made to your computer: stop sharing the CD-Rom drive, re-enable your firewall, and reconfigure your network adapter to the IP settings it had before.

No comments:

Post a Comment