<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How To Use a USB Stick to Install Windows Home Server &#8211; or anything else for that matter</title>
	<atom:link href="http://usingwindowshomeserver.com/2009/05/29/how-to-use-a-usb-stick-to-install-windows-home-server-%e2%80%93-or-anything-else-for-that-matter/feed/" rel="self" type="application/rss+xml" />
	<link>http://usingwindowshomeserver.com/2009/05/29/how-to-use-a-usb-stick-to-install-windows-home-server-%e2%80%93-or-anything-else-for-that-matter/</link>
	<description>The Connected Home</description>
	<lastBuildDate>Thu, 11 Mar 2010 03:55:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andrew Edney</title>
		<link>http://usingwindowshomeserver.com/2009/05/29/how-to-use-a-usb-stick-to-install-windows-home-server-%e2%80%93-or-anything-else-for-that-matter/comment-page-1/#comment-18895</link>
		<dc:creator>Andrew Edney</dc:creator>
		<pubDate>Sun, 21 Feb 2010 23:03:29 +0000</pubDate>
		<guid isPermaLink="false">http://usingwindowshomeserver.com/?p=2656#comment-18895</guid>
		<description>Paul

I have followed my own steps countless times and never had a problem or needed to select a volume.

In your steps you listed above (the last batch) how can you select vol 1 (3rd line) because at that point you shouldnt actually have a volume!

Does your pen drive have any U3 software or partitions on it? Basically something that makes the drive have multiple volumes even after the clean?

Andrew</description>
		<content:encoded><![CDATA[<p>Paul</p>
<p>I have followed my own steps countless times and never had a problem or needed to select a volume.</p>
<p>In your steps you listed above (the last batch) how can you select vol 1 (3rd line) because at that point you shouldnt actually have a volume!</p>
<p>Does your pen drive have any U3 software or partitions on it? Basically something that makes the drive have multiple volumes even after the clean?</p>
<p>Andrew</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://usingwindowshomeserver.com/2009/05/29/how-to-use-a-usb-stick-to-install-windows-home-server-%e2%80%93-or-anything-else-for-that-matter/comment-page-1/#comment-18894</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Sun, 21 Feb 2010 22:59:11 +0000</pubDate>
		<guid isPermaLink="false">http://usingwindowshomeserver.com/?p=2656#comment-18894</guid>
		<description>I tried following the described steps, but still ran into a problem.

I did the following on a Vista 64 system. Find my USB stick.

    diskpart
    list disk

My USB stick was disk #1.

    select disk 1
    clean
    create partition primary

At this point I got the following error message. &quot;There is insufficient free space to create a partition at the specified size and offset. Specify different size and offset or don&#039;t specify either to create the maximum sized partition.&quot;

However, after doing the following commands.

    select vol 1
    clean
    create partition primary

It succeeded in creating the partition and then I was able to format it. So it appears that the order of the commands should be (assuming that your USB stick is disk #1).


    select disk 1
    clean
    select vol 1
    create partition primary
    select partition 1
    active
    format fs=fat32
    assign
    exit

Disclaimer: I didn&#039;t go back and try this from scratch, but it&#039;s an approximate recounting of what I did.</description>
		<content:encoded><![CDATA[<p>I tried following the described steps, but still ran into a problem.</p>
<p>I did the following on a Vista 64 system. Find my USB stick.</p>
<p>    diskpart<br />
    list disk</p>
<p>My USB stick was disk #1.</p>
<p>    select disk 1<br />
    clean<br />
    create partition primary</p>
<p>At this point I got the following error message. &#8220;There is insufficient free space to create a partition at the specified size and offset. Specify different size and offset or don&#8217;t specify either to create the maximum sized partition.&#8221;</p>
<p>However, after doing the following commands.</p>
<p>    select vol 1<br />
    clean<br />
    create partition primary</p>
<p>It succeeded in creating the partition and then I was able to format it. So it appears that the order of the commands should be (assuming that your USB stick is disk #1).</p>
<p>    select disk 1<br />
    clean<br />
    select vol 1<br />
    create partition primary<br />
    select partition 1<br />
    active<br />
    format fs=fat32<br />
    assign<br />
    exit</p>
<p>Disclaimer: I didn&#8217;t go back and try this from scratch, but it&#8217;s an approximate recounting of what I did.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Acer Aspire Revo R3610 review &#171; MS Windows Home Server</title>
		<link>http://usingwindowshomeserver.com/2009/05/29/how-to-use-a-usb-stick-to-install-windows-home-server-%e2%80%93-or-anything-else-for-that-matter/comment-page-1/#comment-18822</link>
		<dc:creator>Acer Aspire Revo R3610 review &#171; MS Windows Home Server</dc:creator>
		<pubDate>Sat, 20 Feb 2010 10:58:03 +0000</pubDate>
		<guid isPermaLink="false">http://usingwindowshomeserver.com/?p=2656#comment-18822</guid>
		<description>[...] little bit of work upfront. Firstly, as the R3610 has no optical device, so you will need to make a USB copy of your WHS installation CD or alternatively obtain a external USB CD ROM [...]</description>
		<content:encoded><![CDATA[<p>[...] little bit of work upfront. Firstly, as the R3610 has no optical device, so you will need to make a USB copy of your WHS installation CD or alternatively obtain a external USB CD ROM [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Edney</title>
		<link>http://usingwindowshomeserver.com/2009/05/29/how-to-use-a-usb-stick-to-install-windows-home-server-%e2%80%93-or-anything-else-for-that-matter/comment-page-1/#comment-18666</link>
		<dc:creator>Andrew Edney</dc:creator>
		<pubDate>Wed, 17 Feb 2010 16:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://usingwindowshomeserver.com/?p=2656#comment-18666</guid>
		<description>If you follow the steps above you can install Windows - yes.

Andrew</description>
		<content:encoded><![CDATA[<p>If you follow the steps above you can install Windows &#8211; yes.</p>
<p>Andrew</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rafael</title>
		<link>http://usingwindowshomeserver.com/2009/05/29/how-to-use-a-usb-stick-to-install-windows-home-server-%e2%80%93-or-anything-else-for-that-matter/comment-page-1/#comment-18665</link>
		<dc:creator>Rafael</dc:creator>
		<pubDate>Wed, 17 Feb 2010 16:25:04 +0000</pubDate>
		<guid isPermaLink="false">http://usingwindowshomeserver.com/?p=2656#comment-18665</guid>
		<description>You&#039;re telling me you can install things from a USB stick WITHOUT using Bootsec?</description>
		<content:encoded><![CDATA[<p>You&#8217;re telling me you can install things from a USB stick WITHOUT using Bootsec?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Edney</title>
		<link>http://usingwindowshomeserver.com/2009/05/29/how-to-use-a-usb-stick-to-install-windows-home-server-%e2%80%93-or-anything-else-for-that-matter/comment-page-1/#comment-17647</link>
		<dc:creator>Andrew Edney</dc:creator>
		<pubDate>Sun, 31 Jan 2010 08:37:03 +0000</pubDate>
		<guid isPermaLink="false">http://usingwindowshomeserver.com/?p=2656#comment-17647</guid>
		<description>thanks Jon</description>
		<content:encoded><![CDATA[<p>thanks Jon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://usingwindowshomeserver.com/2009/05/29/how-to-use-a-usb-stick-to-install-windows-home-server-%e2%80%93-or-anything-else-for-that-matter/comment-page-1/#comment-17635</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Sun, 31 Jan 2010 03:05:41 +0000</pubDate>
		<guid isPermaLink="false">http://usingwindowshomeserver.com/?p=2656#comment-17635</guid>
		<description>Bravo Andrew, many thanks for a job well done.

Jon</description>
		<content:encoded><![CDATA[<p>Bravo Andrew, many thanks for a job well done.</p>
<p>Jon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RIchard</title>
		<link>http://usingwindowshomeserver.com/2009/05/29/how-to-use-a-usb-stick-to-install-windows-home-server-%e2%80%93-or-anything-else-for-that-matter/comment-page-1/#comment-15311</link>
		<dc:creator>RIchard</dc:creator>
		<pubDate>Sun, 27 Dec 2009 17:07:33 +0000</pubDate>
		<guid isPermaLink="false">http://usingwindowshomeserver.com/?p=2656#comment-15311</guid>
		<description>Mmm, when I try this my computer says cannot book from this disk (when trying to boot from the USB). 

No boot partition on the USB I guess. The USB drive does show as USB-HDD (and not ZIP)


Any ideas? How to get a boot parition on.</description>
		<content:encoded><![CDATA[<p>Mmm, when I try this my computer says cannot book from this disk (when trying to boot from the USB). </p>
<p>No boot partition on the USB I guess. The USB drive does show as USB-HDD (and not ZIP)</p>
<p>Any ideas? How to get a boot parition on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://usingwindowshomeserver.com/2009/05/29/how-to-use-a-usb-stick-to-install-windows-home-server-%e2%80%93-or-anything-else-for-that-matter/comment-page-1/#comment-13271</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Sat, 28 Nov 2009 19:19:39 +0000</pubDate>
		<guid isPermaLink="false">http://usingwindowshomeserver.com/?p=2656#comment-13271</guid>
		<description>This worked like a charm for me. I&#039;d tried a few other sites how to in doing this but totally forgot about having to run as administrator and they never mentioned it. You reminder worked like a charm. Thanks!</description>
		<content:encoded><![CDATA[<p>This worked like a charm for me. I&#8217;d tried a few other sites how to in doing this but totally forgot about having to run as administrator and they never mentioned it. You reminder worked like a charm. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Edney</title>
		<link>http://usingwindowshomeserver.com/2009/05/29/how-to-use-a-usb-stick-to-install-windows-home-server-%e2%80%93-or-anything-else-for-that-matter/comment-page-1/#comment-11755</link>
		<dc:creator>Andrew Edney</dc:creator>
		<pubDate>Tue, 10 Nov 2009 07:17:48 +0000</pubDate>
		<guid isPermaLink="false">http://usingwindowshomeserver.com/?p=2656#comment-11755</guid>
		<description>Justin

No - you need to copy the files from the ISO to the drive for it to work.

Andrew</description>
		<content:encoded><![CDATA[<p>Justin</p>
<p>No &#8211; you need to copy the files from the ISO to the drive for it to work.</p>
<p>Andrew</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://usingwindowshomeserver.com/2009/05/29/how-to-use-a-usb-stick-to-install-windows-home-server-%e2%80%93-or-anything-else-for-that-matter/comment-page-1/#comment-11729</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Tue, 10 Nov 2009 00:02:34 +0000</pubDate>
		<guid isPermaLink="false">http://usingwindowshomeserver.com/?p=2656#comment-11729</guid>
		<description>Will just copying an ISO image of WHS to the flash drive work for this purpose?  If I set my bios to boot from USB (mine only has the USB FDD, USB ZIP, and USB HDD options), with that ISO on the drive will this work?</description>
		<content:encoded><![CDATA[<p>Will just copying an ISO image of WHS to the flash drive work for this purpose?  If I set my bios to boot from USB (mine only has the USB FDD, USB ZIP, and USB HDD options), with that ISO on the drive will this work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VIA NSD-7800 Review &#171; MS Windows Home Server</title>
		<link>http://usingwindowshomeserver.com/2009/05/29/how-to-use-a-usb-stick-to-install-windows-home-server-%e2%80%93-or-anything-else-for-that-matter/comment-page-1/#comment-9707</link>
		<dc:creator>VIA NSD-7800 Review &#171; MS Windows Home Server</dc:creator>
		<pubDate>Tue, 20 Oct 2009 20:15:55 +0000</pubDate>
		<guid isPermaLink="false">http://usingwindowshomeserver.com/?p=2656#comment-9707</guid>
		<description>[...] With the monitor dutifully connected, the installation of Windows Home Server still presents a couple of challenges. For one thing, the lack of a built-in CD/DVD drive presents you with an initial hurdle of how to install the operating system. This is of course easily remedied with either a USB DVD drive or by transferring the WHS installation media over to a USB memory stick. [...]</description>
		<content:encoded><![CDATA[<p>[...] With the monitor dutifully connected, the installation of Windows Home Server still presents a couple of challenges. For one thing, the lack of a built-in CD/DVD drive presents you with an initial hurdle of how to install the operating system. This is of course easily remedied with either a USB DVD drive or by transferring the WHS installation media over to a USB memory stick. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
