<?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>The world of Marc O&#039;Polo - Blog &#187; Windows Vista</title>
	<atom:link href="http://blog.mrpol.nl/tag/windows-vista/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mrpol.nl</link>
	<description>About Windows Server, Terminal Server, Virtualization and more</description>
	<lastBuildDate>Fri, 03 Feb 2012 23:57:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Creating Bootable Vista / Windows 7 USB Flash Drive</title>
		<link>http://blog.mrpol.nl/2010/01/12/creating-bootable-vista-windows-7-usb-flash-drive/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=creating-bootable-vista-windows-7-usb-flash-drive</link>
		<comments>http://blog.mrpol.nl/2010/01/12/creating-bootable-vista-windows-7-usb-flash-drive/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 23:27:23 +0000</pubDate>
		<dc:creator>M.Pol</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://blog.mrpol.nl/?p=241</guid>
		<description><![CDATA[This will walk through the steps to create a bootable USB flash drive for the purpose of installing a Vista or Windows 7 OS.  These instructions assume that you have a computer with Windows Vista installed on it. Required: USB Flash Drive (4GB+) Microsoft OS Disk (Vista / Windows 7) A computer running Vista / [...]]]></description>
			<content:encoded><![CDATA[<p>This will walk through the steps to create a bootable USB flash drive for the purpose of installing a Vista or Windows 7 OS.  These instructions assume that you have a computer with Windows Vista installed on it.</p>
<p><strong>Required:</strong></p>
<ul>
<li>USB Flash Drive (4GB+)</li>
<li>Microsoft OS Disk (Vista / Windows 7)</li>
<li>A computer running Vista / Windows 7</li>
</ul>
<p><strong><span id="more-241"></span></strong></p>
<p><strong>Step 1: Format the Drive<br />
</strong>The steps here are to use the command line to format the disk properly using the <em>diskpart</em> utility. [Be warned: this will erase everything on your drive. Be careful.]</p>
<ol>
<li>Plug in your USB Flash Drive</li>
<li>Open a command prompt as administrator (Right click on Start &gt; All Programs &gt; Accessories &gt; Command Prompt and select “Run as administrator”</li>
<li>Find the drive number of your USB Drive by typing the following into the Command Prompt window:<br />
diskpart<br />
list disk<br />
The number of your USB drive will listed. You’ll need this for the next step.  I’ll assume that the USB flash drive is disk 1.</li>
<li>Format the drive by typing the next instructions into the same window. Replace the number “1” with the number of your disk below.<br />
select disk 1<br />
clean<br />
create partition primary<br />
select partition 1<br />
active<br />
format fs=NTFS<br />
assign<br />
exit<br />
When that is done you’ll have a formatted USB flash drive ready to be made bootable.</li>
</ol>
<p><strong>Step 2: Make the Drive Bootable<br />
</strong>Next we’ll use the <em>bootsect</em> utility that comes on the Vista or Windows 7 disk to make the flash drive bootable.  In the same command window that you were using in Step 1:</p>
<ol>
<li>Insert your Windows Vista / 7 DVD into your drive.</li>
<li>Change directory to the DVD’s boot directory where <em>bootsect</em> lives:<br />
d:<br />
cd d:\boot</li>
<li>Use <em>bootsect</em> to set the USB as a bootable NTFS drive prepared for a Vista/7 image. I’m assuming that your USB flash drive has been labeled disk G:\ by the computer:<br />
bootsect /nt60 g:</li>
<li>You can now close the command prompt window, we’re done here.</li>
</ol>
<p><strong>Step 3: Copy the installation DVD to the USB drive<br />
</strong>The easiest way is to use Windows explorer to copy all of the files on your DVD on to the formatted flash drive.  After you’ve copied all of the files the disk you are ready to go.</p>
<p><strong>Step 4: Set your BIOS to boot from USB<br />
</strong>This is where you’re on your own since every computer is different. Most BIOS’s allow you to hit a key at boot and select a boot option.</p>
<p>I used these instructions to get my new Dell Mini 9 laptop loaded with Windows 7 (the PDC bits).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mrpol.nl/2010/01/12/creating-bootable-vista-windows-7-usb-flash-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The User Profile Service failed the logon.</title>
		<link>http://blog.mrpol.nl/2009/10/22/the-user-profile-service-failed-the-logon/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-user-profile-service-failed-the-logon</link>
		<comments>http://blog.mrpol.nl/2009/10/22/the-user-profile-service-failed-the-logon/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 22:48:57 +0000</pubDate>
		<dc:creator>M.Pol</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://blog.mrpol.nl/?p=180</guid>
		<description><![CDATA[Yesterday I received the following error on my Windows 7 x64 Enterprise laptop when I tried to logon. The User Profile Service Failed the logon. User profile cannot be loaded. Then the logoff message appeared en I was back where I was started. The strange thing is nothing had changed when I shutdown the laptop [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I received the following error on my Windows 7 x64 Enterprise laptop when I tried to logon.</p>
<pre style="padding-left: 30px;"><span style="color: #888888;">The User Profile Service Failed the logon. User profile cannot be loaded.</span></pre>
<p>Then the logoff message appeared en I was back where I was started.</p>
<p>The strange thing is nothing had changed when I shutdown the laptop last night. No update&#8217;s installed, no software installed. So I started searching the internet. The following article resolved my problem. It is an article about Windows Vista, you can read it here. <a href="http://www.vistax64.com/tutorials/130095-user-profile-service-failed-logon-user-profile-cannot-loaded.html">Link</a>.</p>
<p>The first thing I tried was the system restore to an earlier restore point. That worked for me..</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mrpol.nl/2009/10/22/the-user-profile-service-failed-the-logon/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Create an All-in-one x86+x64 Win7/Vista/Server 2008/R2 USB stick</title>
		<link>http://blog.mrpol.nl/2009/10/14/create-an-all-in-one-x86x64-win7vistaserver-2008r2-usb-stick/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=create-an-all-in-one-x86x64-win7vistaserver-2008r2-usb-stick</link>
		<comments>http://blog.mrpol.nl/2009/10/14/create-an-all-in-one-x86x64-win7vistaserver-2008r2-usb-stick/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 18:08:59 +0000</pubDate>
		<dc:creator>M.Pol</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[Windows 2008 R2]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://blog.mrpol.nl/?p=176</guid>
		<description><![CDATA[One of the great things about the Vista and post-Vista operating systems is that the installer subsystem allows you a great deal of flexibility when it comes to installing multiple operating systems. It is fairly easy to put together a single installation DVD or USB stick that will allow you to install Vista, Windows 7, [...]]]></description>
			<content:encoded><![CDATA[<p>One of the great things about the Vista and post-Vista operating systems is that the installer subsystem allows you a great deal of flexibility when it comes to installing multiple operating systems. It is fairly easy to put together a single installation DVD or USB stick that will allow you to install Vista, Windows 7, Server 2008 and Server 2008 R2 – in a variety of x86 and x64 flavors.</p>
<p>A couple of things to note about this guide:</p>
<ul>
<li>I do not use Vista — I have never really used Vista and now with Windows 7 out there really is no reason to; however the steps here will work just fine with Vista installation sources</li>
<li>I have only tested this using a USB stick and will only cover that method here – it’s much more flexible (and faster) for installation than using DVD — but DVDs should work just fine: you can find plenty of tutorials on the web that will tell you how to use oscdimg.exe to take the files we create here and turn them into a burnable ISO</li>
</ul>
<p><strong>WHAT YOU WILL NEED:</strong></p>
<ul>
<li>USB stick, at least 4 GB (perhaps larger depending on how many OSes you plan to integrate, I use a 16 GB) that has been properly formatted using Steps 1 and 2 <a href="http://kmwoley.com/blog/?p=345" target="blank">here</a></li>
<li>ISOs or DVDs of the operating systems that you plan to integrate</li>
<li>imagex.exe (can be found for download on the web, or you can download the full 1.7 GB WAIK <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=696dd665-9f76-4177-a811-39c26d3b3b34" target="blank">here</a>)</li>
<li>computer running Vista or newer operating system (XP should work but I have not tested it)</li>
</ul>
<p><strong><span id="more-176"></span></strong></p>
<p><strong>STEP 1: Extract the operating system files</strong></p>
<p>Take your various ISO files or DVDs and copy their contents into subfolders on your hard drive – in my case I have Windows 7 x86, Windows 7 x64, Windows 2008 R2, and Windows 2008 SP2 x86, so I created folders called e:\7×86, e:\7×64, e:\2008r2, and e:\2008×86    <em>(E is the letter of my hard drive, not the USB drive).</em></p>
<p><strong>STEP 2: Browse the WIM files and extract the desired editions</strong></p>
<p>Open a WAIK command prompt, or browse to whatever folder you downloaded imagex.exe to within an administrative level command prompt.  Start by running the following command:</p>
<blockquote><p><span style="color: #0000ff;">imagex.exe /info e:\7×86\sources\install.wim</span></p></blockquote>
<p>This will display a big verbose mess that, once you parse through it, lists out all the editions embedded in the WIM file (and their associated index #).  Most default Microsoft WIMs will have multiple editions – in this case the ones in the Windows 7 x86 WIM boil down to:</p>
<ul>
<li>1 Starter</li>
<li>2 Home Basic</li>
<li>3 Home Premium</li>
<li>4 Professional</li>
<li>5 Ultimate</li>
</ul>
<p>Since Starter edition is basically worthless, I only want editions 2-5 in my custom WIM file, so I run these commands one after another:</p>
<blockquote><p><span style="color: #0000ff;">imagex.exe /export e:\7×86\sources\install.wim 2 e:\install.wim “Windows 7 HOMEBASIC (x86)” /compress maximum</span></p>
<p><span style="color: #0000ff;">imagex.exe /export e:\7×86\sources\install.wim 3 e:\install.wim “Windows 7 HOMEPREMIUM (x86)” /compress maximum</span></p>
<p><span style="color: #0000ff;">imagex.exe /export e:\7×86\sources\install.wim 4 e:\install.wim “Windows 7 PROFESSIONAL (x86)” /compress maximum</span></p>
<p><span style="color: #0000ff;">imagex.exe /export e:\7×86\sources\install.wim 5 e:\install.wim “Windows 7 ULTIMATE (x86)” /compress maximum</span></p></blockquote>
<p>I now have an install.wim file in the root of my E drive that contains only the editions I specified in these commands.  Next,  I want to integrate Windows 7 x64 so I repeat the above steps using the 7×64 path instead of 7×86.  You will notice that the x64 version of Windows 7 has no Starter edition, so the index numbers are not the same as the x86 source!  Also, since just about any machine new enough to run x64 is likely new enough to handle Aero graphics, I don’t bother with integrating the Home Basic version of x64 into my WIM – so I only add Home Premium, Professional, and Ultimate.</p>
<p>I then repeat these steps again using the Windows 2008 R2 source (here again I discriminate – I only pull Standard, Enterprise, Standard Core, and Enterprise Core because I have no use for the DataCenter or Web versions).  Finally, I integrate Windows 2008 SP2 x86 — I do this because I have a few older machines that are not x64 capable and therefore cannot run 2008 R2 (which is x64 only) – so for these machines I run Windows 2008 SP2 x86.</p>
<p>You can of course integrate any OSes and editions you like!  When you are done, you will have an install.wim file of varying size – mine is roughly 5.5 GB. <em> (not a big deal for the USB method, but for those of you planning on burning to DVD, you may have issues with WIM files that are larger than 4 GB…  To get around this see </em><a href="http://technet.microsoft.com/en-us/library/cc721885(WS.10).aspx" target="BLANK"><em>this link</em></a><em>)</em></p>
<p><strong>STEP 3: Finalize the USB stick</strong></p>
<p>You must now choose which OS you want to use as the boot environment – this needs to be an x86 operating system if you plan to install any x86 OSes (because x86 OSes cannot be installed from x64 boot environments).  You also want to use the newest operating system you can, because you may encounter issues if you try to deploy an OS that is older than the boot environment - in my case I use Windows 7 x86 to ensure I can deploy any operating system I like:</p>
<ul>
<li>take the custom install.wim file (from E:\) and replace the install.wim file in e:\7×86\sources</li>
<li>copy all contents from e:\7×86 to your USB stick</li>
</ul>
<p>Now boot from the USB stick and you should see all your OSes, like below!</p>
<p style="text-align: center;"><img class="colorbox-176"  title="osinstall1" src="http://g0b3ars.files.wordpress.com/2009/09/photo.jpg?w=300&amp;h=190" alt="osinstall1" width="300" height="190" /> <img class="colorbox-176"  title="osinstall2" src="http://g0b3ars.files.wordpress.com/2009/09/photo2.jpg?w=300&amp;h=190" alt="osinstall2" width="300" height="190" /></p>
<p style="text-align: right;">Source : This <a href="http://g0b3ars.wordpress.com/2009/09/20/create-an-all-in-one-win7vistawindows-server-2008-discusb-stick/">link.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mrpol.nl/2009/10/14/create-an-all-in-one-x86x64-win7vistaserver-2008r2-usb-stick/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

