<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Weblog.BassQ.nl &#187; PXE</title>
	<atom:link href="http://Weblog.BassQ.nl/index.php/tag/pxe/feed/" rel="self" type="application/rss+xml" />
	<link>http://Weblog.BassQ.nl</link>
	<description>A Great Collection Of Information</description>
	<lastBuildDate>Wed, 14 Jul 2010 09:37:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Easy way to PXE Boot Windows</title>
		<link>http://Weblog.BassQ.nl/index.php/easy-way-to-pxe-boot-windows/</link>
		<comments>http://Weblog.BassQ.nl/index.php/easy-way-to-pxe-boot-windows/#comments</comments>
		<pubDate>Thu, 01 May 2008 17:50:59 +0000</pubDate>
		<dc:creator>BassQ</dc:creator>
				<category><![CDATA[Weblog]]></category>
		<category><![CDATA[PXE]]></category>

		<guid isPermaLink="false">http://Weblog.BassQ.nl/?p=155</guid>
		<description><![CDATA[This guide provides an easy and relatively quick way to PXE boot windows which means you can install Windows over the network with PXE without the need for a CD drive. While the previous guide allows you to slip stream updates and add extra programs it took a LONG LONG time to do, especially with [...]]]></description>
			<content:encoded><![CDATA[<p>This guide provides an easy and relatively quick way to PXE boot windows which means you can install Windows over the network with PXE without the need for a CD drive. While the previous guide allows you to slip stream updates and add extra programs it took a LONG LONG time to do, especially with all the downloads it needed to do, this one just installs a vanilla XP, nice and simple, and a lot quicker <img src="http://www.lockstockmods.net/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /></p>
<h3>Step 1: Getting started.</h3>
<p>What you’ll need:</p>
<ol>
<li>Windows 2000/XP CD (to get the i386 directory off it)</li>
<li>PC running 2000/XP (to act as a server)</li>
<li>Laptop capable of booting over PXE (such as the L400).</li>
<li><a href="http://tftpd32.jounin.net/"><strong><font color="#ff9600">Tftpd32<br />
</font></strong></a></li>
<li>Bart Network Boot Disk</li>
<li><a href="http://www.lockstockmods.net/download/14/"><strong><font color="#ff9600">SMARTDRV.EXE</font></strong></a></li>
<li>A Share. The Server must be able to share files (any Microsoft Windows computer can).</li>
<li>Working router or plain crossover cable.</li>
</ol>
<p>Once you’ve collected all of the above, lets begin;</p>
<ol>
<li>Create a share, for the sake of argument create it at c:\WINSTALL</li>
<li>Copy your i386 folder and <a href="http://www.lockstockmods.net/download/14/"><strong><font color="#ff9600">SMARTDRV.EXE</font></strong></a> into this folder</li>
<li>Make a note of your computer name/host name, you can find this out by right clicking on “My Computer”, going to properties, go to “Computer Name” tab, look under Full computer name, in my example, the computers name is STAR, i believe the name needs to be 12 chars or less for this to work in dos mode, so if its longer change it and reboot.<a href="http://www.lockstockmods.net/wp-content/uploads/2008/04/my-properties.jpg"><img width="258" src="http://www.lockstockmods.net/wp-content/uploads/2008/04/my-properties-258x300.jpg" height="300" title="my-properties" class="alignnone size-medium wp-image-65" /></a></li>
<li>Create a folder to PXE boot from, c:\OUTPUT</li>
</ol>
<p><span id="more-155"></span></p>
<h3>Step 2: Setting up a TFTP Server.</h3>
<ol>
<li>Install TFTPD</li>
<li>Create the following directory c:\OUTPUT\pxelinux.cfg\</li>
<li>In the c:\OUTPUT\ directory download <a href="http://www.lockstockmods.net/download/6/"><strong><font color="#ff9600">pxelinux.0</font></strong></a> <a href="http://www.lockstockmods.net/download/7/"><strong><font color="#ff9600">memdisk</font></strong></a> <a href="http://www.lockstockmods.net/download/8/"><strong><font color="#ff9600">menu.c32</font></strong></a> <a href="http://www.lockstockmods.net/download/13/"><strong><font color="#ff9600">bartdisk.IMA</font></strong></a></li>
<li>In the C:\OUTPUT\pxelinux.cfg\ directory, create a text file that you’ll name default, (not default.txt) containing:
<pre><code><font color="#779900" face="Consolas">DEFAULT menu.c32 TIMEOUT 300 ALLOWOPTIONS 0 PROMPT 0 MENU TITLE PXE Boot System LABEL BartBoot MENU LABEL ^Bart Network Disk kernel memdisk append initrd=bartdisk.IMA LABEL BootNormal MENU LABEL ^Boot Normal LOCALBOOT  0</font></code></pre>
</li>
<li>Launch TFTPD and configure it the following way:</li>
<li>Tip : if you close and reopen TFTP32 and the Current Directory defaults to your home directory rather than to C:\OUTPUT, right-click your TFTPD32 shortcut, go to Properties, and set the Start in textbox as C:\OUTPUT.<a href="http://www.lockstockmods.net/wp-content/uploads/2008/04/tftpd-server.gif"><img width="300" src="http://www.lockstockmods.net/wp-content/uploads/2008/04/tftpd-server-300x250.gif" height="250" title="tftpd-server" class="alignnone size-medium wp-image-37" /></a></li>
<li>switch to the tab “DHCP Server” and fill in your network setup. Note that the PC you want to boot must be in the same Subnet. Enter <strong>pxelinux.0</strong> as the boot file. The Screenshot below shows my setup.</li>
<li>Dont forget to <strong>SAVE.</strong><a href="http://www.lockstockmods.net/wp-content/uploads/2008/04/tftpd-dhcp.gif"><img width="297" src="http://www.lockstockmods.net/wp-content/uploads/2008/04/tftpd-dhcp-297x300.gif" height="300" title="tftpd-dhcp" class="alignnone size-medium wp-image-38" /></a></li>
</ol>
<h3>Step 3: Installing Windows.</h3>
<ol>
<li>Boot laptop</li>
<li>Select Bart Network Disk</li>
<li>Just accept all the default values this time</li>
<li>type c: then fdisk</li>
<li>Choose option 3 and delete any partitions</li>
<li>Choose option 1 to create a partition, then 1 again to create a primary dos partition</li>
<li>If you wish to create 2 partitions, 1 for the windows installation and 1 for data then select N for using maximum available size</li>
<li>Select your drive size in MB, i chose 8198 for mine</li>
<li>Esc back to the options menu, then select option 2 to make a partition active</li>
<li>select partition number, probably 1 as was the case for me</li>
<li>Esc out of fdisk and restart the laptop</li>
<li>Select Bart Network Disk again</li>
<li>Accept defaults up until “Identification Settings”, tab accross till you come to the lmhosts option, and pless the spacebar to enable it, then go to Ok.</li>
<li>In the blank file that opens up type the ip of your server, followed by tab and its host name, in my case it looked like:
<pre><code><font color="#779900" face="Consolas">192.168.2.100       STAR</font></code></pre>
</li>
<li>Press Alt + X to save the file and quit</li>
<li>Just press enter through any other questions to accept the defaults</li>
<li>When you get to the command promt type: format c: /Q</li>
<li>When that finishes type net use x: \\HOSTNAME\SHARE so in my case i typed net use x: \\STAR\WINSTALL</li>
<li>type x:</li>
<li>type SMARTDRV.EXE</li>
<li>type cd i386</li>
<li>type winnt</li>
<li>It will now copy the files from the share onto your harddrive and start the windows install, at this point its worth closing tftpd32 if you havent already so u dont accidentally boot back into the boot floppy on reboot,</li>
<li>Perform a normal windows install, enjoy <img src="http://www.lockstockmods.net/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /></li>
</ol>
<p><map name='google_ad_map_155_9f24cd510f3f6f88'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/155?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_155_9f24cd510f3f6f88' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=155&amp;url= http%3A%2F%2FWeblog.BassQ.nl%2Findex.php%2Feasy-way-to-pxe-boot-windows%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://Weblog.BassQ.nl/index.php/easy-way-to-pxe-boot-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Windows over network with PXE</title>
		<link>http://Weblog.BassQ.nl/index.php/install-windows-over-network-with-pxe/</link>
		<comments>http://Weblog.BassQ.nl/index.php/install-windows-over-network-with-pxe/#comments</comments>
		<pubDate>Thu, 01 May 2008 17:46:26 +0000</pubDate>
		<dc:creator>BassQ</dc:creator>
				<category><![CDATA[Weblog]]></category>
		<category><![CDATA[PXE]]></category>

		<guid isPermaLink="false">http://Weblog.BassQ.nl/?p=154</guid>
		<description><![CDATA[If you want a quicker, simpler installation with a vanilla XP check this Easy way to PXE Boot Windows guide. Downloads   w98se-netboot.IMA (2.8 MiB, 25 hits)   W98.IMA (1.4 MiB, 16 hits)   DVD Generator (2.5 MiB, 41 hits)   memdisk (19.6 KiB, 40 hits)   pxelinux.0 (13.1 KiB, 70 hits) Step 1: Getting started. What you’ll need: The [...]]]></description>
			<content:encoded><![CDATA[<p>If you want a quicker, simpler installation with a vanilla XP check this <strong><font color="#ff9600">Easy way to PXE Boot Windows guide.</font></strong></p>
<p><strong>Downloads</strong></p>
<p>  <strong><a href="http://www.lockstockmods.net/download/11/" title="Download: w98se-netboot.IMA"><font color="#ff9600">w98se-netboot.IMA</font></a></strong> (2.8 MiB, 25 hits)</p>
<p>  <strong><a href="http://www.lockstockmods.net/download/10/" title="Download: W98.IMA"><font color="#ff9600">W98.IMA</font></a></strong> (1.4 MiB, 16 hits)</p>
<p>  <strong><a href="http://www.lockstockmods.net/download/9/" title="Download: DVD Generator"><font color="#ff9600">DVD Generator</font></a></strong> (2.5 MiB, 41 hits)</p>
<p>  <strong><a href="http://www.lockstockmods.net/download/7/" title="Download: memdisk"><font color="#ff9600">memdisk</font></a></strong> (19.6 KiB, 40 hits)</p>
<p>  <strong><a href="http://www.lockstockmods.net/download/6/" title="Download: pxelinux.0"><font color="#ff9600">pxelinux.0</font></a></strong> (13.1 KiB, 70 hits)</p>
<h3>Step 1: Getting started.</h3>
<p>What you’ll need:</p>
<ol>
<li>The Server &#8211; Any PC running 2000/XP</li>
<li>The Source &#8211; Windows 2000/XP CD (we need to get the i386 directory)</li>
<li>The Client &#8211; Laptop capable of booting over PXE (such as the L400).</li>
<li><a href="http://tftpd32.jounin.net/"><strong><font color="#ff9600">Tftpd32<br />
</font></strong></a></li>
<li>SysAngel DVD Generator <a target="_blank" href="http://www.windowsdream.com/dvdgen/download.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.windowsdream.com');"><strong><font color="#ff9600">here</font></strong></a> or if you already have .NET framework 1.1.4322 or higher you can get the self extractible <a href="http://www.lockstockmods.net/download/9/"><strong><font color="#ff9600">here</font></strong></a></li>
<li>A Share. The Server must be able to share files (any Microsoft Windows computer can).</li>
<li>Working router or plain crossover cable.</li>
</ol>
<p>Once you’ve collected all of the above, do the below:</p>
<ol>
<li>Download and install latest DVD Generator. It’s a single EXE, double-clicking it will install / upgrade it.</li>
<li>Create a C:\OUTPUT directory to store the necessary files for your RIS Service. (There should be at least 600 Mo of free space on the selected drive, but it could be as big as 5 or 6 Go if you choose to download every available software.)</li>
<li>Share the C:\OUTPUT directory, according Read rights to everyone. Let’s keep the default share name (OUTPUT).</li>
</ol>
<p>Downloading necessary sources using the DVD Generator.</p>
<ol>
<li>Launch the SysAngel DVD Generator.</li>
<li>In the “1. Select your output folder” textbox, enter C:\OUTPUT.</li>
<li>In the “2. Indicate your Windows XP source”, browse to the i386 directory of the Windows XP you want to deploy.</li>
<li>In the “4. Enter Windows Serial number” textbox, you may provide a serial but this is optional.</li>
<li>Now, click the “5. Generate the SYSANGEL DVD ISO” button. Of course, we don’t really need the ISO image that will be generated, but we do need the software to download or update files used to generate the ISO. We also need the DVD Generator to prepare the Windows release.</li>
<li>When everything is done, click the “Finished the custom. Generate the ISO!” button and wait… until you get to the final screen :</li>
<li>The C:\OUTPUT folder should be all right. If you want to install Windows with a bootable DVD at a later date, burn the ISO (C:\OUTPUT\DVD.iso). Else, you can simply delete this file.</li>
<li>If DVD Generator fails to burn the DVD.iso try using your favourite burning software, you can now close the DVD Generator.</li>
</ol>
<h3><span id="more-154"></span></h3>
<h3>Step 2: Setting up a TFTP Server.</h3>
<ol>
<li>Install TFTPD</li>
<li>Create the following directory c:\OUTPUT\pxelinux.cfg\</li>
<li>In the c:\OUTPUT\ directory download <a href="http://www.lockstockmods.net/download/6/"><strong><font color="#ff9600">pxelinux.0</font></strong></a></li>
<li>In the C:\OUTPUT\pxelinux.cfg\ directory, create a text file that you’ll name default, (not default.txt) containing:
<pre><code><font color="#779900" face="Consolas">DEFAULT rescue PROMPT 0 LABEL rescue KERNEL kernel APPEND vga=normal devfs=nomount pxe ramdisk_size=70000 load_ramdisk=1 init=/linuxrc prompt_ramdisk=0 initrd=initrd.gz root=/dev/ram0 rw noacpi noapm pci=noacpi lba acpi=off apm=off</font></code></pre>
</li>
<li>Launch TFTPD and configure it the following way:</li>
<li>Tip : if you close and reopen TFTP32 and the Current Directory defaults to your home directory rather than to C:\OUTPUT, right-click your TFTPD32 shortcut, go to Properties, and set the Start in textbox as C:\OUTPUT.<a href="http://www.lockstockmods.net/wp-content/uploads/2008/04/tftpd-server.gif"><img width="300" src="http://www.lockstockmods.net/wp-content/uploads/2008/04/tftpd-server-300x250.gif" height="250" title="tftpd-server" class="alignnone size-medium wp-image-37" /></a></li>
<li>switch to the tab “DHCP Server” and fill in your network setup. Note that the PC you want to boot must be in the same Subnet. Enter <strong>pxelinux.0</strong> as the boot file. The Screenshot below shows my setup.</li>
<li>Dont forget to <strong>SAVE.</strong><a href="http://www.lockstockmods.net/wp-content/uploads/2008/04/tftpd-dhcp.gif"><img width="297" src="http://www.lockstockmods.net/wp-content/uploads/2008/04/tftpd-dhcp-297x300.gif" height="300" title="tftpd-dhcp" class="alignnone size-medium wp-image-38" /></a></li>
</ol>
<h3>Step 3: The WINNER Way Part 1</h3>
<ol>
<li>Press F12 when the laptop is booting and select Network boot. If you don’t see the Network option in your boot sequence, you’ll probably have to modify your BIOS settings.<a href="http://www.lockstockmods.net/wp-content/uploads/2008/04/using201.jpg"><img width="300" src="http://www.lockstockmods.net/wp-content/uploads/2008/04/using201-300x225.jpg" height="225" title="using201" class="alignnone size-medium wp-image-40" /></a></li>
<li>The Linux kernel will load.<a href="http://www.lockstockmods.net/wp-content/uploads/2008/04/using202.jpg"><img width="400" src="http://www.lockstockmods.net/wp-content/uploads/2008/04/using202.jpg" title="using202" class="alignnone size-medium wp-image-41" /></a></li>
<li>Choose the install interface that most suits your needs. In this guide we’ll use the graphical one, but both have exactly same possibilities. With some specific video adapters, the graphical interface cannot work properly (X11 will fail to display).<a href="http://www.lockstockmods.net/wp-content/uploads/2008/04/using203.jpg"><img width="300" src="http://www.lockstockmods.net/wp-content/uploads/2008/04/using203-300x166.jpg" height="166" title="using203" class="alignnone size-medium wp-image-42" /></a></li>
<li>Select <strong>Install Windows</strong> and click <strong>OK</strong>.<a href="http://www.lockstockmods.net/wp-content/uploads/2008/04/using204.jpg"><img width="300" src="http://www.lockstockmods.net/wp-content/uploads/2008/04/using204-300x225.jpg" height="225" title="using204" class="alignnone size-medium wp-image-43" /></a></li>
<li>Select the Yes option, the system will try to get an IP from DHCP (it should work, of course, since DHCP has been needed to boot on PXE).<a href="http://www.lockstockmods.net/wp-content/uploads/2008/04/using205.jpg"><img width="300" src="http://www.lockstockmods.net/wp-content/uploads/2008/04/using205-300x225.jpg" height="225" title="using205" class="alignnone size-medium wp-image-44" /></a></li>
<li>Choose the <strong>No</strong> option as we have created a windows share, the next screen will allow you to find the share.<a href="http://www.lockstockmods.net/wp-content/uploads/2008/04/using211.jpg"><img width="300" src="http://www.lockstockmods.net/wp-content/uploads/2008/04/using211-300x225.jpg" height="225" title="using211" class="alignnone size-medium wp-image-45" /></a></li>
<li>Select SMB<a href="http://www.lockstockmods.net/wp-content/uploads/2008/04/using212.jpg"><img width="300" src="http://www.lockstockmods.net/wp-content/uploads/2008/04/using212-300x225.jpg" height="225" title="using212" class="alignnone size-medium wp-image-46" /></a></li>
<li>Give the IP of the box that shares the <strong>C:\OUTPUT</strong> folder… in my example it was 192.168.2.100 this can be seen in the Tftpd32 dialog.<a href="http://www.lockstockmods.net/wp-content/uploads/2008/04/using213.jpg"><img width="300" src="http://www.lockstockmods.net/wp-content/uploads/2008/04/using213-300x225.jpg" height="225" title="using213" class="alignnone size-medium wp-image-47" /></a></li>
<li>Type the name of the share, which is <strong>OUTPUT</strong> in our sample<a href="http://www.lockstockmods.net/wp-content/uploads/2008/04/using214.jpg"><img width="300" src="http://www.lockstockmods.net/wp-content/uploads/2008/04/using214-300x225.jpg" height="225" title="using214" class="alignnone size-medium wp-image-48" /></a></li>
<li>Type a valid user to access the share (<strong>domain\user</strong> syntax is valid; a user with no domain, like in this example, means this is a local user)<a href="http://www.lockstockmods.net/wp-content/uploads/2008/04/using215.jpg"><img width="300" src="http://www.lockstockmods.net/wp-content/uploads/2008/04/using215-300x225.jpg" height="225" title="using215" class="alignnone size-medium wp-image-49" /></a></li>
<li>Type the users password<a href="http://www.lockstockmods.net/wp-content/uploads/2008/04/using216.jpg"><img width="300" src="http://www.lockstockmods.net/wp-content/uploads/2008/04/using216-300x225.jpg" height="225" title="using216" class="alignnone size-medium wp-image-50" /></a></li>
<li>Finally, the path to the source files. In our example, there is a <strong>\\192.168.2.100\OUTPUT</strong> share, no subdir, and therefore the path here is just <strong>/</strong>. But we could also say the share was <strong>\\192.168.2.100\C$</strong>, and then, the path would have been <strong>/OUTPUT</strong><a href="http://www.lockstockmods.net/wp-content/uploads/2008/04/using217.jpg"><img width="300" src="http://www.lockstockmods.net/wp-content/uploads/2008/04/using217-300x225.jpg" height="225" title="using217" class="alignnone size-medium wp-image-51" /></a></li>
</ol>
<h3>Step 4: The WINNER Way part 2</h3>
<ol>
<li>If you did not enter a Windows serial number when building your own DVD with the DVD Generator, then you have an opportunity to enter it now. Else, you won’t even see this screen. (If you still do not enter it, or enter a wrong serial number, then Microsoft genuine Windows Setup will finally ask or re-ask for a valid one later.) and click <strong>OK.</strong><a href="http://www.lockstockmods.net/wp-content/uploads/2008/04/using05.jpg"><img width="300" src="http://www.lockstockmods.net/wp-content/uploads/2008/04/using05-300x225.jpg" height="225" title="using05" class="alignnone size-medium wp-image-52" /></a></li>
<li>Select what you want the Computer Name to be and click <strong>OK</strong>.<a href="http://www.lockstockmods.net/wp-content/uploads/2008/04/using06.jpg"><img width="300" src="http://www.lockstockmods.net/wp-content/uploads/2008/04/using06-300x225.jpg" height="225" title="using06" class="alignnone size-medium wp-image-53" /></a></li>
<li>Enter computers owners name and click <strong>OK</strong>.<a href="http://www.lockstockmods.net/wp-content/uploads/2008/04/using07.jpg"><img width="300" src="http://www.lockstockmods.net/wp-content/uploads/2008/04/using07-300x225.jpg" height="225" title="using07" class="alignnone size-medium wp-image-54" /></a></li>
<li>Enter the name of the your organization and click <strong>OK</strong>.<a href="http://www.lockstockmods.net/wp-content/uploads/2008/04/using08.jpg"><img width="300" src="http://www.lockstockmods.net/wp-content/uploads/2008/04/using08-300x225.jpg" height="225" title="using08" class="alignnone size-medium wp-image-55" /></a></li>
<li>If the Windows XP source you used to generate your DVD was the English version, then it is multi-language-capable. In this screen, you can choose several MUI (multi-language interfaces) to be added, so the computer users will be able to have Windows menus displayed in their languages. If your source is not the English version, any choice made here will be ignored.<a href="http://www.lockstockmods.net/wp-content/uploads/2008/04/using09.jpg"><img width="300" src="http://www.lockstockmods.net/wp-content/uploads/2008/04/using09-300x225.jpg" height="225" title="using09" class="alignnone size-medium wp-image-56" /></a></li>
<li>Subsequently, if you are to build a MUI system, you can choose here what will be the default language for the future users of the computer which Windows is going to be installed. If your source is not the English version, any choice made here will be ignored.<a href="http://www.lockstockmods.net/wp-content/uploads/2008/04/using10.jpg"><img width="300" src="http://www.lockstockmods.net/wp-content/uploads/2008/04/using10-300x225.jpg" height="225" title="using10" class="alignnone size-medium wp-image-57" /></a></li>
<li>Many people find it useful to have the Windows i386 directory copied into the C:\ drive, so that they don’t have to look for the CD each time a new driver needs to be installed. Click on Yes if you want a C:\i386 folder too.<a href="http://www.lockstockmods.net/wp-content/uploads/2008/04/using11.jpg"><img width="300" src="http://www.lockstockmods.net/wp-content/uploads/2008/04/using11-300x225.jpg" height="225" title="using11" class="alignnone size-medium wp-image-58" /></a></li>
<li>The system can install SUN Open Office on your computer. All available versions will be displayed for you to choose. (On the screenshot, there’s an old French one, and a more recent English one.) If you plan to use your own Office distribution (say, MS Office), choose “nothing”<a href="http://www.lockstockmods.net/wp-content/uploads/2008/04/using12.jpg"><img width="300" src="http://www.lockstockmods.net/wp-content/uploads/2008/04/using12-300x225.jpg" height="225" title="using12" class="alignnone size-medium wp-image-59" /></a></li>
<li>Some people (clearly, dotnet developers) like to have MS .Net SDK on their PC. Click Yes if you do too. Note that the SDK has nothing to do with the .Net Framework. The Framework will be installed on your computer even if you click on No here. Most people should choose the No option.<a href="http://www.lockstockmods.net/wp-content/uploads/2008/04/using13.jpg"><img width="300" src="http://www.lockstockmods.net/wp-content/uploads/2008/04/using13-300x225.jpg" height="225" title="using13" class="alignnone size-medium wp-image-60" /></a></li>
<li>Basically, there are two ways your DVD can install Windows. If there’s already a NT, 2000, 2003 or XP bootable system on your PC, you can say Yes there. In this case, the system will be able to keep the boot sector, which is safer in some cases. The data you’ve got on your C partition will be kept. Only the C:\Windows and C:\Program Files folders will be deleted, and replaced with new, clean ones. Old “Documents and Setting” will be renamed to “Documents and Settings.OLD”. The Windows setup will not format anything.<a href="http://www.lockstockmods.net/wp-content/uploads/2008/04/using14.jpg"><img width="300" src="http://www.lockstockmods.net/wp-content/uploads/2008/04/using14-300x225.jpg" height="225" title="using14" class="alignnone size-medium wp-image-61" /></a></li>
<li>On another hand, you might want to format the whole drive, so to start with something as clean as possible. In this case, say No there, and the system will format the whole drive. Afterwards, it will create two partitions: a C: drive for the system, and a D: drive for your data. The C: drive will have to be at least 6 GB. All remaining space will be given to the D: drive.<a href="http://www.lockstockmods.net/wp-content/uploads/2008/04/using15.jpg"><img width="300" src="http://www.lockstockmods.net/wp-content/uploads/2008/04/using15-300x225.jpg" height="225" title="using15" class="alignnone size-medium wp-image-62" /></a></li>
<li>Even if you’ve chosen No in the previous screen, it’s worth avoiding the writing of a new bootsector if there’s already a working one on your system. Say YES if your PC can currently boot Windows NT4, 2000, 2003 or XP (even if the Windows system does not work after the boot has begun.)<a href="http://www.lockstockmods.net/wp-content/uploads/2008/04/using16.jpg"><img width="300" src="http://www.lockstockmods.net/wp-content/uploads/2008/04/using16-300x225.jpg" height="225" title="using16" class="alignnone size-medium wp-image-63" /></a></li>
</ol>
<p>So hopefully this is the last step, and you should have a working XP Install <img src="http://www.lockstockmods.net/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> However, that wasnt the case for me, if the windows install screen comes up telling you to press Enter to Install Windows, R for recovery or F3 to quit, when you press enter it says it cant detect a cdrom and tells you to press F3 to quit, then dont worry, carry on to the next page.</p>
<p>If you reboot back to sysangel, quit and make sure that your boot options arent set to boot to PXE/Network first.</p>
<h3>Step 5: The last bastion of hope</h3>
<h3></h3>
<p>Ok so we have come so far, for me, to get to this point, was a testing experience, and when i got stuck at the windows install screen it was very frustrating, but with a bit more digging this is the last piece of the jigsaw.</p>
<ol>
<li>Create the following directory c:\DOS\pxelinux.cfg\</li>
<li>In the c:\DOS\ directory download the following files <a href="http://www.lockstockmods.net/download/6/"><strong><font color="#ff9600">pxelinux.0</font></strong></a> <a href="http://www.lockstockmods.net/download/7/"><strong><font color="#ff9600">memdisk</font></strong></a> <a href="http://www.lockstockmods.net/download/8/"><strong><font color="#ff9600">menu.c32</font></strong></a> <a href="http://www.lockstockmods.net/download/11/"><strong><font color="#ff9600">w98se-netboot.IMA</font></strong></a></li>
<li>In the C:\DOS\pxelinux.cfg\ directory, create a text file that you’ll name default, (not default.txt) containing:
<pre><code><font color="#779900" face="Consolas">DEFAULT menu.c32 TIMEOUT 300 ALLOWOPTIONS 0 PROMPT 0 MENU TITLE PXE Boot System LABEL NetworkBoot MENU LABEL ^Network Boot kernel memdisk append initrd=w98se-netboot.IMA LABEL BootNormal MENU LABEL ^Boot Normal LOCALBOOT  0</font></code></pre>
</li>
<li>Configure tftpds “Current directory” to c:\DOS.</li>
<li>Boot laptop, select Network Boot.</li>
<li>At command prompt type.
<pre><code><font color="#779900" face="Consolas">c: cd i386 winnt </font></code></pre>
</li>
<li>If the installer says smartdrive is not running, ignore it and tell it to continue the install anyway, however without smartdrive it takes a VERY long time to do</li>
<li>Get a coffee and a book, its going to be a long night <img src="http://www.lockstockmods.net/wp-includes/images/smilies/icon_wink.gif" alt=";)" class="wp-smiley" /> If the Install seems to hang on “Please wait while Setup copies files to your hard disk” wait it out, according to microsoft http://support.microsoft.com/kb/296814 this can take up to 4 hours, it didnt take that long for me, but it did take a VERY long time to come up with the progress bar.</li>
</ol>
<p><map name='google_ad_map_154_9f24cd510f3f6f88'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/154?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_154_9f24cd510f3f6f88' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=154&amp;url= http%3A%2F%2FWeblog.BassQ.nl%2Findex.php%2Finstall-windows-over-network-with-pxe%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://Weblog.BassQ.nl/index.php/install-windows-over-network-with-pxe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
