<?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>Ian Mercer &#187; windows 7</title>
	<atom:link href="http://blog.abodit.com/tag/windows-7/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.abodit.com</link>
	<description>Living in the World&#039;s Smartest House</description>
	<lastBuildDate>Sat, 07 Jan 2012 19:50:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Making a bootable Windows 7 USB Memory Stick</title>
		<link>http://blog.abodit.com/2009/12/making-a-bootable-windows-7-usb-memory-stick/</link>
		<comments>http://blog.abodit.com/2009/12/making-a-bootable-windows-7-usb-memory-stick/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 08:17:00 +0000</pubDate>
		<dc:creator>Ian Mercer</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[bootable]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://blog.abodit.com/?p=52</guid>
		<description><![CDATA[Had to install Windows 7 onto a laptop today using a USB flash drive.  I had an external USB DVD-ROM drive and setup ran just fine off it but then it refused to install without some additional device drivers so I needed to find another way.  After a quick search of the internet I came <a href="http://blog.abodit.com/2009/12/making-a-bootable-windows-7-usb-memory-stick/" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: small;"> </span></p>
<div style="font-family: inherit;"><span style="font-size: small;">Had to install Windows 7 onto a laptop today using a USB flash drive.  I had an external USB DVD-ROM drive and setup ran just fine off it but then it refused to install without some additional device drivers so I needed to find another way.  After a quick search of the internet I came up with the following method to create a bootable USB flash drive using Windows 7:<br />
</span></div>
<div style="font-family: inherit;"><span style="font-size: small;"><br />
</span></div>
<div style="font-family: inherit;"><span style="font-size: small;">1. Open a command prompt (CMD) as administrator<br />
</span></div>
<div style="font-family: inherit;"><span style="font-size: small;">2. Insert an empty USB stick and note the drive letter.  Make sure you USB stick is big enough to contain the windows disc image: a 4GB USB stick is ideal and make sure there&#8217;s nothing on it that you need.</span></div>
<div style="font-family: inherit;"><span style="font-size: small;"> </span></div>
<div style="font-family: inherit;"><span style="font-size: small;">3. Insert your Windows 7 DVD into your DVD drive and note down the DVD drive letter.<br />
</span></div>
<div style="font-family: inherit;"><span style="font-size: small;">4. Enter the following at the command prompt:-</span></div>
<blockquote style="font-family: &amp;amp;amp;"><p><span style="font-size: small;">DISKPART</span> <span style="font-size: small;"> </span></p></blockquote>
<div style="font-family: inherit;"><span style="font-size: small;">5. Now type:-</span></div>
<blockquote style="font-family: &amp;amp;amp;"><p><span style="font-size: small;">LIST DISK</span></p></blockquote>
<p><span style="font-size: small;">6. You should see both your hard drive and your USB stick listed plus any other hard drives or memory devices you have connected.  Note the disk number for your USB stick.  Double check the size to make sure you have the right drive!!!  Do not do the following on your primary hard drive!!!<br />
</span><br />
<span style="font-size: small;"><br />
</span><br />
<span style="font-size: small;">7. Now enter the following commands using your disk number in place of the first &#8217;1&#8242;:-</span><br />
<span style="font-size: small;"> </span></p>
<blockquote style="font-family: &amp;amp;amp;"><p><span style="font-size: small;">SELECT DISK <span style="color: red;">1</span><br />
CLEAN<br />
CREATE PARTITION PRIMARY<br />
SELECT PARTITION 1<br />
ACTIVE<br />
FORMAT FS=NTFS<br />
</span></p></blockquote>
<p><span style="font-size: small;"> 8. After the format has finished (it may take several minutes)</span><span style="font-size: small;"> </span></p>
<blockquote style="font-family: &amp;amp;amp;"><p><span style="font-size: small;">ASSIGN<br />
EXIT</span></p></blockquote>
<p><span style="font-size: small;">9. Back at the command prompt, type the following:-<span style="font-family: &amp;amp;amp;"><br />
</span></span></p>
<blockquote style="font-family: &amp;amp;amp;"><p><span style="font-size: small;">D:                     <em style="color: #38761d;"><span style="font-family: inherit; font-size: x-small;">Or whatever your DVD drive is</span></em><br />
CD BOOT<br />
BOOTSECT.EXE /NT60 H:  <em style="color: #38761d;"><span style="font-family: inherit; font-size: x-small;">Or whatever letter your USB stick is</span></em><br />
</span></p></blockquote>
<p><span style="font-size: small;"> </span><br />
<span style="font-size: small;">10. Now copy all the files from the Windows DVD onto your USB stick</span></p>
<p><span style="font-size: small;">11. You have finished!  You can now use this bootable copy of windows in any PC that supports booting from USB (most do now).</span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.abodit.com/2009/12/making-a-bootable-windows-7-usb-memory-stick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

