<?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>..::\\ www.christiano.ch //::.. &#187; Bootable Media</title>
	<atom:link href="http://www.christiano.ch/wordpress/tag/bootable-media/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.christiano.ch/wordpress</link>
	<description>christiano.ch blog - personal knowledge base, news, memoires et cetera</description>
	<lastBuildDate>Fri, 06 Jan 2012 15:28:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />
		<item>
		<title>Installing Microsoft Windows Vista / Windows 7 from a USB Stick</title>
		<link>http://www.christiano.ch/wordpress/2009/08/09/installing-microsoft-windows-vista-windows-7-from-a-usb-stick/</link>
		<comments>http://www.christiano.ch/wordpress/2009/08/09/installing-microsoft-windows-vista-windows-7-from-a-usb-stick/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 09:54:27 +0000</pubDate>
		<dc:creator>christian</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows General]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Bootable Media]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://www.christiano.ch/wordpress/?p=226</guid>
		<description><![CDATA[Today, more and more systems come without a CD / DVDROM (Netbooks, small Notebooks). If i buy a new system, i never equip it with a built-in CD / DVDROM. If i need to boot such a system from a &#8230; <a href="http://www.christiano.ch/wordpress/2009/08/09/installing-microsoft-windows-vista-windows-7-from-a-usb-stick/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today, more and more systems come without a CD / DVDROM (Netbooks, small Notebooks). If i buy a new system, i never equip it with a built-in CD / DVDROM. If i need to boot such a system from a ROM Media, i always attach one using USB. Or whenever possible, i put the content of the media on a memory card like an USB stick.</p>
<p>This is a quick tutorial about booting the setup and installing Microsoft Windows Vista, Microsoft Windows 7 or Microsoft Windows Server 2008 from a USB Stick or a USB Harddisk / Harddrive. This procedure can also be used for other types of memory cards like SD, MMC or XD, as long as the system can be configured to boot from such a device (check out the BIOS bootable devices and boot order).<span id="more-226"></span></p>
<p>Consider to use a memory type which has good data read speeds (15 MB/s is okay, 50MB/s is fun! <img src='http://www.christiano.ch/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> . The setup only reads data from the media (it&#8217;s handled like a ROM (Read Only Memory)), so for the copy / setup process it is great to have a performant type of memory chip on the media.</p>
<p>Start from scratch:</p>
<ul>
<li>Mount / Plug in the USB Stick / Memory Card into the slot<br />
Be careful, the next steps will erase/delete all data on the USB Stick / Memory Card.<br />
<em><strong>Consider, you must be administrator to run diskpart!</strong></em></li>
</ul>
<p>Start DiskPart</p>
<p>on the DISKPART&gt; prompt type <strong>LIST DISK</strong></p>
<p>on the DISKPART&gt; prompt select the disk (be careful!) using<strong> SELECT DISK 2 </strong>(on my system this is the USB Stick)</p>
<p>on the DISKPART&gt; prompt <strong>LIST PARTITION</strong> to get a list of partitions on that specific disk</p>
<p>on the DISKPART&gt; prompt select the partition using<strong> SELECT PARTITION 1</strong></p>
<p>on the DISKPART&gt; prompt format the the partition using <strong>FORMAT FS=FAT32 LABEL=&#8221;WIN7SOURCE&#8221; QUICK OVERRIDE</strong></p>
<p>on the DISKPART&gt; prompt make the selected partition active (bootable) using <strong>ACTIVE</strong></p>
<p>on the DISKPART&gt; prompt quit DiskPart using <strong>EXIT</strong></p>
<p>your done &#8211; Your USB or whatever Media is formatted and bootable!</p>
<div id="attachment_286" class="wp-caption alignnone" style="width: 503px"><img class="size-full wp-image-286" title="Format_USB_Stick_Diskpart" src="http://www.christiano.ch/wordpress/wp-content/uploads/2009/08/Format_USB_Stick_Diskpart.PNG" alt="Format_USB_Stick_Diskpart" width="493" height="525" /><p class="wp-caption-text">Format_USB_Stick_Diskpart</p></div>
<h2>Copy the Microsoft Windows Vista / 7 / Server 2008 Source on the media</h2>
<p>Assuming your Microsoft Windows Vista / 7 / Server 2008 source is in the format of an ISO file you have the following possibilities:</p>
<ul>
<li>Mount the ISO using Daemon Tools <a title="Daemon Tools" href="http://www.daemon-tools.cc" target="_blank">daemon-tools.cc</a><br />
i recommend using Daemon Tools. Be careful, <strong>choose and download the LITE version</strong>, during Setup the Installer wants to install crap components, remove all check boxes. additionally they want to set your browser start page on one of their sites, remove that checkbox as well .. you don&#8217;t have to do this, but i recommend it!</li>
<li>Extract the ISO using Tools such as <a title="Winrar on Rarsoft.com" href="http://www.rarsoft.com/" target="_blank">Winrar</a> or <a title="7-Zip" href="http://www.7-zip.org/" target="_blank">7-Zip</a></li>
<li>Extract / Mount the Media using <a title="Ultraiso" href="http://www.ezbsystems.com/ultraiso/" target="_blank">UltraISO</a></li>
</ul>
<p>In this post i will describe the process using Daemon Tools, but there&#8217;s not a big difference if you choose one of the other tools and extract or mount the ISO image.</p>
<h2>Mount the ISO using Daemon Tools</h2>
<p>Right mouse button on the Trayicon..</p>
<div id="attachment_288" class="wp-caption alignnone" style="width: 409px"><img class="size-full wp-image-288" title="DaemonTools_Mount_ISO_Image" src="http://www.christiano.ch/wordpress/wp-content/uploads/2009/08/DaemonTools_Mount_ISO_Image.PNG" alt="DaemonTools_Mount_ISO_Image" width="399" height="272" /><p class="wp-caption-text">DaemonTools_Mount_ISO_Image</p></div>
<p>Now your Explorer should like this:</p>
<div id="attachment_289" class="wp-caption alignnone" style="width: 457px"><img class="size-full wp-image-289" title="Explorer_MountedUSB_ISO" src="http://www.christiano.ch/wordpress/wp-content/uploads/2009/08/Explorer_MountedUSB_ISO.PNG" alt="Explorer_MountedUSB_ISO" width="447" height="72" /><p class="wp-caption-text">Explorer_MountedUSB_ISO</p></div>
<p>In my case, the USB Stick uses Driveletter F and the ISO is mounted as a virtual Disc Drive under Driveletter H.</p>
<p>Now copy the whole content of H to F and your done. You can do this in explorer or using the xcopy command:<br />
<code>xcopy h:\*.* /s /e /f f:\</code></p>
<p>now reboot your system, set the correct boot order in BIOS (USB /Memory Card Slot must be the first boot device) and the system should start / boot using your created media.</p>
<p>feel free to comment!</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Installing+Microsoft+Windows+Vista+%2F+Windows+7+from+a+USB+Stick+http%3A%2F%2Fchristiano.ch%2Fwordpress%2F%3Fp%3D226" title="Post to Twitter"><img class="nothumb" src="http://www.christiano.ch/wordpress/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=Installing+Microsoft+Windows+Vista+%2F+Windows+7+from+a+USB+Stick+http%3A%2F%2Fchristiano.ch%2Fwordpress%2F%3Fp%3D226" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.christiano.ch/wordpress/2009/08/09/installing-microsoft-windows-vista-windows-7-from-a-usb-stick/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

